aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/sgsn
AgeCommit message (Expand)AuthorFilesLines
2019-09-02Introduce FSM mm_state_iu_fsmPau Espin Pedrol4-10/+26
2019-09-02Introduce FSM mm_state_gb_fsmPau Espin Pedrol4-12/+28
2019-09-02Split enum gprs_pmm_state into Iu and Gb counterpartsPau Espin Pedrol2-10/+16
2019-09-02Move llc->MM/SM Gb specific glue code to its own filePau Espin Pedrol3-0/+14
2019-09-02Move lots of Iu/ranap specific code into its own filePau Espin Pedrol4-5/+33
2019-09-02sgsn: gtp: Drop related pdp contexts on echo timeout against GGSNPau Espin Pedrol1-0/+1
2019-09-02Introduce log helper LOGGGSN and log category DGTPPau Espin Pedrol2-0/+7
2019-08-28gtp: make echo_interval unsignedPau Espin Pedrol1-1/+1
2019-08-21vty: Introduce cs7-instance-iuPau Espin Pedrol1-0/+1
2019-08-20gprs/gprs_gmm: implement T3314. Timeout to reset MM state READY->STANDBYAlexander Couzens1-0/+4
2019-08-20Replace own timer infra with libosmocore osmo_tdefPau Espin Pedrol1-14/+2
2019-08-20Introduce and use log macros when no mm ctx availablePau Espin Pedrol2-0/+23
2019-08-15gprs_sgsn.h: Flag MM_CTX_T_GERAN_Iu as not supportedPau Espin Pedrol1-1/+3
2019-08-12Introduce define TLLI_UNASSIGNEDPau Espin Pedrol1-0/+3
2019-08-12gprs_llc.h: Improve documentation of some structsPau Espin Pedrol1-2/+3
2019-06-13sgsn: Have authentication required on by defaultPau Espin Pedrol1-0/+2
2019-04-24gb_proxy: cosmetic: Use 'bool' in data structures where applicableHarald Welte1-10/+11
2019-04-24gb_proxy.h: Add missing comments; improve commentsHarald Welte1-13/+46
2019-04-24LLC: Store the XID inside the LLC Entity, not LLC Mgmg EntityHarald Welte1-7/+7
2018-12-20make gsup ipa name configurable in osmo-sgsn.cfgStefan Sperling1-0/+6
2018-12-12remove pointless declaration of struct gsm_networkStefan Sperling1-3/+0
2018-12-11Use explicit parameter for sgsn_auth_init()Max1-1/+1
2018-12-10Constify sgsn_acl_lookup() parameterMax1-1/+1
2018-11-15use enums consistently instead of falling back to intStefan Sperling2-18/+24
2018-10-30Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlrHarald Welte3-66/+2
2018-10-30Allocate sgsn_instance with tallocPau Espin Pedrol1-1/+2
2018-10-02gprs_gmm: Fix missing Security Command for 3G when attachingAlexander Couzens1-0/+2
2018-09-19GTP: refactor the echo timerAlexander Couzens1-0/+1
2018-09-19gprs_sgsn.h: fix wrong type of re-attemptsAlexander Couzens1-1/+1
2018-09-13gprs_gmm: introduce a GMM Attach Request FSMAlexander Couzens4-0/+50
2018-08-20use __FILE__, not __BASE_FILE__Neels Hofmeyr1-2/+2
2018-08-17gbproxy: Add new VTY-managed timer: link-list clean-stale-timerPau Espin Pedrol1-0/+5
2018-08-17gbproxy: Add VTY parameter: link stored-msgs-max-lengthPau Espin Pedrol1-0/+5
2018-08-15Drop gprs_msgb_resize_area with libosmocore replacementPau Espin Pedrol1-2/+0
2018-08-15Drop gprs_msgb_copy with libosmocore replacementPau Espin Pedrol1-1/+0
2018-07-30migrate to oap_client in libosmogsmHarald Welte4-88/+5
2018-07-24sgsn: Fix crash using new libgtp cb_recovery2 APIPau Espin Pedrol1-1/+1
2018-07-16Forward GGSN originated DEACT PDP CTX REQPau Espin Pedrol1-0/+1
2018-07-16Add optional TearDownInd IE in PDP DEACT REQ towards PCUPau Espin Pedrol1-1/+1
2018-07-13Disarm T3395 when dettaching mmctx from pdpctxPau Espin Pedrol1-0/+2
2018-07-13osmo-sgsn: ping GGSN periodically and check for restart counterPau Espin Pedrol2-0/+5
2018-07-13Maintain per ggsn pdp ctx listPau Espin Pedrol1-4/+4
2018-06-20Drop all references of unused MGCPPau Espin Pedrol1-1/+0
2018-06-20Drop all references of unused SMPPPau Espin Pedrol1-1/+0
2018-06-15gb_proxy: Add ctrl interface and nsvc-state, gbproxy-state commandsDaniel Willmann1-0/+3
2018-05-23gprs_gmm: make extract_subscr_msisdn extract_subscr_hlr publicAlexander Couzens1-0/+3
2018-05-23gprs_gmm: make functions relating to GMM Attach Request publicAlexander Couzens1-0/+8
2018-05-01GERAN: allow GSM SRES on UMTS AKA challengeNeels Hofmeyr1-1/+12
2018-03-16compiler warnings: use enum ranap_nsap_addr_enc, constify local varNeels Hofmeyr1-1/+9
2018-03-15implement support for 3-digit MNC with leading zerosNeels Hofmeyr1-4/+3