1. cab6e75 mgcp: add voice muxer support by Pablo Neira Ayuso · 10 years ago
  2. abddd6a nat/bsc: Check proto before calling ipaccess_rcvmsg_base by Holger Hans Peter Freyther · 10 years ago
  3. 4ace424 ipa: Be consistent in checking conn->cfg (Coverity) by Jacob Erlbeck · 10 years ago
  4. c8b2c2f nat: Mention the the BSC the SCCP connection was on by Holger Hans Peter Freyther · 10 years ago
  5. e827812 ipa: Use enhanced ipa_msg_recv_buffered() to cope with partioned IPA messages by Jacob Erlbeck · 10 years ago
  6. 49f9e5b ctrl: Move the lookup into a separate file in preparation for GPRS by Holger Hans Peter Freyther · 10 years ago
  7. 472f3bd nat: Introduce command to remove an access-list-name by Holger Hans Peter Freyther · 10 years ago
  8. bc3780a nat: Implement setting the access-control-name through CTRL interface by Holger Hans Peter Freyther · 10 years ago
  9. 6419018 nat: Make the access-list deny cause configurable by Holger Hans Peter Freyther · 10 years ago
  10. 415cd2e nat: Introduce reject cause to bsc_nat_acc_lst_entry by Holger Hans Peter Freyther · 10 years ago
  11. 3dff27d mgcp/nat: Take payload type from SDP data by Jacob Erlbeck · 11 years ago
  12. 36722e1 vty: Use vty_install_default() instead of bsc_install_default() by Jacob Erlbeck · 11 years ago
  13. 1b9902c nat: Remember the original dest local reference in the parsed struct by Holger Hans Peter Freyther · 11 years ago
  14. ff98b3c nat: Fix the log message of the code in case of an allocation failure by Holger Hans Peter Freyther · 11 years ago
  15. c1a8687 bsc_msc: Add a name field to the MSC Connection to differentiate links by Holger Hans Peter Freyther · 11 years ago
  16. 4c9dff5 vty: Rename 'mgcp-through-msc-ipa' command to 'use-msc-ipa-for-mgcp' by Jacob Erlbeck · 11 years ago
  17. 0ae92a9 vty: Use generic 'end' and 'exit' commands by Jacob Erlbeck · 11 years ago
  18. 6fcc3a9 nat: Attempt to follow the MODULE_METHOD pattern for methods by Holger Hans Peter Freyther · 11 years ago
  19. 5741256 nat: Use bsc_nat_msc_is_connected instead of accessing it directly by Holger Hans Peter Freyther · 11 years ago
  20. 326b5d8 libmgcp: add enum mgcp_role by Pablo Neira Ayuso · 11 years ago
  21. 6cb2ccc nat/ussd: Add 'show ussd-connection' vty command by Jacob Erlbeck · 11 years ago
  22. 27876a2 nat: Fix potential memory leak when reading a message by Holger Hans Peter Freyther · 11 years ago
  23. 9962151 nat: Misc changes spotted while going through the file with Jacob by Holger Hans Peter Freyther · 11 years ago
  24. 52f705e nat: Use the DCC region for number rewriting and increase debug output by Holger Hans Peter Freyther · 11 years ago
  25. 67e423c nat: Implement a post-routing for the NAT software by Holger Hans Peter Freyther · 11 years ago
  26. ddf191e nat: Allow to use the prefix lookup to rewrite numbers by Holger Hans Peter Freyther · 11 years ago
  27. 85d3b34 nat: Introduce a prefix lookup tree (trie) for number rewriting by Holger Hans Peter Freyther · 11 years ago
  28. b718ad3 nat: Add a no number-rewrite command and call it through a VTY test by Holger Hans Peter Freyther · 11 years ago
  29. 096dc3a nat: The con variable is not assigned at this point by Holger Hans Peter Freyther · 11 years ago
  30. 7346081 nat: number could point to an address on the stack that can be reused by Holger Hans Peter Freyther · 11 years ago
  31. 9bec10e nat: Address coverity warning about uninitialized addr by Holger Hans Peter Freyther · 11 years ago
  32. b0b8a34 nat: Please coverity and initialize the saveptr to NULL by Holger Hans Peter Freyther · 11 years ago
  33. a164d52 nat: Fix compiler warning and cast uint16_t to uint8_t by Holger Hans Peter Freyther · 11 years ago
  34. a1c09a4 Makefile.am: Use AM_CPPFLAGS by Alexander Huemer · 11 years ago
  35. 0a244b4 nat: fix use after free in forward_sccp_to_bts by Pablo Neira Ayuso · 11 years ago
  36. 7a0010b nat: Include LAC/CI as TV values at the end of the 'status' message by Holger Hans Peter Freyther · 11 years ago
  37. 2bc90c2 nat: Use memcmp for the token on the USSD interface as well by Holger Hans Peter Freyther · 11 years ago
  38. ab22335 nat: Move the callstats to a new header file due sccp usage by Holger Hans Peter Freyther · 11 years ago
  39. b2b291d nat: Extract the LAC/CI from the Complete Layer3 Information by Holger Hans Peter Freyther · 11 years ago
  40. c279e39 nat: Rename "struct sccp_connections" to "struct nat_sccp_connection" by Holger Hans Peter Freyther · 11 years ago
  41. dbd9449 nat: Allow to re-write international numbers in the CC Setup messages by Holger Hans Peter Freyther · 11 years ago
  42. 27b6184 nat: Allow to daemonize the NAT process by Holger Hans Peter Freyther · 11 years ago
  43. ac04d8d nat: Name the variable more properly and begin with net.1.bsc.%d by Holger Hans Peter Freyther · 12 years ago
  44. 7d7054e nat: Include the sccp_src_ref and sccp_dst_ref for this call by Holger Hans Peter Freyther · 12 years ago
  45. 7c831ec nat: Do not allow the amount of pending responses to grow infinitely by Holger Hans Peter Freyther · 12 years ago
  46. 931ad6a nat: Reword the log messages as this is normal operation by Holger Hans Peter Freyther · 12 years ago
  47. 462b7d7 nat: We want the remote to respond to our DLCX request by Holger Hans Peter Freyther · 12 years ago
  48. c327187 nat: Make it possible to send MGCP messages through the IPA multiplex by Holger Hans Peter Freyther · 12 years ago
  49. 77956aa nat: Move all methods sending a response to the callagent to a single place by Holger Hans Peter Freyther · 12 years ago
  50. 6de9d0b nat: Address the FIXME and send the MDCX down to the BSC by Holger Hans Peter Freyther · 12 years ago
  51. d34adb2 nat: Fix authentication by-pass using shorter tokens by Holger Hans Peter Freyther · 11 years ago
  52. 036b25f nat: Fail if the control interface can not be initialized by Holger Hans Peter Freyther · 11 years ago
  53. aa191ad nat: Send a CM Service Reject for NAT_CON_TYPE_SSA as well by Holger Hans Peter Freyther · 12 years ago
  54. 1f8276e nat: Introduce a global IMSI barr list using red-black trees by Holger Hans Peter Freyther · 12 years ago
  55. 0434fae nat: Simplify the code and call auth_imsi from the main method by Holger Hans Peter Freyther · 12 years ago
  56. 184950e nat: Get the cause into the imsi_auth method in preparation by Holger Hans Peter Freyther · 12 years ago
  57. bdf764a nat: Allow the filter to select the reject cause by Holger Hans Peter Freyther · 12 years ago
  58. adc2e87 nat: Move the IMSI/TMSI filtering to a new and dedicated file by Holger Hans Peter Freyther · 12 years ago
  59. 6fbd864 nat: Fix a typo in the log message for out of memory by Holger Hans Peter Freyther · 12 years ago
  60. 6ecb3cb nat: Extract the message re-writing from the utils to a dedicated file by Holger Hans Peter Freyther · 12 years ago
  61. 98da544 nat: Move the ctrl handling code into a separate file by Holger Hans Peter Freyther · 12 years ago
  62. 3dfe8a1 nat: sizeof char * != sizeof char[], make the code work on 64bit systems by Holger Hans Peter Freyther · 12 years ago
  63. e2f34d5 nat: Inject a a=fmtp:%d to force the right AMR code by Holger Hans Peter Freyther · 12 years ago
  64. 7456891 mgcp: Fix the log message. This is inside the MDCX printing routine by Holger Hans Peter Freyther · 12 years ago
  65. cb3c2c9 nat: Make MGCP helper routine static as it is internal to the MGCP code by Holger Hans Peter Freyther · 12 years ago
  66. 07fc097 nat: Document the high level goal of the MGCP/NAT routines by Holger Hans Peter Freyther · 12 years ago
  67. 6dc6910 nat: Change the ctrl command path by Daniel Willmann · 13 years ago
  68. 5e95f45 ctrl: Improve error handling if controlif setup fails by Daniel Willmann · 13 years ago
  69. d79da3b nat: Add support for traps to the nat by Daniel Willmann · 13 years ago
  70. 6fc4a98 libctrl: Change controlif_setup so it returns the ctrl handle by Daniel Willmann · 13 years ago
  71. 570ce24 VTY: improve VTY prompt and make sure exit/end works everywhere by Harald Welte · 12 years ago
  72. 1a6b83c nat: Document all parameters of the VTY commands by Holger Hans Peter Freyther · 12 years ago
  73. 7d60bdb nat: Add VTY command for the TP-DA rewriting. by Holger Hans Peter Freyther · 12 years ago
  74. 2718845 nat: Fix the no sms-clear-tp-srr command by Holger Hans Peter Freyther · 12 years ago
  75. 47b144b nat: Internationalize the TP-DA if it starts with a 00 by Holger Hans Peter Freyther · 12 years ago
  76. 8e60f62 nat: Prepare to rewrite the TP-DA number of a SMS submit. by Holger Hans Peter Freyther · 12 years ago
  77. 9592c45 mgcp: Provide documentation for the method, check sscanf return by Holger Hans Peter Freyther · 12 years ago
  78. 0977e0c nat: Add the line break after the '. by Holger Hans Peter Freyther · 12 years ago openbsc/0.10.1
  79. 68368dd nat: Implement clearing of TP-SRR flags from TPDUs by Holger Hans Peter Freyther · 12 years ago
  80. 951f34b nat: Use the link_id from the original message in the new DTAP message by Holger Hans Peter Freyther · 12 years ago
  81. c2c0ea7 nat: Compare the DTAP L3 size with the size of the msgb - dtap header by Holger Hans Peter Freyther · 12 years ago
  82. 8c36fdb nat: Fix comment and mask for looking at TP-MTI by Holger Hans Peter Freyther · 12 years ago
  83. 5546619 nat: SMS rewrite matching, empty list means match everything by Holger Hans Peter Freyther · 12 years ago
  84. dec7387 nat: SMS comment updates by Holger Hans Peter Freyther · 12 years ago
  85. 998a981 nat: Move SMS creation into a new method, no functional change by Holger Hans Peter Freyther · 12 years ago
  86. 5d2a30a nat: Access data_ptr after we have checked the length by Holger Hans Peter Freyther · 12 years ago
  87. c5df08b nat: Move the finding of the number to a new method by Holger Hans Peter Freyther · 12 years ago
  88. 37a63ca misc: Linking fixes for Ubuntu 11.10 Compiler by Holger Hans Peter Freyther · 13 years ago
  89. 5763093 libctrl: Mark the cmd set/get/verify functions static by Daniel Willmann · 13 years ago
  90. e54db17 nat: Fix error in get_next_free_bsc_id by Daniel Willmann · 13 years ago
  91. 06c9da6 misc: Move the bsc_parse_reg to libcommom and name it gsm_parse_reg by Holger Hans Peter Freyther · 13 years ago
  92. ed5cacb src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago openbsc/0.9.15
  93. 95fd72b misc: Remove the osmocom/core/process.h include by Holger Hans Peter Freyther · 13 years ago
  94. 7017fa7 [bsc-nat] ctrlif: use llist_entry() macro and fix overly-long lines by Harald Welte · 13 years ago
  95. f071e16 [bsc-nat] ctrlif: save ourselves one level of indentation by Harald Welte · 13 years ago
  96. 6552047 [bsc-nat] ctrlif: use the 'err' label consistently by Harald Welte · 13 years ago
  97. f8e49dd bsc-nat: ctrlif: split out handle_ctrlif_msg() from ipaccess_bsc_read_cb() by Harald Welte · 13 years ago
  98. 1b5e5c3 controlif: declare controlif_setup() in control_cmd.h by Harald Welte · 13 years ago
  99. a86bc39 nat: Use libctrl and add command forwarding to osmo-bsc by Daniel Willmann · 13 years ago
  100. e36b487 nat: Add VTY code to configure the SMSC rewriting by Holger Hans Peter Freyther · 13 years ago