aboutsummaryrefslogtreecommitdiffstats
path: root/src/gbproxy/gb_proxy.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-28gbproxy: Add SGSN nameDaniel Willmann1-1/+3
2020-12-28gbproxy: Add SGSN pooling supportDaniel Willmann1-28/+121
2020-12-27gbproxy: Add SGSN NRI configurationDaniel Willmann1-0/+5
2020-12-22gbproxy: Fix confusing log message in gbprox_relay2nseDaniel Willmann1-2/+2
2020-12-21osmo-gbproxy: Initialize all hash_mapsDaniel Willmann1-0/+2
2020-12-12gbproxy: Implement scaling of BVC flow control in SGSN poolHarald Welte1-3/+19
2020-12-12gbproxy: Fix segfault when receiving PAGING for unknown destinationHarald Welte1-6/+7
2020-12-12gbproxy: (Re)allocate SGSN-side PTP BVC even if CELL already existsHarald Welte1-22/+20
2020-12-12gbproxy: Copy RA-ID from BSS side BVC to CELL and SGSN-side BVCHarald Welte1-0/+2
2020-12-10gbproxy: Fix bvci check in gbprox_rx_ptp_from_*Daniel Willmann1-2/+2
2020-12-10gbproxy: Implement handling of BVC Flow ControlHarald Welte1-4/+50
2020-12-10gbproxy: Don't create an extra msgb copy for SGSN DL SIGHarald Welte1-17/+9
2020-12-10gbproxy major rewrite for SGSN pool supportHarald Welte1-348/+597
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 Welte1-738/+3
2020-12-05gbproxy: convert nse->bvcs from llist_head to hashtableHarald Welte1-9/+10
2020-12-05gbproxy: convert bss_nses from llist_head to hashtableHarald Welte1-8/+14
2020-12-05gbproxy: Rename gbproxy_cfg.nses to gbproxy_cfg.bss_nsesHarald Welte1-7/+7
2020-12-05gb_proxy: Rename gbproxy_peer to gbproxy_bvcHarald Welte1-203/+203
2020-12-05gb_proxy: Use TLVP_PRES_LEN instead of TLVP_PRESENTHarald Welte1-14/+14
2020-12-05gbproxy: Send BVC-STATUS if BSS sends us BVC-RESET without mandatory IEsHarald Welte1-2/+4
2020-12-04gbproxy: Add newline to log messageDaniel Willmann1-1/+1
2020-12-04gbproxy: Add BVC log filtersDaniel Willmann1-1/+5
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 Willmann1-39/+41
2020-12-02gbproxy: Use LOG macros for NSE/BVCDaniel Willmann1-54/+49
2020-12-01gb_proxy: More precise + readable log messagesHarald Welte1-11/+7
2020-11-30gbproxy: Separate function to move gbproxy_peer to different nseDaniel Willmann1-3/+1
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 Willmann1-39/+89
2020-11-27gbproxy: Pass TLLI as LSP towards NS to facilitate load sharingHarald Welte1-0/+9
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-09osmo-gbproxy: Free msgb in ns2 prim callbackDaniel Willmann1-0/+1
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 Couzens1-94/+142
2019-09-02Move out gbproxy to its own subdirPau Espin Pedrol1-0/+1454