aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-12-01gmm: fix build without define PTMSI_ALLOCPau Espin Pedrol1-3/+7
2020-11-30gbproxy: Separate function to move gbproxy_peer to different nseDaniel Willmann3-3/+9
2020-11-30gbproxy: Only send paging to each matching NSE onceDaniel Willmann1-13/+34
2020-11-30gbproxy: Ensure BVC0 is reset before handling PtP BVCsDaniel Willmann3-6/+125
2020-11-30gbproxy: Add NSE peer that can have multiple gbproxy_peersDaniel Willmann9-285/+495
2020-11-30gbproxy: Remove test testing NSVCI changeDaniel Willmann2-255/+2
2020-11-27gb_proxy_peer: Add some FIXMEs regarding invalid assumptionsHarald Welte1-0/+5
2020-11-27gbproxy: Pass TLLI as LSP towards NS to facilitate load sharingHarald Welte1-0/+9
2020-11-25sgsn: generate coredump and exit upon SIGABRT receivedPau Espin Pedrol1-5/+14
2020-11-25gtphub: generate coredump and exit upon SIGABRT receivedPau Espin Pedrol1-5/+13
2020-11-25gbproxy: generate coredump and exit upon SIGABRT receivedPau Espin Pedrol1-5/+14
2020-11-24gprs_gb_parse: Add function to determine TLLI from encoded BSSGPHarald Welte2-0/+43
2020-11-24gbproxy: Implement paging to entire BSS areaHarald Welte1-2/+13
2020-11-24gbproxy: Properly implement paging to LAC/RACHarald Welte1-12/+29
2020-11-11Use osmo_fd_*_{disable,enable}Harald Welte1-4/+4
2020-11-11osmo-gbproxy: Implement nsvc-state ctrl commandDaniel Willmann1-6/+14
2020-11-09configure.ac: Require python3 for ext_testsDaniel Willmann1-3/+3
2020-11-09osmo-gbproxy: Free msgb in ns2 prim callbackDaniel Willmann2-3/+2
2020-11-06Let libosmocore handle VTY parent node trackingDaniel Willmann3-94/+4
2020-11-06gbproxy: Get the peer if paging by BVCI on SIG_BVCDaniel Willmann1-0/+1
2020-11-06gbproxy: Add todo for BVC RESET logicDaniel Willmann2-3/+10
2020-11-06gbproxy: Whitespace fixesDaniel Willmann1-2/+2
2020-11-06Port gbproxy to NS2Alexander Couzens10-4930/+3264
2020-10-23process_ms_ctx_status: Fix crash deleting PDP Ctx if GTP side was already rel...Pau Espin Pedrol1-1/+4
2020-10-23process_ms_ctx_status: refactor to avoid code duplicationPau Espin Pedrol1-15/+10
2020-10-23sgsn_delete_pdp_ctx: Add documentation and assert assumptionsPau Espin Pedrol1-1/+6
2020-10-20VTY: Add gtp state-dir commandKeith2-0/+15
2020-10-19Fix crash rx DeactPdpReq while waiting for DeactPdpAck after gtp side is freedPau Espin Pedrol1-1/+5
2020-10-19Log error if pdp ctx is freed while holding an active timerPau Espin Pedrol1-0/+5
2020-10-19Use osmo_fd_setup() whenever applicableHarald Welte2-19/+4
2020-10-12contrib/jenkins: Enable parallel make in make distcheckPau Espin Pedrol1-2/+2
2020-10-03gtphub: fix compilation with gcc 10.2.0Alexander Couzens1-1/+1
2020-10-02gtphub_test: fix compilation error on gcc 10.2.0Alexander Couzens1-0/+2
2020-10-02gprs_sndcp: fix use after freePhilipp Maier1-2/+2
2020-09-25gbproxy-usermanual: Explain BSSGP/BVC handlingDaniel Willmann3-5/+121
2020-09-21Fix Radio Priority in MM Attach and PDP Context ActivationKeith2-1/+2
2020-09-20gmm: on invalid RA id reject the MS with an implicit detachAlexander Couzens1-10/+20
2020-09-18gprs_llc: _bssgp_tx_dl_ud: ensure the LLME is valid before using itAlexander Couzens1-13/+17
2020-08-21Change default SCTP conn NULL->127.0.0.1 to localhost->localhostPau Espin Pedrol1-2/+2
2020-08-18Support setting rt-prio and cpu-affinity mask through VTYPau Espin Pedrol5-9/+49
2020-08-18doc: Update VTY reference xml filePau Espin Pedrol1-87/+188
2020-08-18configure.ac: Fix trailing whitespacePau Espin Pedrol1-1/+1
2020-08-13debian/control: change maintainer to the Osmocom team / mailing listVadim Yanitskiy1-1/+1
2020-07-27Send a BVC-RESET to all persistent Gb interfaces at start-upHarald Welte1-0/+20
2020-07-18gtphub: rename sgsn's oww osmo_sockaddr into sgsn_sockaddrAlexander Couzens4-95/+95
2020-06-26sgsn_libgtp: Avoid ps-paging MS on GMM Suspended statePau Espin Pedrol1-5/+3
2020-06-26gprs_gmm_fsm.c: Add missing license headerPau Espin Pedrol1-0/+22
2020-06-22*.spec.in: Use %config(noreplace) to retain current config fileHarald Welte1-3/+3
2020-06-18sgsn_libgtp: Improve ps-paging loggingPau Espin Pedrol1-1/+7
2020-06-18use new osmo_mobile_identity API everywhereNeels Hofmeyr7-120/+137