Difference between CONNECTED_SMS and CONNECTED_DATA #135
-
|
I need help understanding which kind of data must be used to return the two values in subject. Can someone please elaborate a bit more the description? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Hi, the implementation is based on the 3gpp MonitoringEvent API, with following definition: |
Beta Was this translation helpful? Give feedback.
-
|
Thank you @akoshunyadi for your reply. What if an MNO does not export NEF functionalities? Is this service not compatible with this kind of MNOs? |
Beta Was this translation helpful? Give feedback.
Hi Stefano,
If your client/partner is limited to HLR exposure they best you can achieve is to provide CONNECTED_SMS information.
You need to have access to packet core functions in order to have information regarding data mobile sessions. In 4G and 5G, PCRF could be a could option if charging policies are used for whole data subscribers. If not you should need to query a central database, like UDM + HSS/CUDB.
Anyway these are not so standard ways to exposure the network resources. The standard way is to use SCEF (4G) and NEF (5G). These functions implement the necessary integrations to network platforms and expose the info on REST APIs ready to be exposed on a Camara layer.