1. a68c1c6 nat: Use the DCC region for number rewriting and increase debug output by Holger Hans Peter Freyther · 11 years ago
  2. e9c7e27 nat: Implement a post-routing for the NAT software by Holger Hans Peter Freyther · 11 years ago
  3. 367390b nat: Allow to use the prefix lookup to rewrite numbers by Holger Hans Peter Freyther · 11 years ago
  4. aaa3d08 nat: Introduce a prefix lookup tree (trie) for number rewriting by Holger Hans Peter Freyther · 11 years ago
  5. bf123a1 nat: Add a no number-rewrite command and call it through a VTY test by Holger Hans Peter Freyther · 11 years ago
  6. 49d2e14 nat: The con variable is not assigned at this point by Holger Hans Peter Freyther · 11 years ago
  7. 59387d8 nat: number could point to an address on the stack that can be reused by Holger Hans Peter Freyther · 11 years ago
  8. f0dd2f1 nat: Address coverity warning about uninitialized addr by Holger Hans Peter Freyther · 11 years ago
  9. 1662ea1 nat: Please coverity and initialize the saveptr to NULL by Holger Hans Peter Freyther · 11 years ago
  10. fe1bbd7 nat: Fix compiler warning and cast uint16_t to uint8_t by Holger Hans Peter Freyther · 11 years ago
  11. 9200844 Makefile.am: Use AM_CPPFLAGS by Alexander Huemer · 11 years ago
  12. 8cf2fc2 nat: fix use after free in forward_sccp_to_bts by Pablo Neira Ayuso · 11 years ago
  13. 9480f65 nat: Include LAC/CI as TV values at the end of the 'status' message by Holger Hans Peter Freyther · 11 years ago
  14. 9b9ba47 nat: Use memcmp for the token on the USSD interface as well by Holger Hans Peter Freyther · 11 years ago
  15. a791d23 nat: Move the callstats to a new header file due sccp usage by Holger Hans Peter Freyther · 11 years ago
  16. cc49469 nat: Extract the LAC/CI from the Complete Layer3 Information by Holger Hans Peter Freyther · 11 years ago
  17. 3a370eb nat: Rename "struct sccp_connections" to "struct nat_sccp_connection" by Holger Hans Peter Freyther · 11 years ago
  18. 93a0913 nat: Allow to re-write international numbers in the CC Setup messages by Holger Hans Peter Freyther · 11 years ago
  19. 961775e nat: Allow to daemonize the NAT process by Holger Hans Peter Freyther · 12 years ago
  20. 4a6fa9c nat: Name the variable more properly and begin with net.1.bsc.%d by Holger Hans Peter Freyther · 12 years ago
  21. 58e4a8e nat: Include the sccp_src_ref and sccp_dst_ref for this call by Holger Hans Peter Freyther · 12 years ago
  22. 4dc87ee nat: Do not allow the amount of pending responses to grow infinitely by Holger Hans Peter Freyther · 12 years ago
  23. 755c012 nat: Reword the log messages as this is normal operation by Holger Hans Peter Freyther · 12 years ago
  24. 931d698 nat: We want the remote to respond to our DLCX request by Holger Hans Peter Freyther · 12 years ago
  25. cd8bea9 nat: Make it possible to send MGCP messages through the IPA multiplex by Holger Hans Peter Freyther · 12 years ago
  26. dceba0f nat: Move all methods sending a response to the callagent to a single place by Holger Hans Peter Freyther · 12 years ago
  27. 053d93f nat: Address the FIXME and send the MDCX down to the BSC by Holger Hans Peter Freyther · 12 years ago
  28. 8e9649c nat: Fix authentication by-pass using shorter tokens by Holger Hans Peter Freyther · 11 years ago
  29. 1427a20 nat: Fail if the control interface can not be initialized by Holger Hans Peter Freyther · 12 years ago
  30. 7544d8b nat: Send a CM Service Reject for NAT_CON_TYPE_SSA as well by Holger Hans Peter Freyther · 12 years ago
  31. 1fa71b2 nat: Introduce a global IMSI barr list using red-black trees by Holger Hans Peter Freyther · 12 years ago
  32. 073e1f2 nat: Simplify the code and call auth_imsi from the main method by Holger Hans Peter Freyther · 12 years ago
  33. fb349cb nat: Get the cause into the imsi_auth method in preparation by Holger Hans Peter Freyther · 12 years ago
  34. e2abbbe nat: Allow the filter to select the reject cause by Holger Hans Peter Freyther · 12 years ago
  35. a673ce7 nat: Move the IMSI/TMSI filtering to a new and dedicated file by Holger Hans Peter Freyther · 12 years ago
  36. 117e243 nat: Fix a typo in the log message for out of memory by Holger Hans Peter Freyther · 12 years ago
  37. ef6a4a6 nat: Extract the message re-writing from the utils to a dedicated file by Holger Hans Peter Freyther · 12 years ago
  38. 9a01062 nat: Move the ctrl handling code into a separate file by Holger Hans Peter Freyther · 12 years ago
  39. fd87aa0 nat: sizeof char * != sizeof char[], make the code work on 64bit systems by Holger Hans Peter Freyther · 12 years ago
  40. a3d6519 nat: Inject a a=fmtp:%d to force the right AMR code by Holger Hans Peter Freyther · 12 years ago
  41. 1cef0ba mgcp: Fix the log message. This is inside the MDCX printing routine by Holger Hans Peter Freyther · 12 years ago
  42. 7f1ae4a nat: Make MGCP helper routine static as it is internal to the MGCP code by Holger Hans Peter Freyther · 12 years ago
  43. addd6da nat: Document the high level goal of the MGCP/NAT routines by Holger Hans Peter Freyther · 12 years ago
  44. ef2c988 nat: Change the ctrl command path by Daniel Willmann · 13 years ago
  45. 6eb756f ctrl: Improve error handling if controlif setup fails by Daniel Willmann · 13 years ago
  46. e9fbf0b nat: Add support for traps to the nat by Daniel Willmann · 13 years ago
  47. 5c3bad9 libctrl: Change controlif_setup so it returns the ctrl handle by Daniel Willmann · 13 years ago
  48. 45362bb VTY: improve VTY prompt and make sure exit/end works everywhere by Harald Welte · 12 years ago
  49. 031f471 nat: Document all parameters of the VTY commands by Holger Hans Peter Freyther · 12 years ago
  50. 943fa2c nat: Add VTY command for the TP-DA rewriting. by Holger Hans Peter Freyther · 13 years ago
  51. 10588b0 nat: Fix the no sms-clear-tp-srr command by Holger Hans Peter Freyther · 13 years ago
  52. f8c05a1 nat: Internationalize the TP-DA if it starts with a 00 by Holger Hans Peter Freyther · 13 years ago
  53. 21e5c61 nat: Prepare to rewrite the TP-DA number of a SMS submit. by Holger Hans Peter Freyther · 13 years ago
  54. 97a5a48 mgcp: Provide documentation for the method, check sscanf return by Holger Hans Peter Freyther · 13 years ago
  55. 718d67e nat: Add the line break after the '. by Holger Hans Peter Freyther · 13 years ago
  56. 4c2822e nat: Implement clearing of TP-SRR flags from TPDUs by Holger Hans Peter Freyther · 13 years ago
  57. e24452f nat: Use the link_id from the original message in the new DTAP message by Holger Hans Peter Freyther · 13 years ago
  58. 2b1e7dc nat: Compare the DTAP L3 size with the size of the msgb - dtap header by Holger Hans Peter Freyther · 13 years ago
  59. bc72354 nat: Fix comment and mask for looking at TP-MTI by Holger Hans Peter Freyther · 13 years ago
  60. 10b7875 nat: SMS rewrite matching, empty list means match everything by Holger Hans Peter Freyther · 13 years ago
  61. e6fa553 nat: SMS comment updates by Holger Hans Peter Freyther · 13 years ago
  62. 036bf9f nat: Move SMS creation into a new method, no functional change by Holger Hans Peter Freyther · 13 years ago
  63. c9fc830 nat: Access data_ptr after we have checked the length by Holger Hans Peter Freyther · 13 years ago
  64. 523e6ee nat: Move the finding of the number to a new method by Holger Hans Peter Freyther · 13 years ago
  65. 3da47d0 misc: Linking fixes for Ubuntu 11.10 Compiler by Holger Hans Peter Freyther · 13 years ago
  66. 1c081dd libctrl: Mark the cmd set/get/verify functions static by Daniel Willmann · 13 years ago
  67. 3080f74 nat: Fix error in get_next_free_bsc_id by Daniel Willmann · 13 years ago
  68. 1c14d96 misc: Move the bsc_parse_reg to libcommom and name it gsm_parse_reg by Holger Hans Peter Freyther · 13 years ago
  69. 42e41df src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago
  70. 38bb748 misc: Remove the osmocom/core/process.h include by Holger Hans Peter Freyther · 13 years ago
  71. d405c8b [bsc-nat] ctrlif: use llist_entry() macro and fix overly-long lines by Harald Welte · 13 years ago
  72. 71cfca0 [bsc-nat] ctrlif: save ourselves one level of indentation by Harald Welte · 13 years ago
  73. 3069bda [bsc-nat] ctrlif: use the 'err' label consistently by Harald Welte · 13 years ago
  74. 8ba399e bsc-nat: ctrlif: split out handle_ctrlif_msg() from ipaccess_bsc_read_cb() by Harald Welte · 13 years ago
  75. 485cbcd controlif: declare controlif_setup() in control_cmd.h by Harald Welte · 13 years ago
  76. d078d26 nat: Use libctrl and add command forwarding to osmo-bsc by Daniel Willmann · 13 years ago
  77. e1ea512 nat: Add VTY code to configure the SMSC rewriting by Holger Hans Peter Freyther · 13 years ago
  78. 1ed3927 nat: Look into the TPDU/SMS-SUBMIT and use the TP-DestAddress for matches by Holger Hans Peter Freyther · 13 years ago
  79. d240407 nat: Patch the destination SMS address of a message by Holger Hans Peter Freyther · 13 years ago
  80. 8f1ef5f nat: Move the common new message generation code into the base method by Holger Hans Peter Freyther · 13 years ago
  81. 1f58606 nat: Prepare to patch more than the CC Setup message by Holger Hans Peter Freyther · 13 years ago
  82. ed42b13 nat: Allow to have a regexp to match the MSISDN by Holger Hans Peter Freyther · 13 years ago
  83. e73b6a9 nat: Allow to rewrite any non international number by Holger Hans Peter Freyther · 13 years ago
  84. b7cc497 nat: Refactor the number patching code into a new method by Holger Hans Peter Freyther · 13 years ago
  85. 2c9e1cf nat: Use 'paging group' because we have paging forbidden. by Holger Hans Peter Freyther · 13 years ago
  86. 2d59cc6 misc: Use the osmo_init code for signals and logging by Holger Hans Peter Freyther · 13 years ago
  87. 1a91e67 src: rename msg_entr* to osmo_config_* by Pablo Neira Ayuso · 13 years ago
  88. b1d5a69 src: use namespace prefix osmo_* for misc utils by Pablo Neira Ayuso · 13 years ago
  89. 1c45074 src: use namespace prefix osmo_counter* by Pablo Neira Ayuso · 13 years ago
  90. da08850 src: use namespace prefix osmo_wqueue* by Pablo Neira Ayuso · 13 years ago
  91. 04d24cd src: use namespace prefix osmo_fd* and osmo_select* by Pablo Neira Ayuso · 13 years ago
  92. 840ccf6 src: use namespace prefix osmo_timer* for timer functions by Pablo Neira Ayuso · 13 years ago
  93. f77bca7 nat: Keep track of the error message. by Holger Hans Peter Freyther · 13 years ago
  94. 9561493 nat: Create a Paging Group that BSCs can refer to by Holger Hans Peter Freyther · 13 years ago
  95. 698e4b9 nat: Introduce the concept of a paging group and use it by Holger Hans Peter Freyther · 13 years ago
  96. b1eb94f nat: Rewrite the paging handling. by Holger Hans Peter Freyther · 13 years ago
  97. 47a9f4b bsc: Allow to have a list of MSCs/MUXs to connect to by Holger Hans Peter Freyther · 13 years ago
  98. 013dd14 nat: Introduce a block on the NAT to slowly get rid of BSCs by Holger Hans Peter Freyther · 13 years ago
  99. 1b71492 ussd: Ignore connection release/clear from the MSC by Holger Hans Peter Freyther · 13 years ago
  100. 60ab41b ussd: Keep track of used TIs for USSD and forward messages by Holger Hans Peter Freyther · 13 years ago