open5gs/lib/dbi
jmasterfunk84 775520d7a8
Introduce Cancel Location and Insert Subscriber Data features to HSS. (#1744)
* Introduce Cancel Location and Insert Subscriber Data features to HSS.
* HSS database will keep track of last known MME and Update Time
* Purged UE flag is established in HSS for future PUR handling
* HSS Thread will connect to database and watch change stream
  mongoDB must be configured with a Replica Set to use this
* HSS will send IDR if subscription data changes
* HSS will send CLR to old MME if MME host or realm changes
* Function created to allow ULA and IDR to generate Subscription-Data AVP
* MME Hostname and Realm shown in WebUI

* Resolve freeDiameter errors

During a ULR, if database does not contain a last known MME, a CLR is being sent to a Null destination.  This will ensure that a destination is available in the database before sending the CLR.

* Removed change streams.  Added PUR handling.

* newline needed at end of file.

* Removed temp variable.

* * Change WebUI to 2x2 display
* Including UE Purged indicator
* Using pointers in ogs_subscription_data_t
* better memory mangement with pointers
* Tweak to Destination used by hss_s6a_send_idr to use last known MME

* Check for null mme_host and mme_realms

Do this before trying to compare the strings.
2022-09-13 16:48:20 +09:00
..
ims.c [Cx] LIR/LIA is added (#921) 2021-04-07 21:46:05 +09:00
ims.h [5GC] Added BSF(Binding Support Function) 2021-05-29 15:56:12 +09:00
meson.build [Cx] LIR/LIA is added (#921) 2021-04-07 21:46:05 +09:00
ogs-dbi.h [NRF] Fixed library load error 2022-08-26 10:57:11 +09:00
ogs-mongoc.c [SUCI] Handling exceptions for invalid RI (#1570) 2022-06-10 23:19:00 +09:00
ogs-mongoc.h Modify not to limit the length of DB URI (#827) 2021-03-03 23:13:20 +09:00
session.c [PCRF] fix the crash in flow->description (#1313) 2022-01-12 10:15:36 +09:00
session.h arch: DB schema Changes (#796) 2021-03-08 21:25:09 +09:00
subscription.c Introduce Cancel Location and Insert Subscriber Data features to HSS. (#1744) 2022-09-13 16:48:20 +09:00
subscription.h Introduce Cancel Location and Insert Subscriber Data features to HSS. (#1744) 2022-09-13 16:48:20 +09:00