open5gs/lib
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
..
app [CORE] Increase SDU buffer to 32k (#2008) 2023-01-24 21:43:20 +09:00
asn1c [CORE] OGS_MAX_SDU_LEN->OGS_HUGE_LEN Stack (#2008) 2023-01-25 22:24:51 +09:00
core [CORE] Increase SDU buffer to 32k (#2008) 2023-01-24 21:43:20 +09:00
crypt Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
dbi [UDR] Read framed routes from DB send them in sm-data 2023-01-26 22:37:58 +09:00
diameter [CORE] Increase SDU buffer to 32k (#2008) 2023-01-24 21:43:20 +09:00
gtp [LOG] remove ogs_expect_or_return()/return_val() 2023-01-24 00:01:36 +09:00
ipfw [NRF] Fixed library load error 2022-08-26 10:57:11 +09:00
metrics Prometheus metrics set to default 2022-11-21 22:06:29 +09:00
nas [LOG] remove ogs_expect_or_return()/return_val() 2023-01-24 00:01:36 +09:00
ngap [LOG] remove ogs_expect_or_return()/return_val() 2023-01-24 00:01:36 +09:00
pfcp [PFCP] buffer overflow in ALPINE (#1911, #2009) 2023-01-24 19:03:00 +09:00
proto ogs_session_s.framed_routes type change to (char **) 2023-01-26 22:37:58 +09:00
s1ap [LOG] remove ogs_expect_or_return()/return_val() 2023-01-24 00:01:36 +09:00
sbi [SBI] Fixed crash if no BW Unit(Xbps) (#2000) 2023-01-24 21:55:06 +09:00
sctp [ALL] Removing trailing whitespace and tab 2022-09-02 23:38:39 +09:00
tun [ALL] Removing trailing whitespace and tab 2022-09-02 23:38:39 +09:00
meson.build Move src/../nf-sm.[ch] to lib/sbi/nf-sm.[ch] 2022-08-12 14:03:53 +09:00