Issue with Implementing Subscription SMS Feature in OAG #267
Unanswered
tranvantai2905
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
To implement the subscription SMS feature, I see two possible approaches in OAG, but both come with challenges:
+Approach 1: Subscribe to NEF with MonitoringType: UE_REACHABILITY and ReachabilityType: SMS.
However, according to TS 29.122, The enumeration ReachabilityType represents a reachability type. It shall comply with the provisions defined in Table 5.3.2.4.4-1. If reachabilityType is set to "SMS", the monitoring event request from SCS/AS shall be only for a one-time monitoring request.
+Approach 2: Subscribe to NEF with MonitoringType: UE_REACHABILITY and ReachabilityType: DATA. When NEF notifies that data is unreachable, the camera will trigger a one-time request to NEF to check the SMS status of the UE. However, NEF only notifies when the UE becomes reachable, even though UDM’s report supports the statuses: [ UNREACHABLE, REACHABLE, REGULATORY_ONLY ].
Given these constraints, what would be the recommended approach to properly implement this feature?
Beta Was this translation helpful? Give feedback.
All reactions