1. ab46cf3 src: rename msg_entr* to osmo_config_* by Pablo Neira Ayuso · 13 years ago
  2. dfb342c src: use namespace prefix osmo_counter* by Pablo Neira Ayuso · 13 years ago
  3. e1273b1 src: use namespace prefix osmo_wqueue* by Pablo Neira Ayuso · 13 years ago
  4. 4db9299 src: use namespace prefix osmo_fd* and osmo_select* by Pablo Neira Ayuso · 13 years ago
  5. bf540cb src: use namespace prefix osmo_timer* for timer functions by Pablo Neira Ayuso · 13 years ago
  6. 6860c44 nat: Create a Paging Group that BSCs can refer to by Holger Hans Peter Freyther · 13 years ago
  7. 474698a nat: Introduce the concept of a paging group and use it by Holger Hans Peter Freyther · 13 years ago
  8. 1ffe98c nat: Rewrite the paging handling. by Holger Hans Peter Freyther · 13 years ago
  9. 66e14cd paging: Provide the number of pending requests by Holger Hans Peter Freyther · 13 years ago
  10. 5a081bb paging: Initialize structs internally to avoid a crash by Holger Hans Peter Freyther · 13 years ago
  11. e188010 bsc: Allow to have a list of MSCs/MUXs to connect to by Holger Hans Peter Freyther · 13 years ago
  12. 2a9eeaa bsc: Allow the NAT to query the list of LACs by Holger Hans Peter Freyther · 13 years ago
  13. 163f612 bsc: Point back from struct osmo_msc_data to struct gsm_network by Daniel Willmann · 13 years ago
  14. de2b860 nat: Introduce a block on the NAT to slowly get rid of BSCs by Holger Hans Peter Freyther · 13 years ago
  15. c3f2832 ipa: Reserve two new values for the Osmo IPA extensions by Holger Hans Peter Freyther · 13 years ago
  16. 71dd06c crc24: Include stdint.h as a possible compile fix by Holger Hans Peter Freyther · 13 years ago
  17. 123bc32 ussd: Keep track of used TIs for USSD and forward messages by Holger Hans Peter Freyther · 13 years ago
  18. 91b9a45 nat: Inform the USSD Provider about lost connections by Holger Hans Peter Freyther · 13 years ago
  19. e5d3249 nat: Remove magic numbers, use enum values for conn classification by Holger Hans Peter Freyther · 13 years ago
  20. a8a09df misc: Remove sys/types.h includes from the files by Holger Hans Peter Freyther · 13 years ago
  21. c42ad8b misc: Move from u_int to uint types of stdint.h by Holger Hans Peter Freyther · 13 years ago
  22. 0d20b63 libabis: ipaccess: more robust ipaccess_idtag_name() by Pablo Neira Ayuso · 13 years ago
  23. 81863cd db: The forward declaration of the enum does not work with C++ by Holger Hans Peter Freyther · 13 years ago
  24. 5d7b65b ipaccess: Add a function to prepend the osmocom ext header by Holger Hans Peter Freyther · 13 years ago
  25. c281b4e libabis: ipaccess: export ipaccess_parse_unitid by Pablo Neira Ayuso · 13 years ago
  26. 66add64 libabis: ipaccess: export ipaccess_idtag_name() by Pablo Neira Ayuso · 13 years ago
  27. 22f58a9 libabis: ipaccess: conclude new ipaccess_send_*() functions and use them by Pablo Neira Ayuso · 13 years ago
  28. 55ef5fb bsc: Add the bsc-rf-socket command to master as well by Holger Hans Peter Freyther · 13 years ago
  29. ef38e85 nat: Remember if the MSC accepted the connection on principle by Holger Hans Peter Freyther · 13 years ago
  30. 165fe56 libcommon: socket: extend make_sock() prototype by Pablo Neira Ayuso · 13 years ago
  31. 4c9557e nat: Bail out if the regexp fails to compile and avoid a crash by Holger Hans Peter Freyther · 13 years ago
  32. a18b116 nat: Make the USSD number matching a regexp by Holger Hans Peter Freyther · 13 years ago
  33. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  34. 739a566 bsc: change bsc_vty_init to take logging categories as parameter by Pablo Neira Ayuso · 13 years ago
  35. 40d1c3f RBS2000: Automatically connect/start/configure/enable most MOs by Harald Welte · 13 years ago
  36. 1484d88 OM2000: First attempt in automatically configuring most MOs by Harald Welte · 13 years ago
  37. f38ca9a OML: Include a pointer to the BTS in NM STATE CHANGE signals by Harald Welte · 13 years ago
  38. d529db6 OM2000: Move IS conn group list generation out of VTY code by Harald Welte · 13 years ago
  39. af9b810 OM2000: Track the Operational Info and MO state by Harald Welte · 13 years ago
  40. f9cf961 OM2000: Add support for configuring the TF (Timing Function) by Harald Welte · 13 years ago
  41. a0ce349 OM2000: Add support for sending TX, RX and TS configuration requests by Harald Welte · 13 years ago
  42. fd355a3 [HSL] initial support for the HSL 2.75G Femtocell by Harald Welte · 13 years ago
  43. 955c3d1 misc: Fix the make distcheck of the sources. by Holger Hans Peter Freyther · 13 years ago openbsc/0.9.12
  44. 44016fe mgcp: Fix the static allocation of E1 trunks for the BTS/NET side by Holger Hans Peter Freyther · 13 years ago
  45. 1f0c5b4 mgcp: Allocate the endpoints for the E1 trunks as well. by Holger Hans Peter Freyther · 13 years ago
  46. 0e939fe mgcp: Introduce a trunk config for multiple trunks. by Holger Hans Peter Freyther · 13 years ago
  47. 88ad772 mgcp: Introduce a mgcp_trunk_config enum for endpoint configs by Holger Hans Peter Freyther · 13 years ago
  48. 9212d9d nat: Fix some corruption in the test case by Holger Hans Peter Freyther · 13 years ago
  49. 9ec030d nat: Change number of multiplexes to the max-endpoints by Holger Hans Peter Freyther · 13 years ago
  50. a9e9331 nat: Allocate endpoints from multiple multiplexes. by Holger Hans Peter Freyther · 13 years ago
  51. 7b07b2d nat: Start making the number of multiplexes configurable by Holger Hans Peter Freyther · 13 years ago
  52. ed500e3 nat: Allocate the endpoint status dynamically by Holger Hans Peter Freyther · 13 years ago
  53. 1176245 rf: Delay execution of commands by Holger Hans Peter Freyther · 13 years ago
  54. 00c805f rf: Verify that the requested mode is entered and drop OML in error by Holger Hans Peter Freyther · 13 years ago
  55. 37ac420 rf: Remember the last command requested on the RF CMD interface by Holger Hans Peter Freyther · 13 years ago
  56. 4d54d0b Fix various compiler warnings all over the code by Harald Welte · 13 years ago
  57. 64c07d2 Allow configuration of SI5 neighbor list != SI2 neighbor list by Harald Welte · 13 years ago
  58. 59eee42 OM2000/RBS2000: Make IS+CON configuration persistent in config file by Harald Welte · 13 years ago
  59. face7ed VTY: Allow for per-BTS-model specific config file write functions by Harald Welte · 13 years ago
  60. d88a387 OM2000: Route outgoing NM message depending on MO by Harald Welte · 13 years ago
  61. a02085d OM2000: Allow configuration of CON from VTY by Harald Welte · 13 years ago
  62. a8e6a65 OM2000: Allow VTY based configuration of IS connection groups by Harald Welte · 13 years ago
  63. bd3137c INPUT: Include TEI + SAPI in E1 INPUT SIGNAL by Harald Welte · 13 years ago
  64. 15ccc77 INPUT: Allow for a per-TRX OML link by Harald Welte · 13 years ago
  65. 174a51a DAHDI: Deliver ALARM/NOALARM as input signal to RBS2000 driver by Harald Welte · 13 years ago
  66. 8bcb1a0 OM2000: Add IS Conf Req by Harald Welte · 13 years ago
  67. 0741ffe OM2000: Add enable/disable commands by Harald Welte · 13 years ago
  68. 8024d8f OM2000: Add support for sending the TEST REQUEST message by Harald Welte · 13 years ago
  69. 6fec79d OM2000: Add VTY commands for connect/disconnect and op_info by Harald Welte · 13 years ago
  70. e1d5eca OM2000: Introduce VTY commands to initiate OM2000 procedures by Harald Welte · 13 years ago
  71. 7354107 OM2000: Negotiation Resposne, send START on OML-up event by Harald Welte · 13 years ago
  72. 9a311ec [RBS2000] Add initial code for Ericsson OM2000 O&M protocol by Harald Welte · 13 years ago
  73. db44f60 [RBS2000] Initial attempt at Ericsson RBS2000 support by Harald Welte · 13 years ago
  74. 09cefee [OML] Allow each BTS model to specify the OML callback by Harald Welte · 13 years ago
  75. f27d043 E1 Input: Add new S_INP_LINE_INIT signal by Harald Welte · 13 years ago
  76. f338a03 [BSC] Move the BTS-type specific code from bcs_init.c to bts_*.c by Harald Welte · 13 years ago
  77. d38f105 [LAPD] Support multiple instances of LAPD by Harald Welte · 13 years ago
  78. 3016d9f [E1 INPUT] explicitly configure the E1 input driver for each line by Harald Welte · 13 years ago
  79. 5455243 [input] make mi_e1_line_update() a driver specific callback by Harald Welte · 13 years ago
  80. 18b590d RSL: add code to generate SACCH INFO MODIFY command by Harald Welte · 13 years ago
  81. 32c0962 [BSC] Allow manual override of neighbor cell list by Harald Welte · 13 years ago
  82. cdfcbee sms: Allow to specify the DCS for the SMS. by Holger Hans Peter Freyther · 13 years ago
  83. c464491 sms: Move the sms_from_text to gsm_04_11 by Holger Hans Peter Freyther · 13 years ago
  84. 368a0a7 ipa: Only use one IPA number for Osmo extensions by Holger Hans Peter Freyther · 13 years ago
  85. 6adac17 mgcp: Include a MGCP Response String in the response by Holger Hans Peter Freyther · 13 years ago
  86. 49b3ed2 subscr: Stop stopping paging requests behind the back of subscr by Holger Hans Peter Freyther · 14 years ago
  87. 182c81f subscr: Remember if we need to call subscr_put_channel at the end. by Holger Hans Peter Freyther · 14 years ago
  88. 451eb29 subscr: Add a vty option to kick the queue. by Holger Hans Peter Freyther · 14 years ago
  89. 763b42a subscr: Dump the pending requests to help with debugging state. by Holger Hans Peter Freyther · 14 years ago
  90. fc85741 subscr: Make it possible to clear pending requests for a subscriber by Holger Hans Peter Freyther · 14 years ago
  91. ebdd3cb subscr: Show the number of pending requests on this subscriber. by Holger Hans Peter Freyther · 14 years ago
  92. 725966d subscr: Make the subscr_put_channel work with the subscr by Holger Hans Peter Freyther · 14 years ago
  93. ebd50a6 bsc: Clear the hand-over in case the new_lchan is failing by Holger Hans Peter Freyther · 14 years ago
  94. 1cc7184 misc: Fix compiler warning about incompatible pointers by Holger Hans Peter Freyther · 13 years ago
  95. 5414627 misc: Forward declare the struct gsm_bts_trx_ts to avoid warning. by Holger Hans Peter Freyther · 13 years ago
  96. 59234a3 mncc: Switch the header file from u_int to uint by Holger Hans Peter Freyther · 13 years ago
  97. 6c4d244 rtp: Move the RTP Proxy code out of RSL into the BSC/MSC domain by Holger Hans Peter Freyther · 13 years ago
  98. ea057d9 mncc_sock: Add new 'mncc handler' function by Harald Welte · 14 years ago
  99. 29b64e9 MNCC: pass the actual 'struct msgb' down the mncc_recv() callback by Harald Welte · 14 years ago
  100. 371efe5 mncc_sock: Clear all calls if MNCC application (LCR) disconnects by Harald Welte · 14 years ago