aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-09-06Bump version: 1.7.0.1-fc0c → 1.7.11.7.1osmith/releaseOliver Smith1-0/+7
2021-09-06debian/control: remove dh-systemd build-dependOliver Smith1-1/+0
2021-09-06gtphub: remove llist_first, llist_last macrosOliver Smith1-13/+2
2021-02-23Bump version: 1.6.0.157-b05c1-dirty → 1.7.01.7.0Pau Espin Pedrol5-34/+212
2021-02-23main: change initialization orderHarald Welte1-17/+17
2021-02-23manuals: generate vty reference xml at build timeHarald Welte3-2678/+7
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 Pedrol3-5/+5
2021-02-08gbproxy: remove (moved to own repository)Oliver Smith42-6710/+5
2021-02-04sndcp: Fix struct bit fields on big endianPau Espin Pedrol1-0/+17
2021-02-04.gitignore: Ignore new autofoo tmp filesPau Espin Pedrol1-0/+1
2021-01-28sgsn_rim: Add routing for (GERAN) BSSGP RIM messagesPhilipp Maier6-0/+81
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 Couzens5-21/+11
2021-01-28gbproxy: follow gprs_ns2 API vty changesAlexander Couzens1-2/+1
2021-01-28manuals/gbproxy: Move pooling to separate chapterDaniel Willmann2-24/+25
2021-01-28manuals/gbproxy: MSC -> SGSN for pooling chapterDaniel Willmann1-104/+85
2021-01-28manuals/gbproxy: Add osmo-bsc MSC pooling chapter from Neels as a baseDaniel Willmann1-0/+213
2021-01-28manuals/gbproxy: Update configuration chapterDaniel Willmann1-4/+37
2021-01-28Rename OsmoGbPROXY -> *ProxyDaniel Willmann4-5/+5
2021-01-28manual/gbproxy: Update overview chapterDaniel Willmann1-77/+44
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 Welte2-18/+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 Willmann3-2/+153
2021-01-14contrib/jenkins: don't build osmo-gsm-manualsOliver Smith1-1/+0
2021-01-13gbproxy: Increase TLLI cache timeout to 10sDaniel Willmann1-1/+1
2021-01-11gbproxy: Implement TLLI cache and use it for SUSPEND/RESUMEDaniel Willmann3-10/+175
2021-01-08configure.ac: define a c standard instead of using the compilers defaultAlexander Couzens1-0/+3
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 Willmann3-1/+43
2021-01-04gbproxy: Add config option to name an SGSNDaniel Willmann6-7/+66
2021-01-04gbproxy: use ns2 vty2Alexander Couzens4-37/+18
2021-01-04sgsn: Use the new NS2 apiAlexander Couzens9-61/+114
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 Willmann3-27/+166