1. e2ab0bc mncc_builtin: Properly reject DTMF by Harald Welte · 8 years ago
  2. b9abf30 Cosmetic: Add missing switch to usage help by Philipp · 8 years ago
  3. 112d76f gsm0408: Adding log output for 3g specific RR messages by Philipp · 8 years ago
  4. 38d64b6 OML: Improve OML attribute handling by Philipp · 8 years ago
  5. e59e4a0 Decrease count_codecs logging verbosity by Max · 8 years ago
  6. 9e5cf3d info log: iu: add line break to and tweak rx RAB Ass Resp log by Neels Hofmeyr · 8 years ago
  7. 3c175ed sndcp: Fixups for sndcp layer based on coverity-scan suggestions by Philipp · 8 years ago
  8. 1068837 DTX DL: Add FACCH cache by Max · 8 years ago
  9. 4f598fc bsc: count the usage of codec by setting the lchan active by Alexander Couzens · 8 years ago
  10. 3dca916 Replace magic number with define by Max · 8 years ago
  11. 1ed84d2 fix mistypes, spaces and tabs by Alexander Couzens · 8 years ago
  12. a73e5f1 msgb ctx: use new msgb_talloc_ctx_init(), don't access talloc_msgb_ctx by Neels Hofmeyr · 8 years ago
  13. 20215f1 msgb talloc ctx: initialize in all main() scopes by Neels Hofmeyr · 8 years ago
  14. 84540e1 gtphub_test.c: remove unused include of msgb.h by Neels Hofmeyr · 8 years ago
  15. 44eafdf meas_pcap2db.c: remove unused include of msgb.h by Neels Hofmeyr · 8 years ago
  16. 01a1ced bs11_config: initialize bs11 tall ctx, use instead of bsc ctx by Neels Hofmeyr · 8 years ago
  17. 906a078 ipaccess-config: initialize root talloc ctx with name by Neels Hofmeyr · 8 years ago
  18. d5e4ee9 Log use of incompatible BS-AG-BLKS-RES value by Max · 8 years ago
  19. 7c33a5c DTX DL: use FSM for AMR by Max · 8 years ago
  20. 4b4bc36 gsm_trx_name(): don't break if trx is NULL by Neels Hofmeyr · 8 years ago
  21. 0f4e895 abis_rsl_rx_dchan(): guard against lchan_lookup() returning NULL by Neels Hofmeyr · 8 years ago
  22. a8d0825 Revert "bsc: count the usage of codec by setting the lchan active" by Neels Hofmeyr · 8 years ago
  23. 77a52e4 DTX: add flag for AMR HR P* by Max · 8 years ago
  24. 88711e9 DTX: extend SID cache by Max · 8 years ago
  25. 4e927cb gprs/gprs_llc: count UI frames over SAPI in the statistics by Alexander Couzens · 8 years ago
  26. 3913c4f msc: add counters to track call attempts/active/success/failed by Alexander Couzens · 8 years ago
  27. f3c8959 bsc: count the usage of codec by setting the lchan active by Alexander Couzens · 8 years ago
  28. edb9ce3 configure: check for pkg-config presence by Neels Hofmeyr · 8 years ago
  29. 7c61f75 build: be robust against install-sh files above the root dir by Neels Hofmeyr · 8 years ago
  30. 6e230e9 SGSN: Fixing build config by Philipp · 8 years ago
  31. b993563 vty_test_runner.py: fix indents to use spaces, fix vim comment by Neels Hofmeyr · 8 years ago
  32. 58b99ae vty_test_runner.py: make unittest print all output by default by Neels Hofmeyr · 8 years ago
  33. 3a1fb21 log CTRL bind only once by Neels Hofmeyr · 8 years ago
  34. ca8b768 fix: send SNDCP XID only on GERAN Gb contexts by Neels Hofmeyr · 8 years ago
  35. 7c3822d vty_test_runner.py: fix nat_msc_test(): socket attach: reduce timeout, retry by Neels Hofmeyr · 8 years ago
  36. a1cfebc COSMETIC: 'if' is not a function, so there is space before '(' by Harald Welte · 8 years ago
  37. 97fe7a0 cosmetic: bs11: also use ts_is_tch() by Neels Hofmeyr · 8 years ago
  38. db5b2ee dyn TS: fix: e1_config.c: switch(pchan) for dyn TS by Neels Hofmeyr · 8 years ago
  39. f871b57 dyn TS: fix: abis_om2000: also handle dyn TS as TCH by Neels Hofmeyr · 8 years ago
  40. bc9efd1 dyn TS: fix: ts_subslots() for TCH/F_PDCH in PDCH mode by Neels Hofmeyr · 8 years ago
  41. 7c0b45b Revert "bts: extend bts_chan_load to allow counting tch only" by Neels Hofmeyr · 8 years ago
  42. ef245a5 channel_test: test nr of subslots for dyn pchan, with error by Neels Hofmeyr · 8 years ago
  43. 3ac0a39 channel test: prepare to add another test function by Neels Hofmeyr · 8 years ago
  44. 5793ba5 cosmetic: comment typo on e1_config.c by Neels Hofmeyr · 8 years ago
  45. 91327a4 SLHC: Improving slhc (RFC1144) testcase by Philipp · 8 years ago
  46. 7d3365f log VTY telnet bind only once by Neels Hofmeyr · 8 years ago
  47. d15dae7 vty_test_runner.py: raise exception when MSC socket connection fails by Neels Hofmeyr · 8 years ago
  48. 558af7a cosmetic: vty_test_runner.py: add comment for vim auto settings by Neels Hofmeyr · 8 years ago
  49. ba0fbb3 mscsplit: directly access gsm_network backpointer from gsm_subscriber_connection by Neels Hofmeyr · 8 years ago
  50. 0655539 mscsplit: add gsm_network backpointer to gsm_subscriber_connection by Neels Hofmeyr · 8 years ago
  51. 0c620ef mscsplit: abis vty: decouple from global bsc_gsmnet variable by Neels Hofmeyr · 8 years ago
  52. d5cd265 mscsplit: bsc_vty_init(): decouple from global bsc_gsmnet by Neels Hofmeyr · 8 years ago
  53. a50599e mscsplit: talloc_ctx_init(): decouple from global tall_bsc_ctx by Neels Hofmeyr · 8 years ago
  54. c1c4dc1 mscsplit: gsm_network_init(): add explicit root talloc ctx by Neels Hofmeyr · 8 years ago
  55. d3f52f7 mscsplit: move subscriber conns list into struct gsm_network by Neels Hofmeyr · 8 years ago
  56. 9467a82 mscsplit: bsc_init: don't pass telnet dummy conn by Neels Hofmeyr · 8 years ago
  57. 2c6dd81 SNDCP: add V.42bis data compression functionality by Philipp · 8 years ago
  58. 8a3fe60 V.42bis: integration and unit test by Philipp · 8 years ago
  59. 92e9aad V.42bis: add sourcecode from IAXmodem (SPANDSP) by Philipp · 8 years ago
  60. 91df16c SNDCP: add RFC1144 header compression functionality by Philipp · 8 years ago
  61. 4948209 RFC1144: integration and unit-test by Philipp · 8 years ago
  62. 92b30ac RFC1144: add slhc code from linux kernel by Philipp · 8 years ago
  63. 59971b8 SNDCP: add SNDCP-XID encoder/decoder and unit test by Philipp · 8 years ago
  64. 92866f0 bts: extend bts_chan_load to allow counting tch only by Alexander Couzens · 8 years ago
  65. 7fc312c cosmetic fixes in libcommon/talloc_ctx.c by Neels Hofmeyr · 8 years ago
  66. f6946cd cosmetic: transaction.h: 1 comment typo, 1 whitespace by Neels Hofmeyr · 8 years ago
  67. 69cc0a1 debug log for sms: fix/add by Neels Hofmeyr · 8 years ago
  68. 85b8364 Sanity fixes for gsm0408_dispatch(): rc, assertions by Neels Hofmeyr · 8 years ago
  69. b1b025d cosmetic: various comment, whitespace tweaks by Neels Hofmeyr · 8 years ago
  70. 60b354d utils/Makefile.am: remove unused LIBOSMOVTY_CFLAGS by Neels Hofmeyr · 8 years ago
  71. 375e3f4 vty l3 help: fix typo 'comamnds'; fix english s/his// by Neels Hofmeyr · 8 years ago
  72. 5a27cc8 remove unused bsc_copyright from bsc_vty.c by Neels Hofmeyr · 8 years ago
  73. cd4eb0e properly #include <openbsc/gsm_data.h> from gsm_subscriber.h by Neels Hofmeyr · 8 years ago
  74. 88bdcd4 Modify SI 13 field for control_ack_type by Max · 8 years ago
  75. 0781eb0 log causing rx event for lchan_lookup errors by Neels Hofmeyr · 8 years ago
  76. d9b6b5d log: abis_rsl: don't log 'error' when there is no error by Neels Hofmeyr · 8 years ago
  77. 3502ab6 sms: change rp err cause of smpp_try_deliver errors by Alexander Couzens · 8 years ago
  78. 4976953 Build fixes by Alexander Huemer · 8 years ago
  79. 7477d71 Consistenly format variables in */Makefile.am files by Alexander Huemer · 8 years ago
  80. 81b0513 gprs/gprs_llc: fix null pointer deref in gprs_llc_rcvmsg by Alexander Couzens · 8 years ago
  81. 9625a61 gprs/gsm0408_gprs_force_reattach_oldmsg: check llme before use by Alexander Couzens · 8 years ago
  82. 3d224b6 IuPS: Change GTP-U endpoint to SGSN in PMM_IDLE and page UE when data arrives by Daniel Willmann · 8 years ago
  83. e986183 IuPS: Introduce function to change PMM state by Daniel Willmann · 8 years ago
  84. 68ce9e3 IuPS: GMM Attach: reset MM ctx pending_req by Daniel Willmann · 8 years ago
  85. 7d62c88 IuPS: sgsn_mm_ctx: add enum gprs_pmm_state field, track PMM state by Daniel Willmann · 8 years ago
  86. e0181a2 IuPS: RA UPD: make sure to authorize, for Iu Integrity Protection by Daniel Willmann · 8 years ago
  87. 65edec8 IuPS: add GMM Service Request rx and tx by Daniel Willmann · 8 years ago
  88. 522fee8 IuPS: send Security Mode Command, track the new_key flag. by Daniel Willmann · 8 years ago
  89. c3eb6a3 IuPS: dev hack: init hardcoded Ki on ATT REQ by Daniel Willmann · 8 years ago
  90. 66eb074 IuPS: add Iu response to delete_pdp_conf() by Daniel Willmann · 8 years ago
  91. 943f973 IuPS: add Iu response to create_pdp_conf() by Daniel Willmann · 8 years ago
  92. 63dddc7 IuPS: redirect Iu in various places, link Iu in sgsn-test by Daniel Willmann · 8 years ago
  93. 945f608 IuPS: osmo-sgsn: add core IuPS impl, call iu_init() by Daniel Willmann · 8 years ago
  94. 4457400 IuPS: add VTY config for asn_debug by Neels Hofmeyr · 8 years ago
  95. 8428211 osmo-nitb: generate backtrace on SIGABRT by Harald Welte · 8 years ago
  96. baf1b44 bsc/netinit: correct mistyped rate counter by Alexander Couzens · 8 years ago
  97. d8aad3a libmsc/bsc: split rate counters into bsc and msc group by Alexander Couzens · 8 years ago
  98. 499d3ce IuPS: track msg->dst aka ue_conn_ctx, comment by Daniel Willmann · 8 years ago
  99. 4b4ecb9 gprs_gmm: Fix bit mask when determining update/attach type by Daniel Willmann · 8 years ago
  100. aef31f7 cosmetic: gprs_sgsn.c: move pdp.h include to top by Neels Hofmeyr · 8 years ago