1. f7f79ca Expand chan allocation logging by Max · 7 years ago
  2. 09c26f1 vty: remove ignored logging parameters by Max · 7 years ago
  3. 86ce0e0 gprs/sgsn_vty: fix typo in comment by Alexander Couzens · 7 years ago
  4. 2fc5505 gprs/sgsn_mm_ctx_alloc(): initialize MM state to IDLE by Alexander Couzens · 7 years ago
  5. 41d1780 gprs/gprs_mm: add value_strings for PMM & MM states by Alexander Couzens · 7 years ago
  6. 1c7869e gprs/sgsn: rename sgsn_mm_ctx_alloc() -> sgsn_mm_ctx_alloc_gb() by Alexander Couzens · 7 years ago
  7. 5e33f44 gprs/sgsn: rename gprs->mm_state -> gmm_state by Alexander Couzens · 7 years ago
  8. a8787e6 VTY: Print 3G auth tuples, not just 2G auth tuples by Harald Welte · 8 years ago
  9. d3f37f6 gsm_04_08: implement parsing of UMTS Auth responses by Neels Hofmeyr · 7 years ago
  10. 10e77ba om2000: add VTY command to delete CON groups by Philipp Maier · 7 years ago
  11. 5d7486b gsm48_tx_mm_auth_req(): support UMTS AUTN by Neels Hofmeyr · 7 years ago
  12. 33913cd gsm0408_rcv_cc: guard against NULL subscriber by Neels Hofmeyr · 8 years ago
  13. 49692af compiler warning: bsc_vty: remove two unused vars by Neels Hofmeyr · 7 years ago
  14. 08995d7 OM2000: use assoc_so *only* for TS objects by Harald Welte · 8 years ago
  15. 87ac258 sgsn: Fix deeply flawed copying logic for PDP context activation by Holger Hans Peter Freyther · 7 years ago
  16. 22f3e40 gprs: Fix compiler warning about uninitalized cause code by Philipp Maier · 7 years ago
  17. 44ccb0d Implement VTY configuration to control Early Classmark Sending by Harald Welte · 7 years ago
  18. 734a0c2 sgsn: Add GTP information to "show pdp-context" by Harald Welte · 8 years ago
  19. ff4a92b various comment / whitespace tweaks (libmsc, gprs, libcommon-cs) by Neels Hofmeyr · 8 years ago
  20. c19f508 compression: Fix nullpointer deref by Philipp Maier · 7 years ago
  21. 78a5803 CTRL: remove boilerplate by Max · 7 years ago
  22. b4aba77 Add VTY command to immediately expire user (set expire_lu to now) by Keith · 7 years ago
  23. 500dc76 SI2q: add support for multiple UARFCNs by Max · 8 years ago
  24. 8749599 Prevent segfault in range encoding by Max · 8 years ago
  25. 5a9d8bc Improve OML failure report by Max · 7 years ago
  26. 5644c2b cosmetic: use osmo_strlcpy() everywhere by Neels Hofmeyr · 7 years ago
  27. 64a40bf fix strncpy() invocation in vty_interface_layer3.c and 3 tests by Neels Hofmeyr · 7 years ago
  28. 660d770 Print subcriber when skipping auth by Max · 7 years ago
  29. 3f7edfb gprs subscr: fix: intended strcmp(), but is strcpy() by Neels Hofmeyr · 7 years ago
  30. 2b52125 Log expected SRES on GPRS AUTH REJECT by Max · 7 years ago
  31. 6617c15 Cosmetic fixes around SI generation by Max · 8 years ago
  32. 8010878 fix 'osmo-nitb --version' segfault by Neels Hofmeyr · 8 years ago
  33. 670ca7d Pass actual smpp_avail_status through to smpp in alert_all_esme() by Keith · 8 years ago
  34. 5058c48 cosmetic: Rename phone to ms by Philipp · 8 years ago
  35. 9bf7dcb sndcp: Allow empty SNDCP-XID indications by Philipp · 8 years ago
  36. 365b230 bsc_vty: Fix missing break statements in switch() by Harald Welte · 8 years ago
  37. 5cfbf36 use new OSMO_VALUE_STRING by Neels Hofmeyr · 8 years ago
  38. df9fb38 Improve GPRS logging by Max · 8 years ago
  39. da284e9 build: remove obsolete $LIBCRYPT in two places by Neels Hofmeyr · 8 years ago
  40. 8ecf43f build: osmo-nitb: fix missing LIBCRYPTO_FLAGS by Neels Hofmeyr · 8 years ago
  41. 6a161e1 Fix some typos in stdout output by Ruben Undheim · 8 years ago
  42. 5fcb721 gtphub: fix possible NULL deref: don't print NULL tunnel by Neels Hofmeyr · 8 years ago
  43. 0e8d446 fix: missing terminator in two value_string arrays by Neels Hofmeyr · 8 years ago
  44. f1d15e0 oap_client: make use of OAP optional: disable for NULL config by Neels Hofmeyr · 8 years ago
  45. e4e1ebd oap_client: reject all messages in disabled/uninitialized state by Neels Hofmeyr · 8 years ago
  46. fe35504 oap_client: move logging to DLOAP logging category by Neels Hofmeyr · 8 years ago
  47. c1270fd move grps_gsup_client.c to libcommon/gsup_client.c by Neels Hofmeyr · 8 years ago
  48. 0b2505b move gprs/oap.c to libcommon/oap_client.c by Neels Hofmeyr · 8 years ago
  49. 6dfb30d rename oap.h to oap_client.h by Neels Hofmeyr · 8 years ago
  50. 325bdfb oap: rename public API from oap_ to oap_client_ by Neels Hofmeyr · 8 years ago
  51. 9fda146 move OAP messages implementations to libosmocore by Harald Welte · 8 years ago
  52. 7aef97a gsup client, gsup_test_client: move logging to DLGSUP category by Neels Hofmeyr · 8 years ago
  53. db1d801 rename gprs_gsup_client.h to gsup_client.h by Neels Hofmeyr · 8 years ago
  54. 0e5c1e1 gprs_gsup_client*: remove the gprs_ prefix by Neels Hofmeyr · 8 years ago
  55. afc26a9 comments: gsup client: rename to Generic, adjust copyright and authors by Neels Hofmeyr · 8 years ago
  56. abc6505 add gsup_test_client program by Harald Welte · 8 years ago
  57. ad77870 Revert "Support Deactivate PDP Context Request from network" by Neels Hofmeyr · 8 years ago
  58. 2780c44 Support Deactivate PDP Context Request from network by Pravin Kumarvel · 8 years ago
  59. fe14df7 channel_mode_from_lchan(): Add missing break statement by Harald Welte · 8 years ago
  60. c10042b cfg_bts_si2quater_neigh_add(): Don't call strerror() on negative value by Harald Welte · 8 years ago
  61. 2ab4290 mgcp_protocol: Ensure we don't call strtok_r with NULL data by Harald Welte · 8 years ago
  62. b4183fd bsc_ctrl: Ensure we don't pass NULL string into strtok_r() by Harald Welte · 8 years ago
  63. 4c7f740 abisip-find: check bsc_fd_register() result by Harald Welte · 8 years ago
  64. 188d3db Fix TCH/F_PDCH: no need to check ts subslots for PDCH by Neels Hofmeyr · 8 years ago
  65. ddc93b1 cosmetic: chan_alloc: use switch instead of if-cascade by Neels Hofmeyr · 8 years ago
  66. 5b27402 Replace duplicated code with macro call by Max · 8 years ago
  67. e062d44 lchan release in error state: SACCH deact only for SACCH pchans by Neels Hofmeyr · 8 years ago
  68. 3de9bf1 LLC: Fixup element order in LLC-XID by Philipp · 8 years ago
  69. 8d05665 abis_om2k: fix typo that declared non-existent struct gsm_bts_trx_s by Neels Hofmeyr · 8 years ago
  70. 72901be osmo-nitb: exit when MNCC socket init failed by Neels Hofmeyr · 8 years ago
  71. d07e9e7 split subscr_con_allocate()/_free() in bsc_ and msc_ by Neels Hofmeyr · 8 years ago
  72. 093d8f8 move to libcommon-cs: net timezone VTY config by Neels Hofmeyr · 8 years ago
  73. 21edaef Move timezone settings up to network level by Neels Hofmeyr · 8 years ago
  74. 0303b38 reinvent connection_for_subscr() and move to libmsc by Neels Hofmeyr · 8 years ago
  75. d416b48 bsc vty: rename show_net_cmd to bsc_show_net_cmd by Neels Hofmeyr · 8 years ago
  76. bfe2727 move to libcommon-cs: network VTY that isn't BSC-specific by Neels Hofmeyr · 8 years ago
  77. 191933d move to libcommon-cs: global vty gsm_network pointer by Neels Hofmeyr · 8 years ago
  78. 7e64394 global gsm_network: move allocation further up by Neels Hofmeyr · 8 years ago
  79. 6318d9f split bsc_bootstrap_network() in alloc and config by Neels Hofmeyr · 8 years ago
  80. 4a668ba sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counter by Neels Hofmeyr · 8 years ago
  81. c58c0e5 factor out gen of USSD notify and release complete to libosmocore by Neels Hofmeyr · 8 years ago
  82. 0915612 IuPS: properly update ra_id on GMM Attach Request by Neels Hofmeyr · 8 years ago
  83. c530f48 sndcp: fixup for coverity scan defect CID 149097 by Philipp · 8 years ago
  84. bf216ec bsc_msc.c: Check setsockopt() return value by Harald Welte · 8 years ago
  85. ad13b57 abis_nm: ceck fseek() return code in is_last_line() by Harald Welte · 8 years ago
  86. 23bb86a ipaccess-proxy: Check setsockopt() return value by Harald Welte · 8 years ago
  87. d27ff31 ipaccess-config: Handle setsockopt return value by Harald Welte · 8 years ago
  88. 2430f15 Fix possible non-null-terminated buffer by Harald Welte · 8 years ago
  89. 57e3813 libmsc/db: avoid subscr->name without terminating NULL char by Harald Welte · 8 years ago
  90. bfc4beb abis_nm: Fix non-null terminated buffer by Harald Welte · 8 years ago
  91. 00724f1 abis_nm: Fix possible not-null-terminated buffer by Harald Welte · 8 years ago
  92. 7bd1a74 move to libcommon-cs: gsm48_create_mm_serv_rej(), gsm48_create_loc_upd_rej() by Neels Hofmeyr · 8 years ago
  93. a60c3d1 move to libcommon-cs: net init 3: actual move by Neels Hofmeyr · 8 years ago
  94. b46b0a6 move to libcommon-cs: net init 2: move bsc_network_init decl to new .h by Neels Hofmeyr · 8 years ago
  95. 5494c27 move to libcommon-cs: net init 1: rename to bsc_network_init by Neels Hofmeyr · 8 years ago
  96. 2ba6b73 define mncc_recv_cb_t to avoid code dup by Neels Hofmeyr · 8 years ago
  97. 5e5a8bb Add empty libcommon-cs by Neels Hofmeyr · 8 years ago
  98. 7b74246 Add support for pdpctx_timer_stop by Pravin Kumarvel · 8 years ago
  99. db824ff ussd: Add band-aid for interrogationSS by Holger Hans Peter Freyther · 8 years ago
  100. b9d251d Correct Logging macro for pdpctx_timer_start by Pravin Kumarvel · 8 years ago