osmo-sgsn/src/gprs
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
..
.gitignore move openbsc/* to repos root 2017-08-27 17:40:52 +02:00
Makefile.am Move gprs_gb_parse.[c,h] to tests/sgsn/ 2022-12-22 19:49:39 +01:00
crc24.c llc: gprs_llc_fcs(): make the input data pointer const 2022-09-08 12:51:54 +00:00
gprs_llc_parse.c Split gprs_sgsn.{c,h} -> {auth,mmctx,sgsn}.{c,h} 2023-01-11 12:58:15 +01:00
gprs_utils.c Replace gprs_str_to_apn() with libosmocore API osmo_apn_from_str() 2023-01-04 19:56:39 +01:00
sgsn_ares.c Move extern declarations of tall_sgsn_ctx to sgsn.h 2023-01-11 12:43:18 +01:00