1. 5e33f44 gprs/sgsn: rename gprs->mm_state -> gmm_state by Alexander Couzens · 7 years ago
  2. d81df4f vty tests: more attempts to resolve 'Broken Pipe' error by Neels Hofmeyr · 7 years ago
  3. 5e14103 Revert "vty tests: more attempts to resolve sporadic 'Broken Pipe' error" by Neels Hofmeyr · 7 years ago
  4. a6e02f5 vty tests: testBSCreload: ipa_handle_small: ensure rx of 4 bytes by Neels Hofmeyr · 7 years ago
  5. 14f3cd6 vty tests: more attempts to resolve sporadic 'Broken Pipe' error by Neels Hofmeyr · 7 years ago
  6. a3822a3 vty tests: attempt to get at sporadic 'Broken Pipe' error by Neels Hofmeyr · 7 years ago
  7. 78a5803 CTRL: remove boilerplate by Max · 7 years ago
  8. 500dc76 SI2q: add support for multiple UARFCNs by Max · 8 years ago
  9. 8749599 Prevent segfault in range encoding by Max · 8 years ago
  10. 5644c2b cosmetic: use osmo_strlcpy() everywhere by Neels Hofmeyr · 7 years ago
  11. 64a40bf fix strncpy() invocation in vty_interface_layer3.c and 3 tests by Neels Hofmeyr · 7 years ago
  12. 5633013 undup: gtphub_test: use libosmocore's llist_count() by Neels Hofmeyr · 7 years ago
  13. 9bf7dcb sndcp: Allow empty SNDCP-XID indications by Philipp · 8 years ago
  14. f1d15e0 oap_client: make use of OAP optional: disable for NULL config by Neels Hofmeyr · 8 years ago
  15. e4e1ebd oap_client: reject all messages in disabled/uninitialized state by Neels Hofmeyr · 8 years ago
  16. 8972507 oap_client_test: show bug: disabled state does not reject message by Neels Hofmeyr · 8 years ago
  17. fe35504 oap_client: move logging to DLOAP logging category by Neels Hofmeyr · 8 years ago
  18. f456d9a oap_client_test: print test descr to stderr, check stderr by Neels Hofmeyr · 8 years ago
  19. 539a221 oap_test.c: rename to avoid clash with libosmocore oap_test.c by Neels Hofmeyr · 8 years ago
  20. c1270fd move grps_gsup_client.c to libcommon/gsup_client.c by Neels Hofmeyr · 8 years ago
  21. 0b2505b move gprs/oap.c to libcommon/oap_client.c by Neels Hofmeyr · 8 years ago
  22. 6dfb30d rename oap.h to oap_client.h by Neels Hofmeyr · 8 years ago
  23. 325bdfb oap: rename public API from oap_ to oap_client_ by Neels Hofmeyr · 8 years ago
  24. 9fda146 move OAP messages implementations to libosmocore by Harald Welte · 8 years ago
  25. db1d801 rename gprs_gsup_client.h to gsup_client.h by Neels Hofmeyr · 8 years ago
  26. 0e5c1e1 gprs_gsup_client*: remove the gprs_ prefix by Neels Hofmeyr · 8 years ago
  27. 5fd9894 Use IPA module for vty tests by Max · 8 years ago
  28. ad77870 Revert "Support Deactivate PDP Context Request from network" by Neels Hofmeyr · 8 years ago
  29. 2780c44 Support Deactivate PDP Context Request from network by Pravin Kumarvel · 8 years ago
  30. 2f634fc gsm0408_test.c: Don't pass negative value to strerror() by Harald Welte · 8 years ago
  31. e7e3f27 sgsn_test: Fix missing = in == type check by Harald Welte · 8 years ago
  32. 21edaef Move timezone settings up to network level by Neels Hofmeyr · 8 years ago
  33. 0303b38 reinvent connection_for_subscr() and move to libmsc by Neels Hofmeyr · 8 years ago
  34. b3d0e14 tests: drop unused libmsc, unneeded duplicate libbsc linking by Neels Hofmeyr · 8 years ago
  35. 4a668ba sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counter by Neels Hofmeyr · 8 years ago
  36. a60c3d1 move to libcommon-cs: net init 3: actual move by Neels Hofmeyr · 8 years ago
  37. b46b0a6 move to libcommon-cs: net init 2: move bsc_network_init decl to new .h by Neels Hofmeyr · 8 years ago
  38. 5494c27 move to libcommon-cs: net init 1: rename to bsc_network_init by Neels Hofmeyr · 8 years ago
  39. 9f98d7b test/gbproxy: Test for possible memory corruption when link_info is freed by Daniel Willmann · 8 years ago
  40. 38d64b6 OML: Improve OML attribute handling by Philipp · 8 years ago
  41. 3c175ed sndcp: Fixups for sndcp layer based on coverity-scan suggestions by Philipp · 8 years ago
  42. a73e5f1 msgb ctx: use new msgb_talloc_ctx_init(), don't access talloc_msgb_ctx by Neels Hofmeyr · 8 years ago
  43. 20215f1 msgb talloc ctx: initialize in all main() scopes by Neels Hofmeyr · 8 years ago
  44. 84540e1 gtphub_test.c: remove unused include of msgb.h by Neels Hofmeyr · 8 years ago
  45. 6e230e9 SGSN: Fixing build config by Philipp · 8 years ago
  46. b993563 vty_test_runner.py: fix indents to use spaces, fix vim comment by Neels Hofmeyr · 8 years ago
  47. 58b99ae vty_test_runner.py: make unittest print all output by default by Neels Hofmeyr · 8 years ago
  48. 7c3822d vty_test_runner.py: fix nat_msc_test(): socket attach: reduce timeout, retry by Neels Hofmeyr · 8 years ago
  49. bc9efd1 dyn TS: fix: ts_subslots() for TCH/F_PDCH in PDCH mode by Neels Hofmeyr · 8 years ago
  50. ef245a5 channel_test: test nr of subslots for dyn pchan, with error by Neels Hofmeyr · 8 years ago
  51. 3ac0a39 channel test: prepare to add another test function by Neels Hofmeyr · 8 years ago
  52. 91327a4 SLHC: Improving slhc (RFC1144) testcase by Philipp · 8 years ago
  53. d15dae7 vty_test_runner.py: raise exception when MSC socket connection fails by Neels Hofmeyr · 8 years ago
  54. 558af7a cosmetic: vty_test_runner.py: add comment for vim auto settings by Neels Hofmeyr · 8 years ago
  55. c1c4dc1 mscsplit: gsm_network_init(): add explicit root talloc ctx by Neels Hofmeyr · 8 years ago
  56. 2c6dd81 SNDCP: add V.42bis data compression functionality by Philipp · 8 years ago
  57. 8a3fe60 V.42bis: integration and unit test by Philipp · 8 years ago
  58. 91df16c SNDCP: add RFC1144 header compression functionality by Philipp · 8 years ago
  59. 4948209 RFC1144: integration and unit-test by Philipp · 8 years ago
  60. 59971b8 SNDCP: add SNDCP-XID encoder/decoder and unit test by Philipp · 8 years ago
  61. b1b025d cosmetic: various comment, whitespace tweaks by Neels Hofmeyr · 8 years ago
  62. 4976953 Build fixes by Alexander Huemer · 8 years ago
  63. 7477d71 Consistenly format variables in */Makefile.am files by Alexander Huemer · 8 years ago
  64. 63dddc7 IuPS: redirect Iu in various places, link Iu in sgsn-test by Daniel Willmann · 8 years ago
  65. 9985f47 Adding LLC-XID related modifications in LLC by Philipp · 8 years ago
  66. fcb979a Adding LLC-XID encoder / decoder and unit test by Philipp · 8 years ago
  67. 32fdba0 sgsn: add statistics counter for GPRS and PDP packets by Alexander Couzens · 8 years ago
  68. 266e7e0 fix ctrl test: dyn TS: use new GSM_PCHAN_TCH_F_TCH_H_PDCH by Neels Hofmeyr · 8 years ago
  69. 4bc2821 SGSN: encrypt/decrypt only necessary frames by Max · 8 years ago
  70. 9943d7a SGSN: use unique AUTH REQ reference by Max · 8 years ago
  71. 6f9a6ca SGSN: prevent starting with inconsistent config by Max · 8 years ago
  72. 5872641 Make random MSISDN assignment optional by Max · 8 years ago
  73. a86f5c0 SGSN: move TLLI unassignment into separate function by Max · 8 years ago
  74. c5d6a90 Fix vty tests with subscriber deletion by Max · 8 years ago
  75. 2b91ce2 typo in sgsn_test by Neels Hofmeyr · 8 years ago
  76. a353b96 rm dup: use channel type names from libosmocore by Neels Hofmeyr · 8 years ago
  77. 3911533 Make random extension range configurable by Max · 8 years ago
  78. 0a378ba Add regexp authorization policy for IMSI by Max · 8 years ago
  79. beaf11d rename gsm0408_gprs_rcvmsg() to gsm0408_gprs_rcvmsg_gb() by Harald Welte · 9 years ago
  80. c28dc2f prepare sgsn_mm_ctx for Gb and Iu mode (UMTS) by Harald Welte · 9 years ago
  81. 539ffa2 Make si2q scheduling optional by Max · 8 years ago
  82. 5dc2350 filter/nat: Fix the context for the imsi assignment by Holger Hans Peter Freyther · 8 years ago
  83. 9deade7 drop unneccessary duplicate linking: tests/gsm0408 by Neels Hofmeyr · 8 years ago
  84. 98f0a38 Cleanup db test by Max · 8 years ago
  85. d3356e7 sgsn_test: Adapt test case to now-existing InsertSubscriberData by Harald Welte · 8 years ago
  86. 5860cd5 osmo_oap_decode(): Use common argument ordering by Harald Welte · 8 years ago
  87. 82ae9d9 OAP: use osmo_oap_ prefix for OAP, rather than plain oap_ by Harald Welte · 8 years ago
  88. 794ff48 oap_message.h: Remove dependency to openbsc include by Harald Welte · 8 years ago
  89. 4e349d6 Move osmo_gsup_messages.[ch] to libosmocore by Harald Welte · 8 years ago
  90. 53e4f18 move utils.h functions to libosmocore by Harald Welte · 8 years ago
  91. 02884f2 use new libosmocore gsm_23_003.h for IMEI/IMSI length by Harald Welte · 8 years ago
  92. 35ade5e move gsm_04_08_gprs.h to libosmocore by Harald Welte · 8 years ago
  93. 34ef4c5 Start to use struct osmo_auth_vector from gsm_auth_tuple by Harald Welte · 8 years ago
  94. cc0e500 Add vty check for max si2quater size by Max · 8 years ago
  95. eaf196c Add basic UARFCN support by Max · 8 years ago
  96. 2befab1 Fix earfcn deletion by Max · 8 years ago
  97. 88ddcaa Add basic SI2quater support by Max · 8 years ago
  98. c871c85 gbproxy_test: assert msg allocation (CID #57873) by Neels Hofmeyr · 8 years ago
  99. 7db1ff6 nat/vty: Fix construct not working with python 2.6 by Holger Hans Peter Freyther · 8 years ago
  100. 5044597 nat/vty: Remove second assumption about lo and binding by Holger Hans Peter Freyther · 8 years ago