aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-11-19Use safer functions for IMSI ACLMax1-6/+8
2018-11-15use enums consistently instead of falling back to intStefan Sperling5-65/+151
2018-11-12fix bogus error check in gprs_sndcp_comp_create()Stefan Sperling1-3/+4
2018-11-12fix bogus assertion in encode_comp_field()Stefan Sperling1-1/+1
2018-10-30Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlrHarald Welte4-363/+10
2018-10-30Allocate sgsn_instance with tallocPau Espin Pedrol2-23/+26
2018-10-30Update wrong references to bsc in sgsn codePau Espin Pedrol13-52/+52
2018-10-21gtphub: Add --version cmdline optionOliver Smith1-1/+7
2018-10-06fix build: remove unused variableNeels Hofmeyr1-1/+0
2018-10-04gprs_llc: remove the FCS from the msgb by trim'ing the msgbAlexander Couzens2-2/+4
2018-10-04sgsn_libgtp: fix a potential memleak when the GGSN is not reachableAlexander Couzens1-6/+6
2018-10-02gprs_gmm: Fix missing Security Command for 3G when attachingAlexander Couzens2-3/+42
2018-09-28gprs_gmm: dont answer unknown IMSI/TMSI on Service Requests NET_FAILAlexander Couzens1-2/+2
2018-09-27vty: add SCCP related vty commandsNeels Hofmeyr1-0/+1
2018-09-24vty: fix doc str for 'reset sgsn state'Neels Hofmeyr1-1/+5
2018-09-19GTP: refactor the echo timerAlexander Couzens2-4/+16
2018-09-19sgsn_ggsn_ctx_drop_pdp: protect against nullpointer when MM is goneAlexander Couzens1-1/+3
2018-09-18vty: restart sgsn state: improve output messageAlexander Couzens1-1/+1
2018-09-17sgsn: use gtp_clear_queues() when reset sgsn stateAlexander Couzens1-0/+3
2018-09-13gprs_gmm: introduce a GMM Attach Request FSMAlexander Couzens4-9/+443
2018-08-20gbproxy: Replace '.' in counter names with ':'Pau Espin Pedrol1-7/+7
2018-08-17gbproxy: Add new VTY-managed timer: link-list clean-stale-timerPau Espin Pedrol2-2/+62
2018-08-17gbproxy: Add VTY parameter: link stored-msgs-max-lengthPau Espin Pedrol2-8/+54
2018-08-17Use osmo_clock_gettime from libosmocorePau Espin Pedrol6-10/+10
2018-08-15Drop gprs_msgb_resize_area with libosmocore replacementPau Espin Pedrol2-38/+2
2018-08-15Drop gprs_msgb_copy with libosmocore replacementPau Espin Pedrol3-54/+5
2018-08-13vty: add cmd "reset sgsn state"Alexander Couzens1-0/+32
2018-07-30remove libcommonHarald Welte9-2446/+0
2018-07-30migrate to oap_client in libosmogsmHarald Welte5-571/+10
2018-07-24gbproxy: Replace '.' in counter names with ':'Pau Espin Pedrol1-6/+6
2018-07-24sgsn: Fix crash using new libgtp cb_recovery2 APIPau Espin Pedrol2-8/+15
2018-07-19sgsn: gtp: Use new API to send PDP DEL CTX REQ without freeing ctx locallyPau Espin Pedrol1-6/+2
2018-07-19sgsn: cdr: Fix uninitialized string access if ggsn is detachedPau Espin Pedrol1-0/+1
2018-07-17sgsn: subscriber: Avoid calling memcpy with NULL srcPau Espin Pedrol2-11/+22
2018-07-16sgsn: Fix T3395 firing foreverPau Espin Pedrol1-4/+13
2018-07-16Forward GGSN originated DEACT PDP CTX REQPau Espin Pedrol2-7/+14
2018-07-16sgsn: Don't attempt to delete GTP pdp ctx if GGSN was restartedPau Espin Pedrol2-7/+21
2018-07-16Add optional TearDownInd IE in PDP DEACT REQ towards PCUPau Espin Pedrol2-6/+7
2018-07-13vty: Add cmd to disable echo loop explictlyPau Espin Pedrol1-0/+17
2018-07-13Disarm T3395 when dettaching mmctx from pdpctxPau Espin Pedrol2-3/+11
2018-07-13osmo-sgsn: ping GGSN periodically and check for restart counterPau Espin Pedrol3-2/+53
2018-07-13Maintain per ggsn pdp ctx listPau Espin Pedrol2-13/+14
2018-07-09sgsn_libgtp.c: Log pointer of deleted contextPau Espin Pedrol1-1/+1
2018-06-21Drop unused common_vty.cPau Espin Pedrol2-142/+0
2018-06-20Drop all references of unused MGCPPau Espin Pedrol3-12/+1
2018-06-20Drop all references of unused SMPPPau Espin Pedrol2-10/+0
2018-06-15gb_proxy: Add ctrl interface and nsvc-state, gbproxy-state commandsDaniel Willmann3-0/+104
2018-06-05gprs_gmm: Cancel Location: use detach type IMSIAlexander Couzens1-1/+1
2018-06-01gb_proxy: tallocate memory for gbproxy cfg so it can be a talloc ctxDaniel Willmann1-8/+14
2018-05-23gprs_gmm: make extract_subscr_msisdn extract_subscr_hlr publicAlexander Couzens1-2/+2