aboutsummaryrefslogtreecommitdiffstats
path: root/src/gbproxy
AgeCommit message (Expand)AuthorFilesLines
2021-02-08gbproxy: remove (moved to own repository)Oliver Smith6-3599/+0
2021-01-28follow libosmocore/gprs_ns2 API changes (gprs_ns2_dynamic_create_nse)Alexander Couzens1-1/+0
2021-01-28gbproxy: follow gprs_ns2 API vty changesAlexander Couzens1-2/+1
2021-01-28gbproxy: Avoid depending on any of the SGSN codeHarald Welte2-4/+41
2021-01-27follow libosmocore/gprs_ns2 API changes of GPRS enumsAlexander Couzens1-14/+14
2021-01-22gbproxy: Fix radio status routing by TMSIDaniel Willmann1-0/+2
2021-01-22gbproxy: Improve log messages in gbproxy_select_sgsnDaniel Willmann1-1/+3
2021-01-19gbproxy: Print the correct message type for dummy paging/paging rejectDaniel Willmann1-1/+1
2021-01-19gbproxy: Use IMSI cache for PTP paging and implement DUMMY_PAGING_PSDaniel Willmann1-6/+38
2021-01-18gb_proxy: Don't use orphan log subsystem DPCUHarald Welte1-5/+5
2021-01-18gbproxy: Add VTY commands to query the TLLI/IMSI cacheDaniel Willmann1-0/+51
2021-01-18gbproxy: Define and use help string for gbproxyDaniel Willmann1-3/+4
2021-01-18gbproxy: Fix VTY cmd nameDaniel Willmann1-2/+2
2021-01-17gbproxy: Remove unused variable assignmentDaniel Willmann1-1/+0
2021-01-17gbproxy: Move helper function to a more logical placeDaniel Willmann1-11/+11
2021-01-17gbproxy: Use C-style commentsDaniel Willmann2-7/+7
2021-01-17gbproxy: Use IMSI cache to handle PAGING_PS_REJECTDaniel Willmann1-0/+23
2021-01-17gbproxy: Implement IMSI cacheDaniel Willmann2-1/+124
2021-01-13gbproxy: Increase TLLI cache timeout to 10sDaniel Willmann1-1/+1
2021-01-11gbproxy: Implement TLLI cache and use it for SUSPEND/RESUMEDaniel Willmann2-10/+148
2021-01-05Fix gbproxy_sgsn_by_tlli wraparoundDaniel Willmann1-1/+2
2021-01-05gb_proxy_peer: fix NULL pointer dereference in gbproxy_sgsn_alloc()Vadim Yanitskiy1-1/+2
2021-01-05gb_proxy_peer: sgsn can never be NULL in gbproxy_sgsn_by_nri()Vadim Yanitskiy1-1/+1
2021-01-04gbproxy: Add VTY command to override the node selection functionDaniel Willmann2-1/+39
2021-01-04gbproxy: Add config option to name an SGSNDaniel Willmann3-5/+58
2021-01-04gbproxy: use ns2 vty2Alexander Couzens1-5/+1
2020-12-30gbproxy: Fix build on Deiban 8Harald Welte1-1/+2
2020-12-29gbproxy: Add comments to sgsn functionsDaniel Willmann2-1/+24
2020-12-29gbproxy: Add SGSN pooling supportDaniel Willmann2-27/+164
2020-12-29gbproxy: Add SGSN NRI configurationDaniel Willmann3-16/+403
2020-12-22gbproxy: Add "show gbproxy cell ..." VTY commandHarald Welte1-0/+42
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-14gbproxy: rename vty command "show gbproxy ..." to "show gbproxy bvc ..."Harald Welte1-2/+3
2020-12-12gbproxy: Improve VTY state introspectionHarald Welte1-19/+34
2020-12-12gbproxy: Implement scaling of BVC flow control in SGSN poolHarald Welte2-3/+34
2020-12-12gbproxy: Add FSM related VTY commandsHarald Welte1-0/+1
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: Introduce new DOBJ log category; log object allocation/releaseHarald Welte2-0/+23
2020-12-10gbproxy: Use "(nsei << 16) | bvci" as rate_ctr_group indexHarald Welte1-1/+1
2020-12-10gbproxy major rewrite for SGSN pool supportHarald Welte5-446/+799
2020-12-10migrate to DLBSSGP as log sub-system for BSSGPHarald Welte1-6/+1
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