1. 28dcbc5 misc: Remove gsm_subscriber.h from the db.h file by Holger Hans Peter Freyther · 14 years ago
  2. d9cdd05 test: Make it compile but it is segfaulting on start now by Holger Hans Peter Freyther · 14 years ago
  3. ecd94a4 misc: Introduce a --enable-coverage mode to build with gprof coverage by Holger Hans Peter Freyther · 14 years ago
  4. 74779c6 nat: Add test case for matching phone numbers by Holger Hans Peter Freyther · 14 years ago openbsc/0.9.10
  5. 73bbf89 nat: Implement rewriting, have a very basic test for that feature by Holger Hans Peter Freyther · 14 years ago
  6. 749497e nat: Copy the IMSI, then free it or move the context to the connection by Holger Hans Peter Freyther · 14 years ago
  7. 1fd6063 nat: Change the order of the DENY/ALLOW rule for the BSC. by Holger Hans Peter Freyther · 14 years ago
  8. 3e9a7f8 misc: Replace the idiom for replacing a string with a function call by Holger Hans Peter Freyther · 14 years ago
  9. 0bd60f3 nat: Allow a BSC to have multiple LACs by Holger Hans Peter Freyther · 14 years ago
  10. cd70237 nat: Test for a bug inside the TLV definition for GSM 08.08 by Holger Hans Peter Freyther · 14 years ago
  11. d2df4ca nat: Test the endpoint finding a bit better... by Holger Hans Peter Freyther · 14 years ago
  12. adb6e1c janitor: Move the * to the variable name by Holger Hans Peter Freyther · 14 years ago
  13. 3268540 nat: Parse the id response, extract the IMSI, compare it by Holger Hans Peter Freyther · 14 years ago
  14. d880f54 nat: Update the test for the new <0,0,1 semantic of the filter function by Holger Hans Peter Freyther · 14 years ago
  15. 7889107 chan: Store the to be assigned channel type in the GSM Network. by Holger Hans Peter Freyther · 14 years ago
  16. f7c86c5 nat: Replace the MGCP Endpoint if that is required by Holger Hans Peter Freyther · 14 years ago
  17. 45fd07d nat: Attempt to assign the BSC Timeslot based on a free list by Holger Hans Peter Freyther · 14 years ago
  18. f4b3439 nat: Make the code work in terms of endpoints instead of timeslot/multiplex by Holger Hans Peter Freyther · 14 years ago
  19. d5db12c Use new include paths of libosmo-sccp 0.0.2 by Harald Welte · 14 years ago
  20. c2b31ed nat: Fix compilation with nat not being enabled. by Holger Hans Peter Freyther · 14 years ago
  21. 30e1ae9 sccp: Use the external libosmo-sccp as sccp implementation by Holger Hans Peter Freyther · 14 years ago
  22. e2c1520 nat: u_int16_t -> uint16_t by Holger Hans Peter Freyther · 14 years ago
  23. dbd16fe nat: u_int8_t -> uint8_t by Holger Hans Peter Freyther · 14 years ago
  24. f957095 sccp: u_int16_t -> uint16_t by Holger Hans Peter Freyther · 14 years ago
  25. c2c4621 sccp: u_int8_t -> uint8_t by Holger Hans Peter Freyther · 14 years ago
  26. f094540 nat: Fix the testcase and init the logging infrastructure by Holger Hans Peter Freyther · 14 years ago
  27. 9764331 bsc_api: Move gsm48_rcvmsg into the BSC API and dispatch. by Holger Hans Peter Freyther · 14 years ago
  28. 28e2988 nat: Add the OSMO NAT to the build process. by Holger Hans Peter Freyther · 14 years ago
  29. 434a1fd nat: Make the test compile, no bssap.c, use log_target by Holger Hans Peter Freyther · 14 years ago
  30. d77c817 nat: Allow to specify multiple entries in the access-list... by Holger Hans Peter Freyther · 14 years ago
  31. 29c6703 nat: Shorten the access-list struct and method names (still way too long) by Holger Hans Peter Freyther · 14 years ago
  32. 8affef5 [nat] Introduce the concept of access-list by Holger Hans Peter Freyther · 14 years ago
  33. fa20c94 [nat] Make create_sccp_src_ref return the SCCP Connection. by Holger Hans Peter Freyther · 14 years ago
  34. e1fb567 [nat] Remove parameter that is never accessed directly by Holger Hans Peter Freyther · 14 years ago
  35. 19c0a84 [nat] Set the connection type/reason as out parameter by Holger Hans Peter Freyther · 14 years ago
  36. f192498 [nat] Parse the PAGING RESPONSE inside a CR message as well. by Holger Hans Peter Freyther · 14 years ago
  37. f1012a4 [nat] Remove the imsi allow option on the nat level. by Holger Hans Peter Freyther · 14 years ago
  38. a0aeaa7 [nat] Fix the regexp of the test and the command line. by Holger Hans Peter Freyther · 14 years ago
  39. 34a96ae [nat] Implement IMSI filtering... by Holger Hans Peter Freyther · 14 years ago
  40. 0c08db1 nat: Start to add a test case.. with one CR message. by Holger Hans Peter Freyther · 14 years ago
  41. c14e09b nat: Store the creation time of a sccp connection. by Holger Hans Peter Freyther · 14 years ago
  42. 7b7eef6 nat: Change MGCP DLCX handling and send dummy MDCX to the BTS. by Holger Hans Peter Freyther · 14 years ago
  43. b5513ca [nat] Lookup by BSC Connection otherwise the point of reassigning the is defeated by Holger Hans Peter Freyther · 14 years ago
  44. 5e63f92 [nat] Add unit test to forward Proto Error messages back both ways. by Holger Hans Peter Freyther · 14 years ago
  45. c87c8b7 nat: Fix the test case by allocating a config. by Holger Hans Peter Freyther · 14 years ago
  46. 08a1b16 nat: Return the SCCP Connection again... by Holger Hans Peter Freyther · 14 years ago
  47. 979a309 nat: Print the LAC that was searched for and not found. by Holger Hans Peter Freyther · 14 years ago
  48. 47dd494 nat: Store the config in the connection instead of the lac by Holger Hans Peter Freyther · 14 years ago
  49. d2dd6e8 Revert "nat: Remember where the BTS is listening for things." by Holger Hans Peter Freyther · 14 years ago
  50. 0a6f62f nat: Test forwarding Inactivity Test messages. by Holger Hans Peter Freyther · 14 years ago
  51. 9d51855 nat: remove is called on already patched connections.. by Holger Hans Peter Freyther · 14 years ago
  52. f05506e nat: Remember where the BTS is listening for things. by Holger Hans Peter Freyther · 14 years ago
  53. 9e5300a nat: Remove the broken empty line check, follow \n vs \r\n of input by Holger Hans Peter Freyther · 14 years ago
  54. 8d20065 nat: Make rewrite work on string, read to a string first, copy to msgb by Holger Hans Peter Freyther · 14 years ago
  55. 3c3bce1 nat: Return MGCP messages to the call agent by Holger Hans Peter Freyther · 14 years ago
  56. a128d91 nat: Allow to send MGCP messages from the BSC to the network by Holger Hans Peter Freyther · 14 years ago
  57. 76c8354 nat: Test rewriting of MGCP messages to patch ip and port by Holger Hans Peter Freyther · 14 years ago
  58. fc9bd23 nat: Add code to find a BSC connection by the given msc multiplex by Holger Hans Peter Freyther · 14 years ago
  59. 241e130 nat: In the case of losing the MSC, reset all endpoints by Holger Hans Peter Freyther · 14 years ago
  60. 465313e nat: Look at the assignment command and remember on which timeslot the data is by Holger Hans Peter Freyther · 14 years ago
  61. 49c7fb5 nat: Return the SCCP connection, change order of patching and updating by Holger Hans Peter Freyther · 14 years ago
  62. 72ba162 misc: Do not prepend 0x when using %p in printf. by Holger Hans Peter Freyther · 14 years ago
  63. 04fd992 nat: Add test case and data for paging by lac test. by Holger Hans Peter Freyther · 14 years ago
  64. bae9da4 nat: Move paging by lac handling code into the utils file by Holger Hans Peter Freyther · 14 years ago
  65. 38f7c75 nat: Add a test case for the connection tracking by Holger Hans Peter Freyther · 14 years ago
  66. df6143a Correct the company name. It should be On-Waves (ehf) by Holger Hans Peter Freyther · 14 years ago
  67. 6db5ce5 [nat] Add missing Makefile.am.. by Holger Hans Peter Freyther · 14 years ago
  68. 1d6fb18 [nat] Specify the direction of the message by Holger Hans Peter Freyther · 14 years ago
  69. 0b8f69d [nat] Prepare more sophisicated filtering and patching by Holger Hans Peter Freyther · 14 years ago
  70. d941eda Merge branch 'on-waves/sccp' by Holger Hans Peter Freyther · 14 years ago
  71. 2cdda72 [sccp] Parse the error message and add a unit test for it. by Holger Hans Peter Freyther · 14 years ago
  72. 500ff97 Fix compiler warning about void return in non void method. by Holger Hans Peter Freyther · 14 years ago
  73. 014136d Merge branch 'on-waves/sccp' by Holger Hans Peter Freyther · 14 years ago
  74. dc5062b move log/debug codebase to libosmocore by Harald Welte · 14 years ago
  75. 3c1221e sccp: Change the ownership of the msgb passed to the callback by Holger Hans Peter Freyther · 14 years ago
  76. afedeab move some gsm48 utility functions to libosmocore by Harald Welte · 14 years ago
  77. 10ca379 Merge remote branch 'origin/master' into on-waves/sccp by Holger Hans Peter Freyther · 14 years ago
  78. 140f6e9 [misc] Add LIBOSMOCORE_CFLAGS to the includes by Holger Hans Peter Freyther · 14 years ago
  79. e1d5067 [sccp] Implement parsing the rather easy IT messages. by Holger Hans Peter Freyther · 14 years ago
  80. f98a497 finish openbsc / libosmocore separation by Harald Welte · 14 years ago
  81. 7184c2d Merge branch 'on-waves/sccp' by Holger Hans Peter Freyther · 14 years ago
  82. 8a69cb2 [sccp] Make the file includable outside of OpenBSC by Holger Hans Peter Freyther · 14 years ago
  83. b19dc28 liblaf0rge: Make the other targets depend on the liblaforge... by Holger Hans Peter Freyther · 14 years ago
  84. 6ae6572 [sccp] Refer to the right Company in the Copyright/Copyleft line by Holger Hans Peter Freyther · 14 years ago
  85. 98657d5 misc: Fix compilation of the test cases. by Holger Hans Peter Freyther · 14 years ago
  86. 5dbd71e [sccp] Provide dummy db_store_counter... by Holger Hans Peter Freyther · 15 years ago
  87. 3b05a7a [channel] Compile statistics.c into the test. by Holger Hans Peter Freyther · 15 years ago
  88. f9b1f30 [debug] Make the test case compile and it is still passing by Holger Hans Peter Freyther · 15 years ago
  89. b61e3b2 Import the new logging architecture by Holger Hans Peter Freyther · 15 years ago
  90. fdd0ddf [sms] Fix compile warning by including gsm_data.h by Holger Hans Peter Freyther · 15 years ago
  91. 3b9516e [sccp] Implement sending the Inactivity Test on a connection.. by Holger Hans Peter Freyther · 15 years ago
  92. ac96770 [sccp] Implement parts of ITU SCCP for use in the A-Interface by Holger Hans Peter Freyther · 15 years ago
  93. 2223025 [tmsi] Make the tmsi a 4 octet number by Holger Hans Peter Freyther · 15 years ago
  94. 5d0e56f [gsm48] Introduce a gsm48_generate_mid_from_imsi method by Holger Hans Peter Freyther · 15 years ago
  95. e4e8bf4 [subscr] Change the signature... the gsm_network is in the subscr by Holger Hans Peter Freyther · 15 years ago
  96. 1494a76 [bsc] Move the GSM 04.08 helper functions to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  97. 93d4394 [msc] Move gsm_04_08.c, mncc and various others to libmsc by Holger Hans Peter Freyther · 15 years ago
  98. 857e5e6 [subscr] Split gsm_subscriber.c in BSC and MSC part by Holger Hans Peter Freyther · 15 years ago
  99. 42e327b [msc] Introduce a libmsc.a library by Holger Hans Peter Freyther · 15 years ago
  100. 9085cda tests: Remove the sms sending from the sms test by Holger Hans Peter Freyther · 15 years ago