aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-02-23main: change initialization orderHarald Welte1-17/+17
2021-02-23main: add --vty-ref-mode, use vty_dump_xml_ref_mode()Harald Welte1-0/+36
2021-02-16Fix nsei+bvci not updated on rx UL SNDCP dataPau Espin Pedrol2-4/+4
2021-02-08gbproxy: remove (moved to own repository)Oliver Smith7-3600/+0
2021-02-04sndcp: Fix struct bit fields on big endianPau Espin Pedrol1-0/+17
2021-01-28sgsn_rim: Add routing for (GERAN) BSSGP RIM messagesPhilipp Maier3-0/+76
2021-01-28follow libosmocore/gprs_ns2 API changes (gprs_ns2_dynamic_create_nse)Alexander Couzens2-3/+0
2021-01-28sgsn: migrate to the new gprs_ns2_vty configurationAlexander Couzens1-12/+1
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 Couzens2-20/+20
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
2021-01-04sgsn: Use the new NS2 apiAlexander Couzens6-57/+103
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-15sgsn: check for NULL of gprs_subscr_get_or_create()Alexander Couzens2-0/+10
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