aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-09-18GTP: refactor the echo timerlynxis/stagingAlexander Couzens3-6/+20
2018-09-18gprs_llc: remove the FCS from the msgb by trim'ing the msgbAlexander Couzens1-1/+3
2018-09-18gprs_sgsn.h: fix wrong type of re-attemptsAlexander Couzens1-1/+1
2018-09-18sgsn_ggsn_ctx_drop_pdp: protect against nullpointer when MM is goneAlexander Couzens1-1/+3
2018-09-18sgsn_libgtp: fix a potential memleak when the GGSN is not reachableAlexander Couzens1-6/+6
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-14debian: add missing build dependenciesAlexander Couzens1-0/+2
2018-09-13gprs_gmm: introduce a GMM Attach Request FSMAlexander Couzens9-9/+494
2018-09-13tests: remove gmm unit testsAlexander Couzens2-836/+0
2018-09-13Install sample cfg file to /etc/osmocomPau Espin Pedrol4-0/+13
2018-09-13Install systemd services with autotoolsPau Espin Pedrol12-4/+37
2018-09-13debian: Fix typo in rules preventing build with IU supportPau Espin Pedrol1-1/+1
2018-09-06Add osmo-gtphub systemd service filePau Espin Pedrol2-0/+13
2018-08-20use __FILE__, not __BASE_FILE__Neels Hofmeyr1-2/+2
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 Pedrol3-2/+67
2018-08-17gbproxy: Add VTY parameter: link stored-msgs-max-lengthPau Espin Pedrol3-8/+59
2018-08-17Use osmo_clock_gettime from libosmocorePau Espin Pedrol6-10/+10
2018-08-15Drop gprs_msgb_resize_area with libosmocore replacementPau Espin Pedrol3-40/+2
2018-08-15Drop gprs_msgb_copy with libosmocore replacementPau Espin Pedrol5-56/+6
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 Welte17-1010/+15
2018-07-25git-version-gen: Don't check for .git directoryDaniel Willmann1-2/+2
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 Pedrol3-9/+16
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 Pedrol3-7/+15
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 Pedrol3-7/+8
2018-07-13vty: Add cmd to disable echo loop explictlyPau Espin Pedrol1-0/+17
2018-07-13examples: Enable by default echo req towards active GGSNsPau Espin Pedrol2-0/+2
2018-07-13Disarm T3395 when dettaching mmctx from pdpctxPau Espin Pedrol3-3/+13
2018-07-13osmo-sgsn: ping GGSN periodically and check for restart counterPau Espin Pedrol5-2/+58
2018-07-13Maintain per ggsn pdp ctx listPau Espin Pedrol3-17/+18
2018-07-09sgsn_libgtp.c: Log pointer of deleted contextPau Espin Pedrol1-1/+1
2018-06-23finish gbproxy_parse_bssgp_unitdata testStefan Sperling1-5/+55
2018-06-21Drop unused common_vty.cPau Espin Pedrol3-143/+0
2018-06-20Drop all references of unused MGCPPau Espin Pedrol5-15/+3
2018-06-20Drop all references of unused SMPPPau Espin Pedrol4-13/+2
2018-06-20jenkins.sh: Remove non-existent configure optionsPau Espin Pedrol1-1/+1
2018-06-20jenkins.sh: Use --enable-werror only when iu support is disabledPau Espin Pedrol1-2/+5
2018-06-15gb_proxy: Add ctrl interface and nsvc-state, gbproxy-state commandsDaniel Willmann4-0/+107
2018-06-07add a test for OS#3178 (invalid unitdata message)Stefan Sperling1-0/+28
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