open5gs/lib/dbi
mitmitmitm 739cb599d1 [UDR] Read framed routes from DB send them in sm-data
The framed routes are stored in mongo as

 {
     "imsi" : "$IMSI",
     ...,
     "slice" :
     [{
         ...,
         "session" :
             ...,
             "ipv4_framed_routes" : ["10.45.33.0/24", "10.45.35.0/24"],
         }],
     }],
 },
2023-01-26 22:37:58 +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 [HSS] Enable Change Streams (#1758) 2022-09-23 21:24:50 +09:00
ogs-dbi.h [HSS] Enable Change Streams (#1758) 2022-09-23 21:24:50 +09:00
ogs-mongoc.c [mongo] Use "ping" command instead of "serverStatus" 2022-12-21 23:15:34 +09:00
ogs-mongoc.h [DBI] Disable Change Streams with mongo Version 2022-10-13 17:33:35 +09:00
path.c remove warning in MacOSX (#1797) 2022-10-25 21:14:53 +09:00
path.h [HSS] Enable Change Streams (#1758) 2022-09-23 21:24:50 +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 [UDR] Read framed routes from DB send them in sm-data 2023-01-26 22:37:58 +09:00
subscription.h Follow-up on #1744 2022-09-13 17:03:18 +09:00
timer.c [HSS] Enable Change Streams (#1758) 2022-09-23 21:24:50 +09:00
timer.h [HSS] Enable Change Streams (#1758) 2022-09-23 21:24:50 +09:00