mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 21:30:10 +00:00
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"],
}],
}],
},
|
||
|---|---|---|
| .. | ||
| ims.c | ||
| ims.h | ||
| meson.build | ||
| ogs-dbi.h | ||
| ogs-mongoc.c | ||
| ogs-mongoc.h | ||
| path.c | ||
| path.h | ||
| session.c | ||
| session.h | ||
| subscription.c | ||
| subscription.h | ||
| timer.c | ||
| timer.h | ||