aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-12-10mm_state_gb_fsm: Handle implicit detach from mm_standbyDaniel Willmann1-1/+4
2020-12-10migrate to DLBSSGP as log sub-system for BSSGPHarald Welte2-12/+2
2020-12-07gbproxy: Log FSM timeoutsHarald Welte1-0/+1
2020-12-07gb_proxy: Use osmo_tlv_prot_parse() to validate mandatory IEsHarald Welte1-12/+45
2020-12-07gbproxy: use gbprox_relay2peer() whenever possibleHarald Welte1-3/+3
2020-12-07gb_proxy: Introduce more validation / constraint checksHarald Welte1-22/+62
2020-12-05gb_proxy: cosmetic: Use function rather than open-coding is_sgsnHarald Welte1-7/+8
2020-12-05gbproxy: Remove patching, TLLI-tracking and SGSN2 supportHarald Welte7-2779/+3
2020-12-05gbproxy: convert nse->bvcs from llist_head to hashtableHarald Welte4-43/+57
2020-12-05gbproxy: convert bss_nses from llist_head to hashtableHarald Welte4-31/+50
2020-12-05gbproxy: Rename gbproxy_cfg.nses to gbproxy_cfg.bss_nsesHarald Welte4-23/+23
2020-12-05gb_proxy: Rename gbproxy_peer to gbproxy_bvcHarald Welte6-500/+504
2020-12-05gb_proxy: Use TLVP_PRES_LEN instead of TLVP_PRESENTHarald Welte2-17/+17
2020-12-05gbproxy: Send BVC-STATUS if BSS sends us BVC-RESET without mandatory IEsHarald Welte1-2/+4
2020-12-04gbproxy: Delete gbproxy_nse in delete-gbproxy-peer VTY commandDaniel Willmann1-2/+4
2020-12-04gbproxy: Allow gbproxy_nse_free(NULL)Daniel Willmann1-2/+4
2020-12-04gbproxy: Add newline to log messageDaniel Willmann1-1/+1
2020-12-04gbproxy: Add BVC log filtersDaniel Willmann3-1/+43
2020-12-02gbproxy: Cosmetics: use longer linesHarald Welte1-9/+5
2020-12-02gb_proxy: Slightly restructure processing of BSS-originated BVC-RESETHarald Welte1-21/+24
2020-12-02gbproxy: Move BSS-side BVC-RESET processing to its own functionHarald Welte1-70/+87
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