1. 387a85c bsc: Allow to configure more than one MSC in the VTY by Holger Hans Peter Freyther · 13 years ago
  2. 86ed0d6 msc: Only kill connections belonging to the given MSC by Holger Hans Peter Freyther · 13 years ago
  3. 165dc7a osmo-bsc: Command bts_connection_status with TRAPS by Daniel Willmann · 13 years ago
  4. 1c2e078 osmo-bsc: Introduce command msc_connection_status and send TRAPs for it by Daniel Willmann · 13 years ago
  5. ef2c988 nat: Change the ctrl command path by Daniel Willmann · 13 years ago
  6. bcc2a1c libctrl, osmo-bsc: Get rid of net prefix by Daniel Willmann · 13 years ago
  7. ffbdc36 osmo-bsc: Include rf statistics in the location-state TRAP as well by Daniel Willmann · 13 years ago
  8. 8cf51d1 osmo-bsc: Prepare to send more than just the location in the TRAP by Daniel Willmann · 13 years ago
  9. 77f808b ctrl: Use strtol instead of atoi to detect conversion errors by Daniel Willmann · 13 years ago
  10. 7b5ef01 ctrl: Improve error messages in ctrl_cmd_handle by Daniel Willmann · 13 years ago
  11. f760889 ctrl: Change the paths to bts.%i. instead of bts%i by Daniel Willmann · 13 years ago
  12. fbbcc14 ctrl: Do not allow to set the RF Lock for a single trx by Holger Hans Peter Freyther · 13 years ago
  13. ff2c204 osmo-bsc: Change variable name to better reflect current/last location by Daniel Willmann · 13 years ago
  14. 8c3483f gsm_data: Include a structure for the geographical location in gsm_bts by Daniel Willmann · 13 years ago
  15. 6eb756f ctrl: Improve error handling if controlif setup fails by Daniel Willmann · 13 years ago
  16. fae4661 osmo-bsc: Put the control commands in osmo_bsc_ctrl.c by Daniel Willmann · 13 years ago
  17. 6401740 osmo-bsc: Only send a TRAP if the location changes by Daniel Willmann · 13 years ago
  18. f8cda4c osmo-bsc: Add support for traps to the location command by Daniel Willmann · 13 years ago
  19. ecedf92 osmo-bsc: Allow location tstamp to be zero if fix is invalid by Daniel Willmann · 13 years ago
  20. 7e97a3c osmo-nitb: Update control interface API in osmo-nitb by Daniel Willmann · 13 years ago
  21. e9fbf0b nat: Add support for traps to the nat by Daniel Willmann · 13 years ago
  22. 95dd9d3 libctrl: Add function ctrl_cmd_send_to_all by Daniel Willmann · 13 years ago
  23. b9c0264 libctrl: Add trap helper function by Daniel Willmann · 13 years ago
  24. 5c3bad9 libctrl: Change controlif_setup so it returns the ctrl handle by Daniel Willmann · 13 years ago
  25. 7f1586f libctrl: Keep track of connections in struct ctrl_handle by Daniel Willmann · 13 years ago
  26. d8dd27a bts_hsl_femtocell.c: Use PRIx64 to printf the uint64_t by Holger Hans Peter Freyther · 12 years ago
  27. b8d5ca5 mgcp_network.c: Address compiler warning on return by Holger Hans Peter Freyther · 12 years ago
  28. 9f87bee bsc_init: Initialize rc on all paths to address a compiler warning by Holger Hans Peter Freyther · 12 years ago
  29. 1a9f3ee misc: Address compiler warning on unused variables by Holger Hans Peter Freyther · 12 years ago
  30. dec95b3 gsm_data: Address compiler warning of unhandled switch by Holger Hans Peter Freyther · 12 years ago
  31. 950629d OM2000: don't silently send CON/IS/TF configuration request by Harald Welte · 12 years ago
  32. d62d8af RBS2000: Don't sent IS configuration if we want to config TF by Harald Welte · 12 years ago
  33. fc0324f OM2000: make sure to route messages to IXU/DXU over BTS oml link by Harald Welte · 12 years ago
  34. 62af940 OM2000: don't signal operational state for a unknown MO by Harald Welte · 12 years ago
  35. ffc035c contrib: Add some SQL statements to remove old subscribers by Holger Hans Peter Freyther · 12 years ago
  36. e75a47d RSL: Add basic support for CSD transparent mode by Harald Welte · 12 years ago
  37. c69ba6a reimplement chan_compat_with_mode() to take care of CSD by Harald Welte · 12 years ago
  38. 12be46e bsc_api: Invert logic of chan_compat_with_mode() by Harald Welte · 12 years ago
  39. 050e543 Add init script to osmocom-sgsn package. by Eric Butler · 12 years ago
  40. e3fbe64 osmocom-nitb debian package improvements. by Eric Butler · 12 years ago
  41. 111027e Start osmocom-nitb with HLR path and RTP proxy enabled (debian package). by Eric Butler · 12 years ago
  42. e6d5f0f Fix init script. by Eric Butler · 12 years ago
  43. 66a6021 Fix libdbi package dependency by Eric Butler · 12 years ago
  44. f04324a Use package version since git info won't be available. by Eric Butler · 12 years ago
  45. 3707448 Update debian package. by Eric Butler · 12 years ago
  46. 45362bb VTY: improve VTY prompt and make sure exit/end works everywhere by Harald Welte · 12 years ago
  47. 85a77b1 VTY: dynamically create BTS "type" command syntax by Harald Welte · 12 years ago
  48. 2af06cb BSC VTY: use numeric ranges for bts/trx/timeslot numbers by Harald Welte · 12 years ago
  49. 2addf85 dynamically generate a proper VTY reference for phys_chan_config by Harald Welte · 12 years ago
  50. 764c8e1 ... and more VTY help fixes by Harald Welte · 12 years ago
  51. fa2015f Some more VTY documentation / help fixes by Harald Welte · 12 years ago
  52. 557f399 complete the VTY help messages so we don't get "null" in the manual by Harald Welte · 12 years ago
  53. 2ec3a7b abis_nm: Add function abis_nm_get_attr() to get attributes from BTS by Harald Welte · 12 years ago
  54. bff7c1b docs: Do not remove too much from of the dumped online help by Holger Hans Peter Freyther · 12 years ago
  55. d72065a doc: Document a shortcoming of the current OML code by Holger Hans Peter Freyther · 12 years ago
  56. 8d9b480 contrib: Create a script that opens a SIP session before by Holger Hans Peter Freyther · 12 years ago
  57. 7da038d contrib: Move the shared code into a new file by Holger Hans Peter Freyther · 12 years ago
  58. 5d810c3 contrib: Make the RTPReplay a a class so it can be shared by Holger Hans Peter Freyther · 12 years ago
  59. f85166d typo: Mandantory -> Mandatory.. a common typo of mine by Holger Hans Peter Freyther · 12 years ago
  60. b6f053c gb: suspend_ref was changed to a plain uint8_t, update the code by Holger Hans Peter Freyther · 12 years ago
  61. 031f471 nat: Document all parameters of the VTY commands by Holger Hans Peter Freyther · 12 years ago
  62. 1e49cc9 mgcp: Make sure "no rtcp-omit" is fully documented by Holger Hans Peter Freyther · 12 years ago
  63. 2e699a5 misc: Introduce a script tha generates the VTY reference by Holger Hans Peter Freyther · 12 years ago
  64. 2984422 libbsc: Add documentation to MM INFO, LAC, TSC, CI by Holger Hans Peter Freyther · 12 years ago
  65. e6a500e nitb: Document missing parameters, reword documentation, combine param by Holger Hans Peter Freyther · 12 years ago
  66. d4f2166 MSC 04.08: RRLP messages are DRR, not DNM ! by Harald Welte · 12 years ago
  67. 35f4d72 BSC API: Don't treat a RRLP message as NOTICE event by Harald Welte · 12 years ago
  68. 095b3de SGSN: Code to help debug / fix sgsn crash in cb_data_ind() by Harald Welte · 12 years ago
  69. d8765b9 add some comments regarding the free() / release of pdp contextx by Harald Welte · 12 years ago
  70. 5c3abf9 move BTS-specific timezone override into sub-structure by Harald Welte · 12 years ago
  71. 07ccb9c handover: Not finding a HO record on CHAN ACT NACK is not an error by Harald Welte · 12 years ago
  72. e9db44d msc: Attempt to release the lchan immediately on IMSI Detach by Holger Hans Peter Freyther · 12 years ago
  73. 2609601 GPRS LLC: fix segfault when transmitting downlink unit-data without mmctx by Harald Welte · 12 years ago
  74. 55ff936 BSC VTY: Allow encryption to be set to A5/3 by Harald Welte · 12 years ago
  75. 35ac0e4 BSC: introduce new "sysmobts" BTS model by Harald Welte · 12 years ago
  76. 50290cc pre-fix measurement reports with subscriber identity by Harald Welte · 12 years ago
  77. 1c6955a gsm_data_shared: add structure for decoded parameters of RLC config by Harald Welte · 12 years ago
  78. bd0a9d6 ipaccess: some more comments on timer values by Harald Welte · 12 years ago
  79. 6e96c33 use new external libosmogb (part of libosmocore.git) by Harald Welte · 12 years ago
  80. e053156 libgb: separate header files related to spec and implementation by Harald Welte · 12 years ago
  81. a084f12 libgb: make sure all BSSGP functions have bssgp_ prefix by Harald Welte · 12 years ago
  82. 40b2575 libgb/gprs: don't use log_info from libcommon anymore by Harald Welte · 12 years ago
  83. a529c07 libgb: prefix all NS related functions with gprs_ by Harald Welte · 12 years ago
  84. a62e9fe libgb: don't call directly into GMM / LLC layer by Harald Welte · 12 years ago
  85. 1e8b946 libgb: remove dependency of BSSGP to include sgsn/gmm internal structs by Harald Welte · 12 years ago
  86. 75b4f48 update .gitignore by Harald Welte · 12 years ago
  87. deb9017 libgb: Remove dependency to openbsc/debug.h by Harald Welte · 12 years ago
  88. 1d12338 libgb: remove dependencies to openbsc/vty.h and openbsc/gsm_data.h by Harald Welte · 12 years ago
  89. 7ed98e3 libgb: Use library SS_L_NS instead lf local SS_NS by Harald Welte · 12 years ago
  90. 14f112a libgb: move GPRS specific msgb CB definitions to separate header by Harald Welte · 12 years ago
  91. cfb6b28 split libgb into a separate library for outside use by Harald Welte · 12 years ago
  92. dddccd4 gsm_data_shared: add handover related bits for osmo-bts by Harald Welte · 12 years ago
  93. 9b77f61 Allow VTY-based configuration of T3105 by Harald Welte · 12 years ago
  94. ab31d05 update year in copyright string by Harald Welte · 12 years ago
  95. ce80726 abis_rsl_rcvmsg(): Fix msgb memory leak in error path by Harald Welte · 12 years ago
  96. de896da vty / cfg_bts_tsc: TSC range is 0..7, not 0..255 by Harald Welte · 12 years ago
  97. b609e1b rtp: Add a smalltalk script that can replay the state file. by Holger Hans Peter Freyther · 12 years ago
  98. fdad0d6 rtp: Add lua script to split a trace by SSRC/streams by Holger Hans Peter Freyther · 12 years ago
  99. 5faf1d3 nitb: Enable the external RF Control interface for the nitb application by Holger Hans Peter Freyther · 12 years ago
  100. 6403946 bsc: Move the osmo_bsc_rf file into the libbsc code and rename by Holger Hans Peter Freyther · 12 years ago