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