Skip to content
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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

chenfr2-ChinaTelecom
Copy link

@chenfr2-ChinaTelecom chenfr2-ChinaTelecom commented Oct 14, 2024

Which issue(s) this PR fixes:

Fixes #96

@@ -0,0 +1,12 @@
| **Field** | Description | |
| ----------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --- |
| API family name | IoT SIM Fraud Prevention Subscibition | |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| API family name | IoT SIM Fraud Prevention Subscibition | |
| API family name | IoT SIM Fraud Prevention Subscription | |

Copy link
Collaborator

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

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

@jgarciahospital
Copy link
Collaborator

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
@chenfr2-ChinaTelecom
Copy link
Author

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).
In the query api mentioned in this proposal, returned status means match (network access is enabled) / no match (network blocking).

Meanwhile,we added binding and unbinding APIs under this proposal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New API Proposal - IoT SIM Fraud Prevention
2 participants