aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-12-02gb_proxy: Broadcast SGSN-INVOKE-TRACE and OVERLOADHarald Welte1-5/+8
2020-12-02gbproxy: Add todos encountered while going through the codeDaniel Willmann1-1/+2
2020-12-02gbproxy: Change generic LOG messages so BVCI/NSEI fmt is consistentDaniel Willmann2-40/+42
2020-12-02gbproxy: Use LOG macros for NSE/BVCDaniel Willmann3-77/+86
2020-12-01gb_proxy: More precise + readable log messagesHarald Welte1-11/+7
2020-12-01gmm: Introduce comment to ease addition of Network feature support IE laterPau Espin Pedrol1-0/+3
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 Willmann2-3/+8
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 Willmann1-6/+16
2020-11-30gbproxy: Add NSE peer that can have multiple gbproxy_peersDaniel Willmann6-171/+356
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 Welte1-0/+41
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-09osmo-gbproxy: Free msgb in ns2 prim callbackDaniel Willmann1-0/+1
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 Willmann1-1/+10
2020-11-06gbproxy: Whitespace fixesDaniel Willmann1-2/+2
2020-11-06Port gbproxy to NS2Alexander Couzens5-170/+201
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 commandKeith1-0/+14
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-03gtphub: fix compilation with gcc 10.2.0Alexander Couzens1-1/+1
2020-10-02gprs_sndcp: fix use after freePhilipp Maier1-2/+2
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 Pedrol1-0/+2
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 Couzens2-41/+41
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-18sgsn_libgtp: Improve ps-paging loggingPau Espin Pedrol1-1/+7
2020-06-18use new osmo_mobile_identity API everywhereNeels Hofmeyr5-107/+123
2020-06-17Treat RAU as implicit RESUME if GMM is suspendedHarald Welte1-3/+8
2020-06-08Fix memory leak when SNDCP de-fragmentation is usedHarald Welte1-0/+4
2020-05-12gsup: send RAT type on LUNeels Hofmeyr1-2/+14