aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-11-23Use libosmocore constant for IMSI length in ACL entryMax1-1/+1
2019-11-21Improve logging in gprs_llc.c codePau Espin Pedrol1-3/+3
2019-10-21sgsn_libgtp.c: Drop use of deprecated libgtp APIs gtp_retrans*()Pau Espin Pedrol1-2/+0
2019-10-17sgsn_libgtp: refactor ps paging into gprs_gbAlexander Couzens1-0/+3
2019-10-08Iu: implement a user inactivity timerAlexander Couzens1-0/+1
2019-10-03gprs_ranap: release Iu UE Context when exiting PMM ConnectedAlexander Couzens1-1/+12
2019-09-28sgsn: when receiving data PDU notify the Gb GMM fsmAlexander Couzens1-1/+3
2019-09-03Split out GPRS SM layer into its own filePau Espin Pedrol3-9/+19
2019-09-03Implement GMM State using osmocom FSMPau Espin Pedrol3-10/+36
2019-09-02enum gprs_gmm_state: Fix spec referencePau Espin Pedrol1-1/+1
2019-09-02vty: Print MM state and RAN type in show mm-contextPau Espin Pedrol1-0/+1
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