Release v0.4.1 on 2023-09-12.
  1. d1f6a87 tests: do not depend on $(BUILT_SOURCES), but on osmo-gbproxy by Vadim Yanitskiy · 1 year, 2 months ago
  2. 5b75f85 examples/manuals: Improve/update ns-related documentation by Daniel Willmann · 3 years, 1 month ago
  3. a16ecc3 Remove osmo-sgsn relics by Daniel Willmann · 3 years, 3 months ago
  4. a8da650 Drop c-ares references by Pau Espin Pedrol · 3 years, 4 months ago
  5. 936dfd7 Further clean-up in osmo-sgsn -> osmo-gbproxy migration by Harald Welte · 3 years, 4 months ago
  6. 29532c2 === Split osmo-gbproxy from osmo-sgsn === by Oliver Smith · 3 years, 4 months ago
  7. 008de61 sgsn: Use the new NS2 api by Alexander Couzens · 3 years, 10 months ago
  8. ee834af gbproxy: Add SGSN NRI configuration by Daniel Willmann · 3 years, 6 months ago
  9. befe1c3 gbproxy: rename vty command "show gbproxy ..." to "show gbproxy bvc ..." by Harald Welte · 3 years, 6 months ago
  10. c6ecfad gbproxy: Improve VTY state introspection by Harald Welte · 3 years, 6 months ago
  11. e520964 gbproxy major rewrite for SGSN pool support by Harald Welte · 3 years, 6 months ago
  12. 4e15cf4 migrate to DLBSSGP as log sub-system for BSSGP by Harald Welte · 3 years, 6 months ago
  13. d09ffc2 gbproxy: Delete gbproxy_test by Harald Welte · 3 years, 6 months ago
  14. 7a0c9dd gbproxy: Remove patching, TLLI-tracking and SGSN2 support by Harald Welte · 3 years, 6 months ago
  15. 8b4c794 gbproxy: convert nse->bvcs from llist_head to hashtable by Harald Welte · 3 years, 6 months ago
  16. d2fef95 gbproxy: convert bss_nses from llist_head to hashtable by Harald Welte · 3 years, 6 months ago
  17. 2b7b1bb gbproxy: Rename gbproxy_cfg.nses to gbproxy_cfg.bss_nses by Harald Welte · 3 years, 6 months ago
  18. 560bdb3 gb_proxy: Rename gbproxy_peer to gbproxy_bvc by Harald Welte · 3 years, 6 months ago
  19. af7398a gbproxy: Ensure BVC0 is reset before handling PtP BVCs by Daniel Willmann · 3 years, 6 months ago
  20. e50550e gbproxy: Add NSE peer that can have multiple gbproxy_peers by Daniel Willmann · 3 years, 6 months ago
  21. 5f677fd gbproxy: Remove test testing NSVCI change by Daniel Willmann · 3 years, 6 months ago
  22. b655010 osmo-gbproxy: Free msgb in ns2 prim callback by Daniel Willmann · 3 years, 7 months ago
  23. 8489e7a gbproxy: Add todo for BVC RESET logic by Daniel Willmann · 3 years, 7 months ago
  24. 951e133 Port gbproxy to NS2 by Alexander Couzens · 3 years, 8 months ago
  25. 2158c69 VTY: Add gtp state-dir command by Keith · 3 years, 8 months ago
  26. 016a68b gtphub_test: fix compilation error on gcc 10.2.0 by Alexander Couzens · 3 years, 8 months ago
  27. 323aaf6 gtphub: rename sgsn's oww osmo_sockaddr into sgsn_sockaddr by Alexander Couzens · 3 years, 11 months ago
  28. 7facc86 use new osmo_mobile_identity API everywhere by Neels Hofmeyr · 4 years ago
  29. 17d6134 gbproxy_test.c: fix mobile identity test data by Neels Hofmeyr · 4 years ago
  30. 2a96831 gtphub_test: Fix compilation with gcc-10 by Harald Welte · 4 years, 1 month ago
  31. a9a289f tests: dlopen does not imply availability of dlsym.. by Eric · 4 years, 2 months ago
  32. 14ec634 osmoappdesc.py, tests: switch to python 3 by Oliver Smith · 4 years, 6 months ago
  33. 5b0bc40 ranap: add non-spec X1001 by Alexander Couzens · 4 years, 8 months ago
  34. f764dad Iu: implement a user inactivity timer by Alexander Couzens · 4 years, 9 months ago
  35. a0b7182 Avoid compiling unneeded files when building without Iu by Alexander Couzens · 4 years, 8 months ago
  36. 85bcdb4 Split out GPRS SM layer into its own file by Pau Espin Pedrol · 4 years, 9 months ago
  37. b8add73 Implement GMM State using osmocom FSM by Pau Espin Pedrol · 4 years, 9 months ago
  38. a3646fb Move out sgsn to its own subdir by Pau Espin Pedrol · 4 years, 9 months ago
  39. 13fdd51 Move out gtphub to its own subdir by Pau Espin Pedrol · 4 years, 9 months ago
  40. 1ddefb1 Move out gbproxy to its own subdir by Pau Espin Pedrol · 4 years, 9 months ago
  41. 05029e0 Introduce FSM mm_state_iu_fsm by Pau Espin Pedrol · 4 years, 9 months ago
  42. 1d6de38 Introduce FSM mm_state_gb_fsm by Pau Espin Pedrol · 4 years, 9 months ago
  43. dda532a Move llc->MM/SM Gb specific glue code to its own file by Pau Espin Pedrol · 4 years, 9 months ago
  44. 241cb86 Move lots of Iu/ranap specific code into its own file by Pau Espin Pedrol · 4 years, 9 months ago
  45. 4ad741e gprs/gprs_gmm: implement T3314. Timeout to reset MM state READY->STANDBY by Alexander Couzens · 7 years ago
  46. 4330ea9 tests: Introduce vty-transcript-test tests by Pau Espin Pedrol · 4 years, 10 months ago
  47. 1b8364d Replace own timer infra with libosmocore osmo_tdef by Pau Espin Pedrol · 4 years, 10 months ago
  48. 089d2c1 tests: Verify that timers can be set over VTY by Pau Espin Pedrol · 4 years, 10 months ago
  49. b842c03 gprs_gmm: send Service Reject when no PDP ctxs are available. by efistokl · 5 years ago
  50. 06f3d5a gbproxy_test: Fix test expectations of gprs_ns_rcvmsg() by Harald Welte · 5 years ago
  51. bc1d4f0 Use explicit parameter for sgsn_auth_init() by Max · 5 years ago
  52. e76afc4 update gbproxy test expected output by Stefan Sperling · 6 years ago
  53. 7dd481c use enums consistently instead of falling back to int by Stefan Sperling · 6 years ago
  54. d8f8945 Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlr by Harald Welte · 6 years ago
  55. d7b95e3 Update wrong references to bsc in sgsn code by Pau Espin Pedrol · 6 years ago
  56. c6f650b gprs_gmm: introduce a GMM Attach Request FSM by Alexander Couzens · 6 years ago
  57. 3bb4b47 tests: remove gmm unit tests by Alexander Couzens · 6 years ago
  58. 1877d8e Drop gprs_msgb_copy with libosmocore replacement by Pau Espin Pedrol · 6 years ago
  59. 2a7a41a migrate to oap_client in libosmogsm by Harald Welte · 6 years ago
  60. 99dc488 finish gbproxy_parse_bssgp_unitdata test by Stefan Sperling · 6 years ago
  61. 606fb89 add a test for OS#3178 (invalid unitdata message) by Stefan Sperling · 6 years ago
  62. 4a8d501 GERAN: allow GSM SRES on UMTS AKA challenge by Neels Hofmeyr · 6 years ago
  63. 8de6b86 use osmo_init_logging2(), fix regression test memleaks by Neels Hofmeyr · 6 years ago
  64. 6179f0c implement support for 3-digit MNC with leading zeros by Neels Hofmeyr · 6 years ago
  65. 3ab28a2 sgsn_test: guard against struct gprs_ra_id changing by Neels Hofmeyr · 6 years ago
  66. 79663b3 mandatory depend on libc-ares and libgtp by Alexander Couzens · 6 years ago
  67. 9f13b14 Use gsm48_encode_ra() for RAI encoding by Max · 6 years ago
  68. 95253c7 fix build: missing LIBGTP_CFLAGS in sgsn_test by Neels Hofmeyr · 6 years ago
  69. 964dcb2 cosmetic: tests: sgsn_test: Use proper formatting and remove uneeded semicolons by Pau Espin Pedrol · 6 years ago
  70. d17d621 tests: sgsn_test: Define wrap APIs with correct parameters by Pau Espin Pedrol · 6 years ago
  71. ca7be8a Migrate from OpenSSL to osmo_get_rand_id() by Max · 7 years ago
  72. 8a58bcd Remove unneeded .py scripts by Max · 6 years ago
  73. 266b61a tests: Fix selection of python version by Pau Espin Pedrol · 7 years ago
  74. 2184b24 tests/ctrl_test_runner.py: remove BSC/NAT TestRunner by Alexander Couzens · 7 years ago
  75. eb6a8f0 Fix build after recent rate_ctr patches by Max · 7 years ago
  76. 322e668 SGSN: print additional GTP-related info by Max · 7 years ago
  77. bcb19d4 SGSN: uncomment BSSGP vty tests by Max · 7 years ago
  78. a8aa492 Cleanup configure checks by Max · 7 years ago
  79. 4b4c586 move include/openbsc to include/osmocom/sgsn by Neels Hofmeyr · 7 years ago
  80. 62507c5 split off osmo-sgsn: remove files, apply build by Neels Hofmeyr · 7 years ago
  81. 5ae9612 msc_vlr tests: add IMEISV tests by Neels Hofmeyr · 7 years ago
  82. 85012f5 move to osmo-mgw.git: osmo-bsc_mgcp and libmgcp as libosmo-legacy-mgcp by Neels Hofmeyr · 7 years ago
  83. b76947c cosmetic: msc_vlr_tests: drop unused var by Neels Hofmeyr · 7 years ago
  84. 5e40da6 move libiu to osmo-iuh/libosmo-ranap by Neels Hofmeyr · 7 years ago
  85. 68760a8 Implement AoIP, port to M3UA SIGTRAN (large addition and refactoring) by Philipp Maier · 7 years ago
  86. 78a62a5 sgsn_test: Fix wrong definition of wrap func by Pau Espin Pedrol · 7 years ago
  87. 265b3b6 Migrate from gprs_apn_to_str() to libosmocore osmo_apn_to_str() by Harald Welte · 7 years ago
  88. f3a7ad3 libcommon: Fix log output for bts>0. by Alexander Chemeris · 7 years ago
  89. c4e841a libmsc: update database to accomodate SMS status-report fields by Pablo Neira Ayuso · 7 years ago
  90. bc5aa6d examples/sgsn: Use osmo-hlr with auth-policy remote by default by Daniel Willmann · 7 years ago
  91. de635e7 04.08: log protocol discriminators and message types by name by Neels Hofmeyr · 7 years ago
  92. 47b243b fix msc_vlr tests after libosmocore uses localtime for SMS by Neels Hofmeyr · 7 years ago
  93. d489ea3 Implement IuCS (large refactoring and addition) by Neels Hofmeyr · 8 years ago
  94. 5dd2508 mscsplit: various preparations to separate MSC from BSC by Neels Hofmeyr · 7 years ago
  95. 0e25558 vlr: LU FSM: enable Retrieve_IMEISV_If_Required by Neels Hofmeyr · 7 years ago
  96. 668a285 osmo-nitb: change default db name to sms.db by Neels Hofmeyr · 7 years ago
  97. 3dc2c64 Add msc_vlr test suite for MSC+VLR end-to-end tests by Neels Hofmeyr · 7 years ago
  98. 44b1d6c Use libvlr in libmsc (large refactoring) by Harald Welte · 8 years ago
  99. 69cf461 fix make distcheck with python tests by Neels Hofmeyr · 7 years ago
  100. d31c3fb move openbsc/* to repos root by Neels Hofmeyr · 7 years ago