1. 85d3b34 nat: Introduce a prefix lookup tree (trie) for number rewriting by Holger Hans Peter Freyther · 11 years ago
  2. b718ad3 nat: Add a no number-rewrite command and call it through a VTY test by Holger Hans Peter Freyther · 11 years ago
  3. aa93bac gprs_gmm: Avoid assertion in the sending code during routing area update by Holger Hans Peter Freyther · 11 years ago
  4. 7e0fec1 gprs_llc: Assert that we send frames with either tlli or old_tlli by Holger Hans Peter Freyther · 11 years ago
  5. 964a9b3 gprs_llc: Work on finding the right LLE/LLME in case of routing area update by Holger Hans Peter Freyther · 11 years ago
  6. 012a7ee gprs_llc: Lookup lle based on the real TLLI by Holger Hans Peter Freyther · 11 years ago
  7. 598e7b3 gprs_sgsn: In case of a Activate PDP Context timeout we should free pdp by Holger Hans Peter Freyther · 11 years ago
  8. 92aa6bb gprs: Fix a typo in the comment by Holger Hans Peter Freyther · 11 years ago
  9. c0438e3 tests: TestCase.assertGreater is not available on Python 2.5 by Holger Hans Peter Freyther · 11 years ago
  10. c63f6f1 expiration: Allow to disable the periodic location updating procedure by Holger Hans Peter Freyther · 11 years ago
  11. e7bd863 expiration: Speculative fixes for the periodic expiring handling by Holger Hans Peter Freyther · 11 years ago
  12. b970894 expiration: Print the "expire_lu" time in show subscriber by Holger Hans Peter Freyther · 11 years ago
  13. a7328a5 smpp: Move the coding/mode detection into a utils file by Holger Hans Peter Freyther · 11 years ago
  14. 5ecbc93 misc: Fix compilation warnings by Holger Hans Peter Freyther · 11 years ago
  15. 649e1ff sgsn: spelling fixes inside comments by Harald Welte · 11 years ago
  16. b4b21f5 SMPP: complete the VTY help/documentation by Harald Welte · 11 years ago
  17. badb12f remove 'bind early' from osmo-bsc_mgcp example config by Harald Welte · 11 years ago
  18. 3dfb549 sgsn: Add "auth-policy" VTY command to enable/disable ACL by Harald Welte · 11 years ago
  19. 7f6da48 sgsn: add a minimalistic ACL by Harald Welte · 11 years ago
  20. cb5353d oml: Add a missing break switch for NM_OC_BS11 by Holger Hans Peter Freyther · 11 years ago
  21. 1b624ba smpp: Close the file descriptor when we can't accept the SMSC conn by Holger Hans Peter Freyther · 11 years ago
  22. c962d45 smpp: Add the classic check for osmo_fd_register by Holger Hans Peter Freyther · 11 years ago
  23. 921b227 smpp: Fix possible NULL dereference of the emse->acl by Holger Hans Peter Freyther · 11 years ago
  24. ae9d8d3 smpp: Checking an array for NULL will always be false by Holger Hans Peter Freyther · 11 years ago
  25. c9251fa ipaccess: The proxy code checked the array but not the element by Holger Hans Peter Freyther · 11 years ago
  26. 3aedba6 ipaccess: Fix a resource leak in case the stat is failing by Holger Hans Peter Freyther · 11 years ago
  27. 5ccd015 nitb: The subscr->imsi is an array will never be NULL by Holger Hans Peter Freyther · 11 years ago
  28. 995ff35 Fix license header at smpp_openbsc.c and smpp_smsc.c by Harald Welte · 11 years ago
  29. 4c5babc smpp_openbsc: Fix parsing of 03.38 data coding scheme in MO case by Harald Welte · 11 years ago
  30. 641475c Fix: Handle CM service request on already secured channel correctly by Andreas Eversberg · 11 years ago
  31. 46bd424 libmgcp: add enum mgcp_type and use it by Pablo Neira Ayuso · 11 years ago
  32. 1e61b25 mncc: Remove what we believe to be a tautology from the MNCC code by Holger Hans Peter Freyther · 11 years ago
  33. 096dc3a nat: The con variable is not assigned at this point by Holger Hans Peter Freyther · 11 years ago
  34. 7346081 nat: number could point to an address on the stack that can be reused by Holger Hans Peter Freyther · 11 years ago
  35. 9bec10e nat: Address coverity warning about uninitialized addr by Holger Hans Peter Freyther · 11 years ago
  36. b0b8a34 nat: Please coverity and initialize the saveptr to NULL by Holger Hans Peter Freyther · 11 years ago
  37. 9feef48 nitb: Add a missing NULL check for searching the subscriber by Holger Hans Peter Freyther · 11 years ago
  38. e885951 db: Fix an issue with the memset by Holger Hans Peter Freyther · 11 years ago
  39. 81cff91 gsm_subscriber: Fix compiler warning of the printf string by Holger Hans Peter Freyther · 11 years ago
  40. 7b76934 nat: The second call didn't really add anything to the test. by Holger Hans Peter Freyther · 11 years ago
  41. b18c745 ipaccess-config: Add missing break to parsing the -L option by Holger Hans Peter Freyther · 11 years ago
  42. 7d8139a ipaccess-config: Fix a resource leak in an error path by Holger Hans Peter Freyther · 11 years ago
  43. aa63d70 sgsn: Fix the unimplemented/uninstalled show ggsn command by Holger Hans Peter Freyther · 11 years ago
  44. 80e0365 sgsn_vty: Fix uninitialized variable in the gprs_apn2str method by Holger Hans Peter Freyther · 11 years ago
  45. 3a708af sgsn: Fix logically dead code in regard to the osmo_fd_register by Holger Hans Peter Freyther · 11 years ago
  46. 84402c0 sgsn: Fix lengths of MS Network Capability and MS Radio Access Capability elements. by Alexander Chemeris · 11 years ago
  47. f0167dd hsl: Remove the support for the HSL bts from OpenBSC by Holger Hans Peter Freyther · 11 years ago
  48. a164d52 nat: Fix compiler warning and cast uint16_t to uint8_t by Holger Hans Peter Freyther · 11 years ago
  49. 1eba7de mgcp: Make sure the save pointer is initialized with NULL. by Holger Hans Peter Freyther · 11 years ago
  50. d5c270e ipaccess-find: Address a warning by coverity of unitialized memory by Holger Hans Peter Freyther · 11 years ago
  51. 8690b98 isdnsync: Remove a double close of the isdn device by Holger Hans Peter Freyther · 11 years ago
  52. 8bb0720 nanobts: Do not crash on an invalid TRX number by Holger Hans Peter Freyther · 11 years ago
  53. eb0acb6 tests: Add a custom test runner to test the VTY functionality. by Holger Hans Peter Freyther · 11 years ago
  54. 9e22e69 misc: Ignore compiled python code and another test case by Holger Hans Peter Freyther · 11 years ago
  55. e0aee7a Introduced support for external python tests by Katerina Barone-Adesi · 11 years ago
  56. cc6b2d2 ctrlif: Flush/Clear write_queue when closing the control socket by Harald Welte · 11 years ago
  57. 1304b35 bsc_vty: Print human-readable string version of NM ADM STATE by Harald Welte · 11 years ago
  58. abadd54 GPRS LLC: Add non-standard method of sequence number recovery by Harald Welte · 11 years ago
  59. 22ce598 osmo-bsc VTY: fix saving of codec-list by Harald Welte · 11 years ago
  60. b0bf1da smpp: Only write the systemd-id if it is not empty by Holger Hans Peter Freyther · 11 years ago
  61. a1c09a4 Makefile.am: Use AM_CPPFLAGS by Alexander Huemer · 11 years ago
  62. 846d8dc vty: Print the state of all GPRS OML objects in show bts by Holger Hans Peter Freyther · 11 years ago
  63. c75ed6d SMPP: Add new 'dcs_transparent' ESME setting by Harald Welte · 11 years ago
  64. 27d5e65 SMPP: Pass on 0xFx style DCS from SMPP to GSM by Harald Welte · 11 years ago
  65. 61e1935 SMPP: Respond with BIND_TRX_RESP to BIND_TRX, not BIND_TX_RESP by Harald Welte · 11 years ago
  66. 9f3835b mgcp: Initialize the tone to CHAR_MAX as this might not be a request by Holger Hans Peter Freyther · 11 years ago
  67. 0a244b4 nat: fix use after free in forward_sccp_to_bts by Pablo Neira Ayuso · 11 years ago
  68. 2177624 channels: Mark channels as broken that time out on activation/release by Holger Hans Peter Freyther · 11 years ago
  69. e152a46 Merge branch 'zecke/features/sysmobts' by Holger Hans Peter Freyther · 11 years ago
  70. e48c187 ipaccess: Remove the ipaccess_gsmnet and assume there is a bsc_gsmnet by Holger Hans Peter Freyther · 11 years ago
  71. 4b0e36a sysmobts: Make the nanoBTS NM code work for the sysmobts by Holger Hans Peter Freyther · 11 years ago
  72. 84b033f sysmobts: Initialize the NM signal handler only once in a mixed network by Holger Hans Peter Freyther · 11 years ago
  73. e84dd98 sysmobts: Avoid a crash when trying to look-up a BTS by Holger Hans Peter Freyther · 11 years ago
  74. 7a0010b nat: Include LAC/CI as TV values at the end of the 'status' message by Holger Hans Peter Freyther · 11 years ago
  75. d7b22c6 smpp: Attempt to fix a memory leak of the msgb by Holger Hans Peter Freyther · 11 years ago
  76. 2bc90c2 nat: Use memcmp for the token on the USSD interface as well by Holger Hans Peter Freyther · 11 years ago
  77. ab22335 nat: Move the callstats to a new header file due sccp usage by Holger Hans Peter Freyther · 11 years ago
  78. 7e9b039 nat: Add an example for a black list by Holger Hans Peter Freyther · 11 years ago
  79. 70c58ef ctrl: Provide a reply in case the range check failed by Holger Hans Peter Freyther · 11 years ago
  80. d38cf50 ctrl: Make the commands static to not pollute the namespace by Holger Hans Peter Freyther · 11 years ago
  81. b2b291d nat: Extract the LAC/CI from the Complete Layer3 Information by Holger Hans Peter Freyther · 11 years ago
  82. c279e39 nat: Rename "struct sccp_connections" to "struct nat_sccp_connection" by Holger Hans Peter Freyther · 11 years ago
  83. 0e5f5ae debian: Begin the 0.13.0 series with a new changelog entry by Holger Hans Peter Freyther · 11 years ago
  84. dbd9449 nat: Allow to re-write international numbers in the CC Setup messages by Holger Hans Peter Freyther · 11 years ago
  85. 27b6184 nat: Allow to daemonize the NAT process by Holger Hans Peter Freyther · 11 years ago
  86. dc3a78f Merge commit 'zecke/mgcp-statistics' by Holger Hans Peter Freyther · 11 years ago
  87. ac04d8d nat: Name the variable more properly and begin with net.1.bsc.%d by Holger Hans Peter Freyther · 12 years ago
  88. 7d7054e nat: Include the sccp_src_ref and sccp_dst_ref for this call by Holger Hans Peter Freyther · 12 years ago
  89. 7c831ec nat: Do not allow the amount of pending responses to grow infinitely by Holger Hans Peter Freyther · 12 years ago
  90. 931ad6a nat: Reword the log messages as this is normal operation by Holger Hans Peter Freyther · 12 years ago
  91. 462b7d7 nat: We want the remote to respond to our DLCX request by Holger Hans Peter Freyther · 12 years ago
  92. c327187 nat: Make it possible to send MGCP messages through the IPA multiplex by Holger Hans Peter Freyther · 12 years ago
  93. 77956aa nat: Move all methods sending a response to the callagent to a single place by Holger Hans Peter Freyther · 12 years ago
  94. 6de9d0b nat: Address the FIXME and send the MDCX down to the BSC by Holger Hans Peter Freyther · 12 years ago
  95. 1c0c317 debian: Fix the installation of the sgsn example data by Holger Hans Peter Freyther · 11 years ago
  96. 30156e1 sysmobts: Add the necessary data structure and init for the SAPI queue by Holger Hans Peter Freyther · 11 years ago
  97. d34adb2 nat: Fix authentication by-pass using shorter tokens by Holger Hans Peter Freyther · 11 years ago
  98. 8ae35c1 bsc-ctrl: Fix a potential memory leak on failed verification by Holger Hans Peter Freyther · 11 years ago
  99. 0c908b6 db: Link to the VTY library for the vty_config_unlock symbol by Holger Hans Peter Freyther · 11 years ago
  100. 0c8f9ca Add VTY option to set GPRS network-control-order to enable MS measurements by Andreas Eversberg · 11 years ago