1. 49012f1 oap: rename public API from oap_ to oap_client_ by Neels Hofmeyr · 8 years ago
  2. 736474c move OAP messages implementations to libosmocore by Harald Welte · 8 years ago
  3. ef02278 gsup client, gsup_test_client: move logging to DLGSUP category by Neels Hofmeyr · 8 years ago
  4. eaaee92 rename gprs_gsup_client.h to gsup_client.h by Neels Hofmeyr · 8 years ago
  5. 814fef0 gprs_gsup_client*: remove the gprs_ prefix by Neels Hofmeyr · 8 years ago
  6. 3df5d53 comments: gsup client: rename to Generic, adjust copyright and authors by Neels Hofmeyr · 8 years ago
  7. 4f8e34b add gsup_test_client program by Harald Welte · 8 years ago
  8. 08586c6 build: bump required libosmocore, libosmogsm to 0.9.4, for GSUP by Neels Hofmeyr · 8 years ago
  9. bd33f54 bsc_control.py: use ipa.py module by Max · 8 years ago
  10. 82caa3e bsc_control.py: style corrections by Max · 8 years ago
  11. 6882313 Add twisted-based IPA multiplex by Max · 8 years ago
  12. 3e67689 Use IPA module for vty tests by Max · 8 years ago
  13. d53e9b5 Revert "Support Deactivate PDP Context Request from network" by Neels Hofmeyr · 8 years ago
  14. c3b94f9 Add IPA multiplex by Max · 8 years ago
  15. 1611df5 Support Deactivate PDP Context Request from network by Pravin Kumarvel · 8 years ago
  16. b8e8d0a channel_mode_from_lchan(): Add missing break statement by Harald Welte · 8 years ago
  17. c59e28f gsm0408_test.c: Don't pass negative value to strerror() by Harald Welte · 8 years ago
  18. 1cd5058 cfg_bts_si2quater_neigh_add(): Don't call strerror() on negative value by Harald Welte · 8 years ago
  19. 4a7d0e7 mgcp_protocol: Ensure we don't call strtok_r with NULL data by Harald Welte · 8 years ago
  20. 2327ced bsc_ctrl: Ensure we don't pass NULL string into strtok_r() by Harald Welte · 8 years ago
  21. 8d35965 abisip-find: check bsc_fd_register() result by Harald Welte · 8 years ago
  22. c346f87 sgsn_test: Fix missing = in == type check by Harald Welte · 8 years ago
  23. 8825c69 Fix TCH/F_PDCH: no need to check ts subslots for PDCH by Neels Hofmeyr · 8 years ago
  24. e14f4b9 cosmetic: chan_alloc: use switch instead of if-cascade by Neels Hofmeyr · 8 years ago
  25. 2440f49 Replace duplicated code with macro call by Max · 8 years ago
  26. ec16c16 lchan release in error state: SACCH deact only for SACCH pchans by Neels Hofmeyr · 8 years ago
  27. f788d93 LLC: Fixup element order in LLC-XID by Philipp · 8 years ago
  28. 2b9c534 abis_om2k: fix typo that declared non-existent struct gsm_bts_trx_s by Neels Hofmeyr · 8 years ago
  29. ce090f8 gsm_subscriber_connection: mark BSC specific items by Neels Hofmeyr · 8 years ago
  30. 50669be osmo-nitb: exit when MNCC socket init failed by Neels Hofmeyr · 8 years ago
  31. 42eb014 split subscr_con_allocate()/_free() in bsc_ and msc_ by Neels Hofmeyr · 8 years ago
  32. 640b794 move to libcommon-cs: net timezone VTY config by Neels Hofmeyr · 8 years ago
  33. 7398395 Move timezone settings up to network level by Neels Hofmeyr · 8 years ago
  34. 1a60644 reinvent connection_for_subscr() and move to libmsc by Neels Hofmeyr · 8 years ago
  35. ea11bf8 bsc vty: rename show_net_cmd to bsc_show_net_cmd by Neels Hofmeyr · 8 years ago
  36. 06d39fd move to libcommon-cs: network VTY that isn't BSC-specific by Neels Hofmeyr · 8 years ago
  37. b90eabf move to libcommon-cs: global vty gsm_network pointer by Neels Hofmeyr · 8 years ago
  38. 2c05f75 global gsm_network: move allocation further up by Neels Hofmeyr · 8 years ago
  39. e235441 split bsc_bootstrap_network() in alloc and config by Neels Hofmeyr · 8 years ago
  40. 6a36605 tests: drop unused libmsc, unneeded duplicate libbsc linking by Neels Hofmeyr · 8 years ago
  41. 05667a0 sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counter by Neels Hofmeyr · 8 years ago
  42. ac1f143 factor out & introduce struct gsm_encr, in common_cs.h by Neels Hofmeyr · 8 years ago
  43. 43273c6 factor out gen of USSD notify and release complete to libosmocore by Neels Hofmeyr · 8 years ago
  44. eb52aad IuPS: properly update ra_id on GMM Attach Request by Neels Hofmeyr · 8 years ago
  45. 143a274 sndcp: fixup for coverity scan defect CID 149097 by Philipp · 8 years ago
  46. 4874361 bsc_msc.c: Check setsockopt() return value by Harald Welte · 8 years ago
  47. be67050 abis_nm: ceck fseek() return code in is_last_line() by Harald Welte · 8 years ago
  48. 3c165d0 ipaccess-proxy: Check setsockopt() return value by Harald Welte · 8 years ago
  49. 54f44ec ipaccess-config: Handle setsockopt return value by Harald Welte · 8 years ago
  50. 18712f0 Fix possible non-null-terminated buffer by Harald Welte · 8 years ago
  51. 96df077 libmsc/db: avoid subscr->name without terminating NULL char by Harald Welte · 8 years ago
  52. b0993e6 abis_nm: Fix non-null terminated buffer by Harald Welte · 8 years ago
  53. 7b6bae6 abis_nm: Fix possible not-null-terminated buffer by Harald Welte · 8 years ago
  54. 28f637e move to libcommon-cs: gsm48_create_mm_serv_rej(), gsm48_create_loc_upd_rej() by Neels Hofmeyr · 8 years ago
  55. e78ae21 move to libcommon-cs: net init 3: actual move by Neels Hofmeyr · 8 years ago
  56. 2d521a0 move to libcommon-cs: net init 2: move bsc_network_init decl to new .h by Neels Hofmeyr · 8 years ago
  57. 27681a3 move to libcommon-cs: net init 1: rename to bsc_network_init by Neels Hofmeyr · 8 years ago
  58. 402006d define mncc_recv_cb_t to avoid code dup by Neels Hofmeyr · 8 years ago
  59. c69ee85 Add empty libcommon-cs by Neels Hofmeyr · 8 years ago
  60. 16606c9 Add support for pdpctx_timer_stop by Pravin Kumarvel · 8 years ago
  61. 5085e0b ussd: Add band-aid for interrogationSS by Holger Hans Peter Freyther · 8 years ago
  62. 26f6ced Correct Logging macro for pdpctx_timer_start by Pravin Kumarvel · 8 years ago
  63. 80ccb95 OM2000: Fix missing dynamic TCH initialization by Harald Welte · 8 years ago
  64. 96638d1 OM2000: Add three IEs to TCH activation about which we have no clue by Harald Welte · 8 years ago
  65. 309425e rsl: support for ericssons propritary SI13 format by Philipp · 8 years ago
  66. 38cba5a OM2000: Fixup based on Coverity Scan suggestion by Philipp · 8 years ago
  67. fb89b9b rbs2000: Add missing bts feature definitions by Philipp · 8 years ago
  68. c04c6ed abisip-find: use protocol constant by Max · 8 years ago
  69. 7d30935 SNDCP: Fixup based on Coverity Scan suggestion by Philipp · 8 years ago
  70. bb42eee test/gbproxy: Test for possible memory corruption when link_info is freed by Daniel Willmann · 8 years ago
  71. beade31 gbproxy: Check whether gbproxy_update_link_state_after() deletes the link_info by Daniel Willmann · 8 years ago
  72. 58273f4 OM2000: CON MO: Allow larger range for CCP and CI values by Harald Welte · 8 years ago
  73. eae6829 Support configuration of CON MO Groups/Paths from VTY by Harald Welte · 8 years ago
  74. fe7be8d RBS2000: Ensure the is-connection-list command is only used on RBS2000 by Harald Welte · 8 years ago
  75. c1efa67 RBS2000: Avoid segfault if ts->lapd instance doesn't exist by Harald Welte · 8 years ago
  76. dfe48fd bs11_config: remove compiler waring about unused variable by Harald Welte · 8 years ago
  77. af9a9b0 talloc_cxt: Fix compiler warning / missing #include by Harald Welte · 8 years ago
  78. 87ef68e OM2000: disallow ip.access style TCH/F_PDCH pchan type by Neels Hofmeyr · 8 years ago
  79. f926f45 OM2000: for TS conf of dyn TS, always send TCH/F chan comb by Neels Hofmeyr · 8 years ago
  80. 194b4cb fix use after free in bsc_config_free by Neels Hofmeyr · 8 years ago
  81. b4ecc1d OM2000: Throw error when MO can not be enabled by Philipp · 8 years ago
  82. 6bbcfbb om2000: added support for ericssons sabm negotiation by Philipp · 8 years ago
  83. 8136e4b OM2000: Add fault report parsing by Philipp · 8 years ago
  84. 7975ddf RBS2000: re-establish any lost signalling links by Harald Welte · 8 years ago
  85. 4579978 om2000: Add support for querying RBS capabilities by root · 8 years ago
  86. 46edbc4 lchan: Release channel in case of late activation ack by Holger Hans Peter Freyther · 8 years ago
  87. 686f4d6 SGSN: Use dummy all-zero MSISDN value in PDP Context Act on GTP by Harald Welte · 8 years ago
  88. 424656e OM2000: Fix state machien for CF/TRXC on START Result by Harald Welte · 8 years ago
  89. 591e1d7 WIP: OM2000: Full state machine implementation using osmo_fsm by Harald Welte · 8 years ago
  90. b748012 bsc_vty: include dyn TS info in vty show lchan by Neels Hofmeyr · 8 years ago
  91. 350f93e log: count_codecs(): drop logging of non-TCH lchan types by Neels Hofmeyr · 8 years ago
  92. 0c566a4 mncc_builtin: Properly reject DTMF by Harald Welte · 8 years ago
  93. 5e5d94c Cosmetic: Add missing switch to usage help by Philipp · 8 years ago
  94. d37981e gsm0408: Adding log output for 3g specific RR messages by Philipp · 8 years ago
  95. b4cb838 OML: Improve OML attribute handling by Philipp · 8 years ago
  96. 05adbdc Decrease count_codecs logging verbosity by Max · 8 years ago
  97. 87c0056 info log: iu: add line break to and tweak rx RAB Ass Resp log by Neels Hofmeyr · 8 years ago
  98. ae9beda sndcp: Fixups for sndcp layer based on coverity-scan suggestions by Philipp · 8 years ago
  99. 1b76a03 DTX DL: Add FACCH cache by Max · 8 years ago
  100. 8c53c59 bsc: count the usage of codec by setting the lchan active by Alexander Couzens · 8 years ago