1. 7a74ae4 Create new specific file for BSSGP code by Pau Espin Pedrol · 1 year, 9 months ago
  2. 749ca7c Move gprs_gb_parse.[c,h] to tests/sgsn/ by Pau Espin Pedrol · 1 year, 9 months ago
  3. 8501126 vty: Make new libgtp tdefs configurable through VTY by Pau Espin Pedrol · 1 year, 11 months ago
  4. 199f295 tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS' by Vadim Yanitskiy · 2 years, 5 months ago
  5. 3c7656a Iu: add UEA encryption by Neels Hofmeyr · 2 years, 7 months ago
  6. 340a7e9 s/cipher_support_mask/gea_encryption_mask by Neels Hofmeyr · 2 years, 7 months ago
  7. 245ac95 tests/Makefile.am: do not try removing non-existing files by Vadim Yanitskiy · 2 years, 10 months ago
  8. 2f89826 add support for multiple encryption algorithms and a5/4 by Eric · 3 years, 4 months ago
  9. e5c8998 Support forwarding RIM messages over GTPCv1 EUTRAN<->GERAN by Pau Espin Pedrol · 3 years, 5 months ago
  10. 3caa7f6 Iu: Drop timer X3314 by Pau Espin Pedrol · 3 years, 5 months ago
  11. adcf97d Remove bogus DNS log category by Harald Welte · 3 years, 7 months ago
  12. 901ed14 gbproxy: remove (moved to own repository) by Oliver Smith · 3 years, 8 months ago
  13. f23e2db sgsn: Use the new NS2 api by Alexander Couzens · 4 years, 2 months ago
  14. ef3c9af gbproxy: Add SGSN NRI configuration by Daniel Willmann · 3 years, 9 months ago
  15. b6b2f14 gbproxy: rename vty command "show gbproxy ..." to "show gbproxy bvc ..." by Harald Welte · 3 years, 9 months ago
  16. 959f77e gbproxy: Improve VTY state introspection by Harald Welte · 3 years, 9 months ago
  17. 5687ae6 gbproxy major rewrite for SGSN pool support by Harald Welte · 3 years, 10 months ago
  18. 453a51d migrate to DLBSSGP as log sub-system for BSSGP by Harald Welte · 3 years, 10 months ago
  19. 56f5e74 gbproxy: Delete gbproxy_test by Harald Welte · 3 years, 10 months ago
  20. 91bb720 gbproxy: Remove patching, TLLI-tracking and SGSN2 support by Harald Welte · 3 years, 10 months ago
  21. 993d3f4 gbproxy: convert nse->bvcs from llist_head to hashtable by Harald Welte · 3 years, 10 months ago
  22. 78db244 gbproxy: convert bss_nses from llist_head to hashtable by Harald Welte · 3 years, 10 months ago
  23. 0e1b791 gbproxy: Rename gbproxy_cfg.nses to gbproxy_cfg.bss_nses by Harald Welte · 3 years, 10 months ago
  24. 8cd7440 gb_proxy: Rename gbproxy_peer to gbproxy_bvc by Harald Welte · 3 years, 10 months ago
  25. cafa388 gbproxy: Ensure BVC0 is reset before handling PtP BVCs by Daniel Willmann · 3 years, 10 months ago
  26. 447ad44 gbproxy: Add NSE peer that can have multiple gbproxy_peers by Daniel Willmann · 3 years, 10 months ago
  27. f7a1aed gbproxy: Remove test testing NSVCI change by Daniel Willmann · 3 years, 10 months ago
  28. 02f2c34 osmo-gbproxy: Free msgb in ns2 prim callback by Daniel Willmann · 3 years, 11 months ago
  29. 15c9da2 gbproxy: Add todo for BVC RESET logic by Daniel Willmann · 3 years, 11 months ago
  30. 82182d0 Port gbproxy to NS2 by Alexander Couzens · 4 years ago
  31. c70e838 VTY: Add gtp state-dir command by Keith · 4 years ago
  32. 68d9c5a gtphub_test: fix compilation error on gcc 10.2.0 by Alexander Couzens · 4 years ago
  33. dd930a2 gtphub: rename sgsn's oww osmo_sockaddr into sgsn_sockaddr by Alexander Couzens · 4 years, 2 months ago
  34. b26a5a8 use new osmo_mobile_identity API everywhere by Neels Hofmeyr · 4 years, 4 months ago
  35. 7369d44 gbproxy_test.c: fix mobile identity test data by Neels Hofmeyr · 4 years, 4 months ago
  36. 9d550cb gtphub_test: Fix compilation with gcc-10 by Harald Welte · 4 years, 5 months ago
  37. 6528e8c tests: dlopen does not imply availability of dlsym.. by Eric · 4 years, 5 months ago
  38. 5997357 osmoappdesc.py, tests: switch to python 3 by Oliver Smith · 4 years, 10 months ago osmith/fix-python3
  39. afadd10 ranap: add non-spec X1001 by Alexander Couzens · 5 years ago
  40. 3bad31b Iu: implement a user inactivity timer by Alexander Couzens · 5 years ago
  41. e30f195 Avoid compiling unneeded files when building without Iu by Alexander Couzens · 5 years ago
  42. 35f0e66 Split out GPRS SM layer into its own file by Pau Espin Pedrol · 5 years ago
  43. 31c4657 Implement GMM State using osmocom FSM by Pau Espin Pedrol · 5 years ago
  44. 762c39c Move out sgsn to its own subdir by Pau Espin Pedrol · 5 years ago
  45. ea05d5c Move out gtphub to its own subdir by Pau Espin Pedrol · 5 years ago
  46. 9d016fd Move out gbproxy to its own subdir by Pau Espin Pedrol · 5 years ago
  47. ccd1252 Introduce FSM mm_state_iu_fsm by Pau Espin Pedrol · 5 years ago
  48. 02514bc Introduce FSM mm_state_gb_fsm by Pau Espin Pedrol · 5 years ago
  49. 8333ef1 Move llc->MM/SM Gb specific glue code to its own file by Pau Espin Pedrol · 5 years ago
  50. 6dfb5fe Move lots of Iu/ranap specific code into its own file by Pau Espin Pedrol · 5 years ago
  51. 39cbecd gprs/gprs_gmm: implement T3314. Timeout to reset MM state READY->STANDBY by Alexander Couzens · 8 years ago
  52. 5ed3f67 tests: Introduce vty-transcript-test tests by Pau Espin Pedrol · 5 years ago
  53. a299d65 Replace own timer infra with libosmocore osmo_tdef by Pau Espin Pedrol · 5 years ago
  54. a43fb7b tests: Verify that timers can be set over VTY by Pau Espin Pedrol · 5 years ago
  55. def0d94 gprs_gmm: send Service Reject when no PDP ctxs are available. by efistokl · 5 years ago
  56. 313cf35 gbproxy_test: Fix test expectations of gprs_ns_rcvmsg() by Harald Welte · 6 years ago
  57. 2e48576 Use explicit parameter for sgsn_auth_init() by Max · 6 years ago
  58. eefb70d update gbproxy test expected output by Stefan Sperling · 6 years ago
  59. c572154 use enums consistently instead of falling back to int by Stefan Sperling · 6 years ago
  60. f4b2c4c Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlr by Harald Welte · 6 years ago
  61. b1d1c24 Update wrong references to bsc in sgsn code by Pau Espin Pedrol · 6 years ago
  62. f7198d7 gprs_gmm: introduce a GMM Attach Request FSM by Alexander Couzens · 6 years ago
  63. 941ee14 tests: remove gmm unit tests by Alexander Couzens · 6 years ago
  64. 816a67d Drop gprs_msgb_copy with libosmocore replacement by Pau Espin Pedrol · 6 years ago
  65. 0b588be migrate to oap_client in libosmogsm by Harald Welte · 6 years ago
  66. 322643f finish gbproxy_parse_bssgp_unitdata test by Stefan Sperling · 6 years ago
  67. aaa3e2b add a test for OS#3178 (invalid unitdata message) by Stefan Sperling · 6 years ago
  68. aa4ed67 GERAN: allow GSM SRES on UMTS AKA challenge by Neels Hofmeyr · 6 years ago
  69. 5bd340e use osmo_init_logging2(), fix regression test memleaks by Neels Hofmeyr · 6 years ago
  70. 10719b7 implement support for 3-digit MNC with leading zeros by Neels Hofmeyr · 7 years ago
  71. ee34de1 sgsn_test: guard against struct gprs_ra_id changing by Neels Hofmeyr · 7 years ago
  72. d9a54af mandatory depend on libc-ares and libgtp by Alexander Couzens · 7 years ago
  73. 25c65c3 Use gsm48_encode_ra() for RAI encoding by Max · 7 years ago
  74. 6789c84 fix build: missing LIBGTP_CFLAGS in sgsn_test by Neels Hofmeyr · 7 years ago
  75. 76d2c8b cosmetic: tests: sgsn_test: Use proper formatting and remove uneeded semicolons by Pau Espin Pedrol · 7 years ago
  76. 0b05039 tests: sgsn_test: Define wrap APIs with correct parameters by Pau Espin Pedrol · 7 years ago
  77. 3b6332f Migrate from OpenSSL to osmo_get_rand_id() by Max · 7 years ago
  78. e882482 Remove unneeded .py scripts by Max · 7 years ago
  79. 2f89547 tests: Fix selection of python version by Pau Espin Pedrol · 7 years ago
  80. adf1696 tests/ctrl_test_runner.py: remove BSC/NAT TestRunner by Alexander Couzens · 7 years ago
  81. 53ca657 Fix build after recent rate_ctr patches by Max · 7 years ago
  82. baabc68 SGSN: print additional GTP-related info by Max · 7 years ago
  83. 72ad237 SGSN: uncomment BSSGP vty tests by Max · 7 years ago
  84. 74ef149 Cleanup configure checks by Max · 7 years ago
  85. 396f2e6 move include/openbsc to include/osmocom/sgsn by Neels Hofmeyr · 7 years ago
  86. ee6cfdc split off osmo-sgsn: remove files, apply build by Neels Hofmeyr · 7 years ago 1.1.0
  87. c7b761f msc_vlr tests: add IMEISV tests by Neels Hofmeyr · 7 years ago
  88. 34a313f move to osmo-mgw.git: osmo-bsc_mgcp and libmgcp as libosmo-legacy-mgcp by Neels Hofmeyr · 7 years ago
  89. 413ecf6 cosmetic: msc_vlr_tests: drop unused var by Neels Hofmeyr · 7 years ago
  90. a7a3947 move libiu to osmo-iuh/libosmo-ranap by Neels Hofmeyr · 7 years ago
  91. efe85d3 Implement AoIP, port to M3UA SIGTRAN (large addition and refactoring) by Philipp Maier · 7 years ago
  92. 93fd462 sgsn_test: Fix wrong definition of wrap func by Pau Espin Pedrol · 7 years ago
  93. 7e82b74 Migrate from gprs_apn_to_str() to libosmocore osmo_apn_to_str() by Harald Welte · 7 years ago
  94. 6e437b7 libcommon: Fix log output for bts>0. by Alexander Chemeris · 7 years ago
  95. 423c0f8 libmsc: update database to accomodate SMS status-report fields by Pablo Neira Ayuso · 7 years ago
  96. c01bc00 examples/sgsn: Use osmo-hlr with auth-policy remote by default by Daniel Willmann · 7 years ago
  97. dff0ec1 04.08: log protocol discriminators and message types by name by Neels Hofmeyr · 8 years ago
  98. 7b0c968 fix msc_vlr tests after libosmocore uses localtime for SMS by Neels Hofmeyr · 7 years ago
  99. 2188a77 Implement IuCS (large refactoring and addition) by Neels Hofmeyr · 8 years ago
  100. ce67be1 mscsplit: various preparations to separate MSC from BSC by Neels Hofmeyr · 7 years ago