1. 323aaf6 gtphub: rename sgsn's oww osmo_sockaddr into sgsn_sockaddr by Alexander Couzens · 4 years ago
  2. 7facc86 use new osmo_mobile_identity API everywhere by Neels Hofmeyr · 4 years, 1 month ago
  3. 17d6134 gbproxy_test.c: fix mobile identity test data by Neels Hofmeyr · 4 years, 1 month ago
  4. 2a96831 gtphub_test: Fix compilation with gcc-10 by Harald Welte · 4 years, 2 months ago
  5. a9a289f tests: dlopen does not imply availability of dlsym.. by Eric · 4 years, 3 months ago
  6. 14ec634 osmoappdesc.py, tests: switch to python 3 by Oliver Smith · 4 years, 7 months ago
  7. 5b0bc40 ranap: add non-spec X1001 by Alexander Couzens · 4 years, 9 months ago
  8. f764dad Iu: implement a user inactivity timer by Alexander Couzens · 4 years, 10 months ago
  9. a0b7182 Avoid compiling unneeded files when building without Iu by Alexander Couzens · 4 years, 9 months ago
  10. 85bcdb4 Split out GPRS SM layer into its own file by Pau Espin Pedrol · 4 years, 10 months ago
  11. b8add73 Implement GMM State using osmocom FSM by Pau Espin Pedrol · 4 years, 10 months ago
  12. a3646fb Move out sgsn to its own subdir by Pau Espin Pedrol · 4 years, 10 months ago
  13. 13fdd51 Move out gtphub to its own subdir by Pau Espin Pedrol · 4 years, 10 months ago
  14. 1ddefb1 Move out gbproxy to its own subdir by Pau Espin Pedrol · 4 years, 10 months ago
  15. 05029e0 Introduce FSM mm_state_iu_fsm by Pau Espin Pedrol · 4 years, 10 months ago
  16. 1d6de38 Introduce FSM mm_state_gb_fsm by Pau Espin Pedrol · 4 years, 10 months ago
  17. dda532a Move llc->MM/SM Gb specific glue code to its own file by Pau Espin Pedrol · 4 years, 10 months ago
  18. 241cb86 Move lots of Iu/ranap specific code into its own file by Pau Espin Pedrol · 4 years, 10 months ago
  19. 4ad741e gprs/gprs_gmm: implement T3314. Timeout to reset MM state READY->STANDBY by Alexander Couzens · 7 years ago
  20. 4330ea9 tests: Introduce vty-transcript-test tests by Pau Espin Pedrol · 4 years, 11 months ago
  21. 1b8364d Replace own timer infra with libosmocore osmo_tdef by Pau Espin Pedrol · 4 years, 11 months ago
  22. 089d2c1 tests: Verify that timers can be set over VTY by Pau Espin Pedrol · 4 years, 11 months ago
  23. b842c03 gprs_gmm: send Service Reject when no PDP ctxs are available. by efistokl · 5 years ago
  24. 06f3d5a gbproxy_test: Fix test expectations of gprs_ns_rcvmsg() by Harald Welte · 5 years ago
  25. bc1d4f0 Use explicit parameter for sgsn_auth_init() by Max · 6 years ago
  26. e76afc4 update gbproxy test expected output by Stefan Sperling · 6 years ago
  27. 7dd481c use enums consistently instead of falling back to int by Stefan Sperling · 6 years ago
  28. d8f8945 Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlr by Harald Welte · 6 years ago
  29. d7b95e3 Update wrong references to bsc in sgsn code by Pau Espin Pedrol · 6 years ago
  30. c6f650b gprs_gmm: introduce a GMM Attach Request FSM by Alexander Couzens · 6 years ago
  31. 3bb4b47 tests: remove gmm unit tests by Alexander Couzens · 6 years ago
  32. 1877d8e Drop gprs_msgb_copy with libosmocore replacement by Pau Espin Pedrol · 6 years ago
  33. 2a7a41a migrate to oap_client in libosmogsm by Harald Welte · 6 years ago
  34. 99dc488 finish gbproxy_parse_bssgp_unitdata test by Stefan Sperling · 6 years ago
  35. 606fb89 add a test for OS#3178 (invalid unitdata message) by Stefan Sperling · 6 years ago
  36. 4a8d501 GERAN: allow GSM SRES on UMTS AKA challenge by Neels Hofmeyr · 6 years ago
  37. 8de6b86 use osmo_init_logging2(), fix regression test memleaks by Neels Hofmeyr · 6 years ago
  38. 6179f0c implement support for 3-digit MNC with leading zeros by Neels Hofmeyr · 6 years ago
  39. 3ab28a2 sgsn_test: guard against struct gprs_ra_id changing by Neels Hofmeyr · 6 years ago
  40. 79663b3 mandatory depend on libc-ares and libgtp by Alexander Couzens · 6 years ago
  41. 9f13b14 Use gsm48_encode_ra() for RAI encoding by Max · 6 years ago
  42. 95253c7 fix build: missing LIBGTP_CFLAGS in sgsn_test by Neels Hofmeyr · 6 years ago
  43. 964dcb2 cosmetic: tests: sgsn_test: Use proper formatting and remove uneeded semicolons by Pau Espin Pedrol · 6 years ago
  44. d17d621 tests: sgsn_test: Define wrap APIs with correct parameters by Pau Espin Pedrol · 6 years ago
  45. ca7be8a Migrate from OpenSSL to osmo_get_rand_id() by Max · 7 years ago
  46. 8a58bcd Remove unneeded .py scripts by Max · 7 years ago
  47. 266b61a tests: Fix selection of python version by Pau Espin Pedrol · 7 years ago
  48. 2184b24 tests/ctrl_test_runner.py: remove BSC/NAT TestRunner by Alexander Couzens · 7 years ago
  49. eb6a8f0 Fix build after recent rate_ctr patches by Max · 7 years ago
  50. 322e668 SGSN: print additional GTP-related info by Max · 7 years ago
  51. bcb19d4 SGSN: uncomment BSSGP vty tests by Max · 7 years ago
  52. a8aa492 Cleanup configure checks by Max · 7 years ago
  53. 4b4c586 move include/openbsc to include/osmocom/sgsn by Neels Hofmeyr · 7 years ago
  54. 62507c5 split off osmo-sgsn: remove files, apply build by Neels Hofmeyr · 7 years ago
  55. 5ae9612 msc_vlr tests: add IMEISV tests by Neels Hofmeyr · 7 years ago
  56. 85012f5 move to osmo-mgw.git: osmo-bsc_mgcp and libmgcp as libosmo-legacy-mgcp by Neels Hofmeyr · 7 years ago
  57. b76947c cosmetic: msc_vlr_tests: drop unused var by Neels Hofmeyr · 7 years ago
  58. 5e40da6 move libiu to osmo-iuh/libosmo-ranap by Neels Hofmeyr · 7 years ago
  59. 68760a8 Implement AoIP, port to M3UA SIGTRAN (large addition and refactoring) by Philipp Maier · 7 years ago
  60. 78a62a5 sgsn_test: Fix wrong definition of wrap func by Pau Espin Pedrol · 7 years ago
  61. 265b3b6 Migrate from gprs_apn_to_str() to libosmocore osmo_apn_to_str() by Harald Welte · 7 years ago
  62. f3a7ad3 libcommon: Fix log output for bts>0. by Alexander Chemeris · 7 years ago
  63. c4e841a libmsc: update database to accomodate SMS status-report fields by Pablo Neira Ayuso · 7 years ago
  64. bc5aa6d examples/sgsn: Use osmo-hlr with auth-policy remote by default by Daniel Willmann · 7 years ago
  65. de635e7 04.08: log protocol discriminators and message types by name by Neels Hofmeyr · 7 years ago
  66. 47b243b fix msc_vlr tests after libosmocore uses localtime for SMS by Neels Hofmeyr · 7 years ago
  67. d489ea3 Implement IuCS (large refactoring and addition) by Neels Hofmeyr · 8 years ago
  68. 5dd2508 mscsplit: various preparations to separate MSC from BSC by Neels Hofmeyr · 7 years ago
  69. 0e25558 vlr: LU FSM: enable Retrieve_IMEISV_If_Required by Neels Hofmeyr · 7 years ago
  70. 668a285 osmo-nitb: change default db name to sms.db by Neels Hofmeyr · 7 years ago
  71. 3dc2c64 Add msc_vlr test suite for MSC+VLR end-to-end tests by Neels Hofmeyr · 7 years ago
  72. 44b1d6c Use libvlr in libmsc (large refactoring) by Harald Welte · 8 years ago
  73. 69cf461 fix make distcheck with python tests by Neels Hofmeyr · 7 years ago
  74. d31c3fb move openbsc/* to repos root by Neels Hofmeyr · 7 years ago
  75. 59b0468 move openbsc into its own subdirectory by Harald Welte · 15 years ago
  76. 761fdec Revert "[db] Keep track of the current gsm_network" by Holger Freyther · 15 years ago
  77. 0573a73 [tests] Do no free objects that are allocated on the stack by Holger Freyther · 15 years ago
  78. a2d7ae2 An application that has own events and file descriptors, must poll by Harald Welte · 15 years ago
  79. c0279f8 * rename the timer functions to avoid name collisions with libmisdn. by Harald Welte · 15 years ago
  80. 5bc7c17 Fix compilation issues on OS X - mainly #include file changes (Lars Immisch) by Harald Welte · 15 years ago
  81. e3283e8 [db] Keep track of the current gsm_network by Holger Freyther · 15 years ago
  82. 4b8eadf [tests] Change the db_test to link to the libopenbsc.a by Holger Freyther · 15 years ago
  83. ac213b2 Store incoming SMS into SQL database by Harald Welte · 15 years ago
  84. a162b6e [sms] Add test case for the 7-bit coding/decoding... by Holger Freyther · 15 years ago
  85. 2b963ec [sms] Remove hardcoded size and use the SIZE_OF trick.. by Holger Freyther · 15 years ago
  86. 91f49f6 [build] Create a libbsc.a as noinst_LIBRARY, link bsc_hack and tests against it by Holger Freyther · 15 years ago
  87. ef39f02 [misc] Another set of build fixes... by Holger Freyther · 15 years ago
  88. 7aa4cfe [tests] Fix building... add another stub... by Holger Freyther · 15 years ago
  89. 7e93e6e [tests] Fix the tests... link again by Holger Freyther · 15 years ago
  90. 7410da4 [tests] build fix by Holger Freyther · 15 years ago
  91. 6e30972 Add test case that is not registering the timer again by Holger Freyther · 15 years ago
  92. aa82f0d Change the subscriber and database backend by Holger Freyther · 16 years ago
  93. c07e90d Do not call rsl_chan_release directly but use the use_count of the lchan by Holger Freyther · 16 years ago
  94. c1e1192 Move the db_test.c to a specific test directory by Holger Freyther · 16 years ago
  95. c5851c9 Make the test compile again by Holger Freyther · 16 years ago
  96. 3691ae1 Implement sending SMS and send one on network registration by Daniel Willmann · 16 years ago
  97. 4bac3ad ACK sms-submit by Daniel Willmann · 16 years ago
  98. ec5b1d8 Add stubs to test gsm0408 functionality including LAI by Holger Freyther · 16 years ago
  99. 2e497db Add second test SMS by Daniel Willmann · 16 years ago
  100. b1d452f working state up to location update and classmark inquiry by Harald Welte · 16 years ago