Commit Graph

3 Commits

Author SHA1 Message Date
Matan Perelman 4c7020f376 ctrl: Add ctrl trap on PDP Context changes
This change allows to easily understand PDP context status changes.
The trap sent contains the following (in a comma delimited format):
status, IMSI, SAPI, NSAPI, TI, APN if found, IP address if found,
IPv6 address in case the MS has both.

Change-Id: Ie0ab550125372047e8267f008fe1dfd0cc70148a
2024-02-02 14:39:59 +02:00
Pau Espin 93bc518b53 Move global mmctx list into struct sgsn_instance
Change-Id: Idf8458902321da03b9b0831dad3ad383a9c7afa1
2023-01-11 12:58:23 +01:00
Pau Espin 58101ea587 Split gprs_sgsn.{c,h} -> {auth,mmctx,sgsn}.{c,h}
Some level of split already existed, like sgsn_auth.c, but headers were
entangled together.
Let's clearly separate application centric code (sgsn.c/h), auth related
code (auth.c/h) and mmctx related code (mmctx.c/h).

Change-Id: I048a082851c1275c959649942904205b02acce2a
2023-01-11 12:58:15 +01:00