1. 1754842 osmo_bsc: Fix bts_connection_status signal always appearing as down by Daniel Willmann · 13 years ago daniel/controlif
  2. fbdce31 osmo_bsc: Command bts_connection_status with TRAPS by Daniel Willmann · 13 years ago
  3. 7f09e0f osmo_bsc: Introduce command msc_connection_status and send TRAPs for it by Daniel Willmann · 13 years ago
  4. c1fc873 nat: Change the ctrl command path by Daniel Willmann · 13 years ago
  5. edd65a2 libctrl, osmo-bsc: Get rid of net prefix by Daniel Willmann · 13 years ago
  6. 774c626 bsc: Add a null check and return early by Holger Hans Peter Freyther · 13 years ago
  7. fde015a ctrl: Fix leak, check null pointer by Holger Hans Peter Freyther · 13 years ago
  8. 68e528a libctrl: Fix a compiler warning by Daniel Willmann · 13 years ago
  9. 3fd3a70 osmo-bsc: Whitespace change - fix indentation of struct value_string by Daniel Willmann · 13 years ago
  10. d936e97 osmo-bsc: Include rf stati in the location-state TRAP as well by Daniel Willmann · 13 years ago
  11. efda919 osmo-bsc: Prepare to send more than just the location in the TRAP by Daniel Willmann · 13 years ago
  12. 1bb18c8 osmo-bsc: Use NM_OPSTATE_* to check for operational attributes by Daniel Willmann · 13 years ago
  13. 67e2f74 ctrl: Use strtol instead of atoi to detect conversion errors by Daniel Willmann · 13 years ago
  14. ccdc490 ctrl: Improve error messages in ctrl_cmd_handle by Daniel Willmann · 13 years ago
  15. 65e4168 ctrl: Change the paths to bts.%i. instead of bts%i by Daniel Willmann · 13 years ago
  16. b63c4be ctrl: Add a function to create the cmd by Holger Hans Peter Freyther · 13 years ago
  17. 5fff97f ctrl: Do not allow to set the RF Lock for a single trx by Holger Hans Peter Freyther · 13 years ago
  18. e3e4f9c osmo-bsc: Move location command to bts node and use the bts location by Daniel Willmann · 13 years ago
  19. d70ea4d osmo-bsc: Change variable name to better reflect current/last location by Daniel Willmann · 13 years ago
  20. 4caacdf osmo-nitb: Fix a warning about undefined reference by Daniel Willmann · 13 years ago
  21. b09d1a8 gsm_data: Include a structure for the geographical location in gsm_bts by Daniel Willmann · 13 years ago
  22. 40f917f libctrl: Improve error handling if controlif setup fails by Daniel Willmann · 13 years ago
  23. 5c5bfc4 osmo-bsc: Put the control commands in osmo_bsc_ctrl.c by Daniel Willmann · 13 years ago
  24. 91914cb libctrl: Mark the cmd set/get/verify functions static by Daniel Willmann · 13 years ago
  25. 4af1125 nat: Fix error in get_next_free_bsc_id by Daniel Willmann · 13 years ago
  26. 1b7e0c0 osmo-bsc: Change the net.location format by Daniel Willmann · 13 years ago
  27. c61beef libctrl: Don't overwrite error reply if the verify function sets one by Daniel Willmann · 13 years ago
  28. 691a689 libctrl: Bind control interface to localhost by Daniel Willmann · 13 years ago
  29. 9748a9c osmo-bsc: Only send a TRAP if the location changes by Daniel Willmann · 13 years ago
  30. d13f32c osmo-bsc: Allow location tstamp to be zero if fix is invalid by Daniel Willmann · 13 years ago
  31. 505ccab contrib/bsc_control.py: Patch by Holger to handle connection resets by Daniel Willmann · 13 years ago
  32. 58534aa osmo-nitb: Update control interface API in osmo-nitb by Daniel Willmann · 13 years ago
  33. 73f3f28 nat: Add support for traps to the nat by Daniel Willmann · 13 years ago
  34. d280f2d osmo-bsc: Add support for traps to the location command by Daniel Willmann · 13 years ago
  35. 72feed7 libctrl: Add trap helper function by Daniel Willmann · 13 years ago
  36. e7a75b6 libctrl: Add function ctrl_cmd_send_to_all by Daniel Willmann · 13 years ago
  37. 81671d5 libctrl: Change controlif_setup so it returns the ctrl handle by Daniel Willmann · 13 years ago
  38. 145c58d libctrl: Keep track of connections in struct ctrl_handle by Daniel Willmann · 13 years ago
  39. f997e56 libctrl: Use DCTRL as logging destination in libctrl by Daniel Willmann · 13 years ago
  40. f31dd86 TRAU: Properly initialize idle frames by Dieter Spaar · 13 years ago
  41. 402cced BSC VTY: Accept MNC of 0-999, as 0 is a valid MNC by Dieter Spaar · 13 years ago
  42. eabb6e3 RSL: Fix erroneous GSM48_IE_CHANDESC_2 in rsl_chan_activate_lchan() by Dieter Spaar · 13 years ago
  43. 1f447fb LLC: Fix format string by Dieter Spaar · 13 years ago
  44. 4b2ed35 GPRS: Fix buffer overflow in case of very long MS RA CAP IE by Harald Welte · 13 years ago
  45. 074b2b2 smsqueue: There was a race/bug with a booting phone, paging and LU by Holger Hans Peter Freyther · 13 years ago
  46. b226864 fix some header file related issues preventing lcr from compiling by Harald Welte · 13 years ago
  47. d455ebe Merge branch 'daniel/controlif' by Holger Hans Peter Freyther · 13 years ago
  48. 8d9876e osmo-bsc: Only keep the newest of subsequent invalid positions by Daniel Willmann · 13 years ago
  49. 3118191 osmo_bsc: Track the last three locations. by Daniel Willmann · 13 years ago
  50. fa2218c osmo-bsc: Add valid field to location command by Daniel Willmann · 13 years ago
  51. 6d718c0 osmo-bsc: Improve return handling in verify_net_loc by Daniel Willmann · 13 years ago
  52. 44fb151 osmo-bsc: Compare char * with NULL instead of 0 by Daniel Willmann · 13 years ago
  53. 1c33d4c libcommon: Add DCTRL logging destination for libctrl related messages by Daniel Willmann · 13 years ago
  54. fc83a36 libctrl: Use inttypes.h macros to make uint64_t printfs portable. by Daniel Willmann · 13 years ago
  55. 31f5f71 paging: Add method to find the paging data for a given subscriber by Holger Hans Peter Freyther · 13 years ago
  56. 0e412c7 bsc: Correct the cast for the signal data by Holger Hans Peter Freyther · 13 years ago
  57. 74db774 mgcp: Implement RSIP based on a trunk level by Holger Hans Peter Freyther · 13 years ago
  58. 9b9a171 bsc: Fix a memory leak when the BSC is not allowed to open a connection by Holger Hans Peter Freyther · 13 years ago
  59. 5e3bbba bsc: Call the RF Control interface ctrl all the way by Holger Hans Peter Freyther · 13 years ago
  60. fe1ca35 bts-init: Initialize the BTS like it will look after a reset by Holger Hans Peter Freyther · 13 years ago
  61. 95fd72b misc: Remove the osmocom/core/process.h include by Holger Hans Peter Freyther · 13 years ago
  62. d010eb4 ipaccess-firmware: Fix dumping the wrong header fields by Holger Hans Peter Freyther · 13 years ago
  63. 74902c5 sgsn_libgtp: remove bogus unreached second return statement by Harald Welte · 13 years ago
  64. baf7700 sgsn_main: add comment about exit statement never reached by Harald Welte · 13 years ago
  65. f6b606f gprs_gmm: ctx cannot be null, so remove check by Harald Welte · 13 years ago
  66. cd367b9 gprs_bssgp_util.c: orig_msg == NULL is not supported by Harald Welte · 13 years ago
  67. d4ab13b ipaccess-proxy: use ANSI function declarations (void) by Harald Welte · 13 years ago
  68. 36ac775 ipaccess-proxy: fix array bounds problem by Harald Welte · 13 years ago
  69. 5b3c05d bs11_config: fix array bounds problem by using value_string by Harald Welte · 13 years ago
  70. 258c713 gsm_04_11: use 'unsigned int sms_alphabet' to include 0xffffffff by Harald Welte · 13 years ago
  71. d1476bc db: use ANSI (void) function declarations by Harald Welte · 13 years ago
  72. 2c5f4c6 db: fix Smatch warnings by Harald Welte · 13 years ago
  73. 46324cc bsc_vty: Fix some Smatch warnings by Harald Welte · 13 years ago
  74. 142c4b8 abis_nm: fix signedness error (uint8_t len cannot be negative) by Harald Welte · 13 years ago
  75. 7017fa7 [bsc-nat] ctrlif: use llist_entry() macro and fix overly-long lines by Harald Welte · 13 years ago
  76. f071e16 [bsc-nat] ctrlif: save ourselves one level of indentation by Harald Welte · 13 years ago
  77. 6552047 [bsc-nat] ctrlif: use the 'err' label consistently by Harald Welte · 13 years ago
  78. f8e49dd bsc-nat: ctrlif: split out handle_ctrlif_msg() from ipaccess_bsc_read_cb() by Harald Welte · 13 years ago
  79. 1b5e5c3 controlif: declare controlif_setup() in control_cmd.h by Harald Welte · 13 years ago
  80. f505f5d controlif: Adapt to minor data structure change regarding nm_state by Harald Welte · 13 years ago
  81. 0725291 Merge branch 'daniel_ctrlif' by Harald Welte · 13 years ago
  82. a86bc39 nat: Use libctrl and add command forwarding to osmo-bsc by Daniel Willmann · 13 years ago
  83. fc5391f libctrl: Add ctrl_cmd_cpy() to copy a command by Daniel Willmann · 13 years ago
  84. bc07090 osmo_bsc: Add some libctrl commands by Daniel Willmann · 13 years ago
  85. f7d557c osmo_bsc: Use libctrl, handle ctrl cmds on port 4249 or from the nat by Daniel Willmann · 13 years ago
  86. e8aef2a bsc_hack: Use libctrl, listen on port 4249 by Daniel Willmann · 13 years ago
  87. 2c19263 libctrl: Add commands to query counters and rate_cntr by Daniel Willmann · 13 years ago
  88. e467929 libctrl: Add macros to help define commands by Daniel Willmann · 13 years ago
  89. 4462f8c Add libctrl, an SNMP-like control interface by Daniel Willmann · 14 years ago
  90. 203d865 Add example to communicate through the control interface by Daniel Willmann · 13 years ago
  91. 4bcc1c3 Add documentation for the control interface protocol by Daniel Willmann · 13 years ago
  92. 7d33bdf osmo-bsc: Some more logging (LOGL_INFO). by Harald Welte · 13 years ago
  93. 75413c4 osmo-bsc: Add missing return statement causing CIPH MODE REJ by Harald Welte · 13 years ago
  94. 376f782 osmo_bsc_msc: use DMI consistnetly for debugging packet payload by Harald Welte · 13 years ago
  95. cccd301 bsc/msc bssap: some logging clean-up by Harald Welte · 13 years ago
  96. 9f32a8a use the recently introduced gsm0808_bssmap_name() of libosmogsm by Harald Welte · 13 years ago
  97. a0d9db9 add sample osmo-bsc configuration file by Harald Welte · 13 years ago
  98. 3d331c0 misc: Link to libosmogsm after adding our static libraries by Holger Hans Peter Freyther · 13 years ago
  99. f5bbb1e misc: Link to -ldbi after adding our static libraries by Holger Hans Peter Freyther · 13 years ago
  100. 784ca9c bsc: Require osmo-sccp 0.0.6 and update the API by Holger Hans Peter Freyther · 13 years ago