1. bdf764a nat: Allow the filter to select the reject cause by Holger Hans Peter Freyther · 12 years ago
  2. adc2e87 nat: Move the IMSI/TMSI filtering to a new and dedicated file by Holger Hans Peter Freyther · 12 years ago
  3. 6fbd864 nat: Fix a typo in the log message for out of memory by Holger Hans Peter Freyther · 12 years ago
  4. 6ecb3cb nat: Extract the message re-writing from the utils to a dedicated file by Holger Hans Peter Freyther · 12 years ago
  5. 98da544 nat: Move the ctrl handling code into a separate file by Holger Hans Peter Freyther · 12 years ago
  6. 3dfe8a1 nat: sizeof char * != sizeof char[], make the code work on 64bit systems by Holger Hans Peter Freyther · 12 years ago
  7. e2f34d5 nat: Inject a a=fmtp:%d to force the right AMR code by Holger Hans Peter Freyther · 12 years ago
  8. 7456891 mgcp: Fix the log message. This is inside the MDCX printing routine by Holger Hans Peter Freyther · 12 years ago
  9. cb3c2c9 nat: Make MGCP helper routine static as it is internal to the MGCP code by Holger Hans Peter Freyther · 12 years ago
  10. 07fc097 nat: Document the high level goal of the MGCP/NAT routines by Holger Hans Peter Freyther · 12 years ago
  11. 6dc6910 nat: Change the ctrl command path by Daniel Willmann · 13 years ago
  12. 5e95f45 ctrl: Improve error handling if controlif setup fails by Daniel Willmann · 13 years ago
  13. d79da3b nat: Add support for traps to the nat by Daniel Willmann · 13 years ago
  14. 6fc4a98 libctrl: Change controlif_setup so it returns the ctrl handle by Daniel Willmann · 13 years ago
  15. 570ce24 VTY: improve VTY prompt and make sure exit/end works everywhere by Harald Welte · 12 years ago
  16. 1a6b83c nat: Document all parameters of the VTY commands by Holger Hans Peter Freyther · 12 years ago
  17. 7d60bdb nat: Add VTY command for the TP-DA rewriting. by Holger Hans Peter Freyther · 12 years ago
  18. 2718845 nat: Fix the no sms-clear-tp-srr command by Holger Hans Peter Freyther · 12 years ago
  19. 47b144b nat: Internationalize the TP-DA if it starts with a 00 by Holger Hans Peter Freyther · 12 years ago
  20. 8e60f62 nat: Prepare to rewrite the TP-DA number of a SMS submit. by Holger Hans Peter Freyther · 12 years ago
  21. 9592c45 mgcp: Provide documentation for the method, check sscanf return by Holger Hans Peter Freyther · 12 years ago
  22. 0977e0c nat: Add the line break after the '. by Holger Hans Peter Freyther · 12 years ago openbsc/0.10.1
  23. 68368dd nat: Implement clearing of TP-SRR flags from TPDUs by Holger Hans Peter Freyther · 12 years ago
  24. 951f34b nat: Use the link_id from the original message in the new DTAP message by Holger Hans Peter Freyther · 12 years ago
  25. c2c0ea7 nat: Compare the DTAP L3 size with the size of the msgb - dtap header by Holger Hans Peter Freyther · 12 years ago
  26. 8c36fdb nat: Fix comment and mask for looking at TP-MTI by Holger Hans Peter Freyther · 12 years ago
  27. 5546619 nat: SMS rewrite matching, empty list means match everything by Holger Hans Peter Freyther · 12 years ago
  28. dec7387 nat: SMS comment updates by Holger Hans Peter Freyther · 12 years ago
  29. 998a981 nat: Move SMS creation into a new method, no functional change by Holger Hans Peter Freyther · 12 years ago
  30. 5d2a30a nat: Access data_ptr after we have checked the length by Holger Hans Peter Freyther · 12 years ago
  31. c5df08b nat: Move the finding of the number to a new method by Holger Hans Peter Freyther · 12 years ago
  32. 37a63ca misc: Linking fixes for Ubuntu 11.10 Compiler by Holger Hans Peter Freyther · 13 years ago
  33. 5763093 libctrl: Mark the cmd set/get/verify functions static by Daniel Willmann · 13 years ago
  34. e54db17 nat: Fix error in get_next_free_bsc_id by Daniel Willmann · 13 years ago
  35. 06c9da6 misc: Move the bsc_parse_reg to libcommom and name it gsm_parse_reg by Holger Hans Peter Freyther · 13 years ago
  36. ed5cacb src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago openbsc/0.9.15
  37. 95fd72b misc: Remove the osmocom/core/process.h include by Holger Hans Peter Freyther · 13 years ago
  38. 7017fa7 [bsc-nat] ctrlif: use llist_entry() macro and fix overly-long lines by Harald Welte · 13 years ago
  39. f071e16 [bsc-nat] ctrlif: save ourselves one level of indentation by Harald Welte · 13 years ago
  40. 6552047 [bsc-nat] ctrlif: use the 'err' label consistently by Harald Welte · 13 years ago
  41. f8e49dd bsc-nat: ctrlif: split out handle_ctrlif_msg() from ipaccess_bsc_read_cb() by Harald Welte · 13 years ago
  42. 1b5e5c3 controlif: declare controlif_setup() in control_cmd.h by Harald Welte · 13 years ago
  43. a86bc39 nat: Use libctrl and add command forwarding to osmo-bsc by Daniel Willmann · 13 years ago
  44. e36b487 nat: Add VTY code to configure the SMSC rewriting by Holger Hans Peter Freyther · 13 years ago
  45. acc4031 nat: Look into the TPDU/SMS-SUBMIT and use the TP-DestAddress for matches by Holger Hans Peter Freyther · 13 years ago
  46. 9c20571 nat: Patch the destination SMS address of a message by Holger Hans Peter Freyther · 13 years ago
  47. 2e2ff34 nat: Move the common new message generation code into the base method by Holger Hans Peter Freyther · 13 years ago
  48. df8e6e9 nat: Prepare to patch more than the CC Setup message by Holger Hans Peter Freyther · 13 years ago
  49. ad75eab nat: Allow to have a regexp to match the MSISDN by Holger Hans Peter Freyther · 13 years ago
  50. 1d54c40 nat: Allow to rewrite any non international number by Holger Hans Peter Freyther · 13 years ago
  51. 20102b0 nat: Refactor the number patching code into a new method by Holger Hans Peter Freyther · 13 years ago
  52. c0370e4 nat: Use 'paging group' because we have paging forbidden. by Holger Hans Peter Freyther · 13 years ago
  53. 67cd75f misc: Use the osmo_init code for signals and logging by Holger Hans Peter Freyther · 13 years ago
  54. ab46cf3 src: rename msg_entr* to osmo_config_* by Pablo Neira Ayuso · 13 years ago
  55. c0d17f2 src: use namespace prefix osmo_* for misc utils by Pablo Neira Ayuso · 13 years ago
  56. dfb342c src: use namespace prefix osmo_counter* by Pablo Neira Ayuso · 13 years ago
  57. e1273b1 src: use namespace prefix osmo_wqueue* by Pablo Neira Ayuso · 13 years ago
  58. 4db9299 src: use namespace prefix osmo_fd* and osmo_select* by Pablo Neira Ayuso · 13 years ago
  59. bf540cb src: use namespace prefix osmo_timer* for timer functions by Pablo Neira Ayuso · 13 years ago
  60. 0dc36f1 nat: Keep track of the error message. by Holger Hans Peter Freyther · 13 years ago
  61. 6860c44 nat: Create a Paging Group that BSCs can refer to by Holger Hans Peter Freyther · 13 years ago
  62. 474698a nat: Introduce the concept of a paging group and use it by Holger Hans Peter Freyther · 13 years ago
  63. 1ffe98c nat: Rewrite the paging handling. by Holger Hans Peter Freyther · 13 years ago
  64. e1880105 bsc: Allow to have a list of MSCs/MUXs to connect to by Holger Hans Peter Freyther · 13 years ago
  65. de2b860 nat: Introduce a block on the NAT to slowly get rid of BSCs by Holger Hans Peter Freyther · 13 years ago
  66. 0b03f16 ussd: Ignore connection release/clear from the MSC by Holger Hans Peter Freyther · 13 years ago
  67. 123bc32 ussd: Keep track of used TIs for USSD and forward messages by Holger Hans Peter Freyther · 13 years ago
  68. 91b9a45 nat: Inform the USSD Provider about lost connections by Holger Hans Peter Freyther · 13 years ago
  69. e5d3249 nat: Remove magic numbers, use enum values for conn classification by Holger Hans Peter Freyther · 13 years ago
  70. a64037c nat: Clarify the documentation of the allow/deny regexp by Holger Hans Peter Freyther · 13 years ago
  71. 5cde92c nat: And out the skip_indicator/transaction id from the gsm48 header by Holger Hans Peter Freyther · 13 years ago
  72. ca05d43 src: more robust ipaccess_idtag_parse() by Pablo Neira Ayuso · 13 years ago
  73. 0d93fb4 nat: Fix a crash due the refactoring and pass the nat again. by Holger Hans Peter Freyther · 13 years ago
  74. 7d73642 nat: Fix the call to make_sock and pass a 0 priv_nr and the nat as data by Holger Hans Peter Freyther · 13 years ago
  75. ef38e85 nat: Remember if the MSC accepted the connection on principle by Holger Hans Peter Freyther · 13 years ago
  76. 165fe56 libcommon: socket: extend make_sock() prototype by Pablo Neira Ayuso · 13 years ago
  77. 4c9557e nat: Bail out if the regexp fails to compile and avoid a crash by Holger Hans Peter Freyther · 13 years ago
  78. a18b116 nat: Make the USSD number matching a regexp by Holger Hans Peter Freyther · 13 years ago
  79. 9e7e55f nat: Fix the return to return CMD_SUCCESS; by Holger Hans Peter Freyther · 13 years ago
  80. 6a7babd nat: Add commands to remove access-list from NAT and BSC config by Holger Hans Peter Freyther · 13 years ago
  81. d000c27 nat: Improve the error message for the failing bind call by Holger Hans Peter Freyther · 13 years ago
  82. 6110a3f src: include new file osmocom/vty/misc.h for vty_out_rate_ctr_group() by Pablo Neira Ayuso · 13 years ago
  83. d36ff76 Fix build of bsc-nat and GPRS code after include path change by Harald Welte · 13 years ago
  84. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  85. 739a566 bsc: change bsc_vty_init to take logging categories as parameter by Pablo Neira Ayuso · 13 years ago
  86. 89579b4 prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago
  87. a17faf8 Rename bsc_nat -> osmo-bsc_nat and bsc_mgcp -> osmo-bsc_mgcp by Harald Welte · 13 years ago