-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New API Proposal - IoT SIM Fraud Prevention #103
base: main
Are you sure you want to change the base?
New API Proposal - IoT SIM Fraud Prevention #103
Conversation
@@ -0,0 +1,12 @@ | |||
| **Field** | Description | | | |||
| ----------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --- | | |||
| API family name | IoT SIM Fraud Prevention Subscibition | | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| API family name | IoT SIM Fraud Prevention Subscibition | | | |
| API family name | IoT SIM Fraud Prevention Subscription | | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same change to be applied in file name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @jgarciahospital, I have updated the spelling mistake, thank you for your review
Both APIs, as related, will be included in same single line of proposal. |
…md to API_Proposal_IoT_SIM_Fraud_Prevention_Subscription.md Spelling error, subscibition updated to subscription
add bind and unbind api for Iot SIM Fraud Prevention API Proposal
One point that was not mentioned in our proposal is that we need to subscribe to a service with SIM card binding and regional restriction first, for the SIM card binding service, the SIM card and IMEI must be bound together when subcribe the service. When the IMEI reported in the message doesn't match the binding one, the network serices will be blocked. When the IMEI reported in the message matches the binding one, the network service of the SIM card will be restored. The ability provided by the regional restriction is similar to that of SIM card binding, but what's bound is the regional information (the regional information is mapped to the corresponding region based on the base station ID reported in the message). Meanwhile,we added binding and unbinding APIs under this proposal. |
Which issue(s) this PR fixes:
Fixes #96