1. 9d2f377 NOKIA: move 'conf' and 'bts_type' into 'struct gsm_bts' by Harald Welte · 13 years ago
  2. cde5794 NOKIA: Some more whitespace changes by Harald Welte · 13 years ago
  3. bda367c Nokia: Coding style by Harald Welte · 13 years ago
  4. 1664602 Initial version of Support for Nokia *Site BTS by Dieter Spaar · 13 years ago
  5. e5215b5 04.08 / MNCC: elevate error messages to LOGL_ERROR by Harald Welte · 13 years ago
  6. 6e4c26a LAPD: Use proper log levels and prefix all messages with LAPD by Harald Welte · 13 years ago
  7. 52a0b12 LAPD: Remove all calls to 'assert' from the code by Harald Welte · 13 years ago
  8. 0b69bc3 DAHDI: Fix case where we have multiple E1 ports/cards (spans) by Harald Welte · 13 years ago
  9. cdf76cf GPRS: Fix the parsing/interpretation of the PDP CTX status IE by Harald Welte · 13 years ago
  10. 901d57d Merge branch 'master' of git.osmocom.org:openbsc by Harald Welte · 13 years ago
  11. f31dd86 TRAU: Properly initialize idle frames by Dieter Spaar · 13 years ago
  12. 402cced BSC VTY: Accept MNC of 0-999, as 0 is a valid MNC by Dieter Spaar · 13 years ago
  13. eabb6e3 RSL: Fix erroneous GSM48_IE_CHANDESC_2 in rsl_chan_activate_lchan() by Dieter Spaar · 13 years ago
  14. 1f447fb LLC: Fix format string by Dieter Spaar · 13 years ago
  15. 4b2ed35 GPRS: Fix buffer overflow in case of very long MS RA CAP IE by Harald Welte · 13 years ago
  16. 074b2b2 smsqueue: There was a race/bug with a booting phone, paging and LU by Holger Hans Peter Freyther · 13 years ago
  17. 07b7bd7 TRAU mux: add some comment to the source of the gsm_fr_map by Harald Welte · 13 years ago
  18. b226864 fix some header file related issues preventing lcr from compiling by Harald Welte · 13 years ago
  19. 8d9876e osmo-bsc: Only keep the newest of subsequent invalid positions by Daniel Willmann · 13 years ago
  20. 3118191 osmo_bsc: Track the last three locations. by Daniel Willmann · 13 years ago
  21. fa2218c osmo-bsc: Add valid field to location command by Daniel Willmann · 13 years ago
  22. 6d718c0 osmo-bsc: Improve return handling in verify_net_loc by Daniel Willmann · 13 years ago
  23. 44fb151 osmo-bsc: Compare char * with NULL instead of 0 by Daniel Willmann · 13 years ago
  24. 1c33d4c libcommon: Add DCTRL logging destination for libctrl related messages by Daniel Willmann · 13 years ago
  25. fc83a36 libctrl: Use inttypes.h macros to make uint64_t printfs portable. by Daniel Willmann · 13 years ago
  26. 31f5f71 paging: Add method to find the paging data for a given subscriber by Holger Hans Peter Freyther · 13 years ago
  27. 0e412c7 bsc: Correct the cast for the signal data by Holger Hans Peter Freyther · 13 years ago
  28. 74db774 mgcp: Implement RSIP based on a trunk level by Holger Hans Peter Freyther · 13 years ago
  29. 9b9a171 bsc: Fix a memory leak when the BSC is not allowed to open a connection by Holger Hans Peter Freyther · 13 years ago
  30. 5e3bbba bsc: Call the RF Control interface ctrl all the way by Holger Hans Peter Freyther · 13 years ago
  31. fe1ca35 bts-init: Initialize the BTS like it will look after a reset by Holger Hans Peter Freyther · 13 years ago
  32. 95fd72b misc: Remove the osmocom/core/process.h include by Holger Hans Peter Freyther · 13 years ago
  33. d010eb4 ipaccess-firmware: Fix dumping the wrong header fields by Holger Hans Peter Freyther · 13 years ago
  34. 74902c5 sgsn_libgtp: remove bogus unreached second return statement by Harald Welte · 13 years ago
  35. baf7700 sgsn_main: add comment about exit statement never reached by Harald Welte · 13 years ago
  36. f6b606f gprs_gmm: ctx cannot be null, so remove check by Harald Welte · 13 years ago
  37. cd367b9 gprs_bssgp_util.c: orig_msg == NULL is not supported by Harald Welte · 13 years ago
  38. d4ab13b ipaccess-proxy: use ANSI function declarations (void) by Harald Welte · 13 years ago
  39. 36ac775 ipaccess-proxy: fix array bounds problem by Harald Welte · 13 years ago
  40. 5b3c05d bs11_config: fix array bounds problem by using value_string by Harald Welte · 13 years ago
  41. 258c713 gsm_04_11: use 'unsigned int sms_alphabet' to include 0xffffffff by Harald Welte · 13 years ago
  42. d1476bc db: use ANSI (void) function declarations by Harald Welte · 13 years ago
  43. 2c5f4c6 db: fix Smatch warnings by Harald Welte · 13 years ago
  44. 46324cc bsc_vty: Fix some Smatch warnings by Harald Welte · 13 years ago
  45. 142c4b8 abis_nm: fix signedness error (uint8_t len cannot be negative) by Harald Welte · 13 years ago
  46. 7017fa7 [bsc-nat] ctrlif: use llist_entry() macro and fix overly-long lines by Harald Welte · 13 years ago
  47. f071e16 [bsc-nat] ctrlif: save ourselves one level of indentation by Harald Welte · 13 years ago
  48. 6552047 [bsc-nat] ctrlif: use the 'err' label consistently by Harald Welte · 13 years ago
  49. f8e49dd bsc-nat: ctrlif: split out handle_ctrlif_msg() from ipaccess_bsc_read_cb() by Harald Welte · 13 years ago
  50. 1b5e5c3 controlif: declare controlif_setup() in control_cmd.h by Harald Welte · 13 years ago
  51. f505f5d controlif: Adapt to minor data structure change regarding nm_state by Harald Welte · 13 years ago
  52. a86bc39 nat: Use libctrl and add command forwarding to osmo-bsc by Daniel Willmann · 13 years ago
  53. fc5391f libctrl: Add ctrl_cmd_cpy() to copy a command by Daniel Willmann · 13 years ago
  54. bc07090 osmo_bsc: Add some libctrl commands by Daniel Willmann · 13 years ago
  55. f7d557c osmo_bsc: Use libctrl, handle ctrl cmds on port 4249 or from the nat by Daniel Willmann · 13 years ago
  56. e8aef2a bsc_hack: Use libctrl, listen on port 4249 by Daniel Willmann · 13 years ago
  57. 2c19263 libctrl: Add commands to query counters and rate_cntr by Daniel Willmann · 13 years ago
  58. 4462f8c Add libctrl, an SNMP-like control interface by Daniel Willmann · 14 years ago
  59. 7d33bdf osmo-bsc: Some more logging (LOGL_INFO). by Harald Welte · 13 years ago
  60. 75413c4 osmo-bsc: Add missing return statement causing CIPH MODE REJ by Harald Welte · 13 years ago
  61. 376f782 osmo_bsc_msc: use DMI consistnetly for debugging packet payload by Harald Welte · 13 years ago
  62. cccd301 bsc/msc bssap: some logging clean-up by Harald Welte · 13 years ago
  63. 9f32a8a use the recently introduced gsm0808_bssmap_name() of libosmogsm by Harald Welte · 13 years ago
  64. f5bbb1e misc: Link to -ldbi after adding our static libraries by Holger Hans Peter Freyther · 13 years ago
  65. 784ca9c bsc: Require osmo-sccp 0.0.6 and update the API by Holger Hans Peter Freyther · 13 years ago
  66. b784998 properly reset the MO state of all MO on Abis disconnect by Harald Welte · 13 years ago openbsc/0.9.14
  67. e86b3eb Revert "HACK: disable NM_ATTR for CELL GLOBAL ID for sysmo-bts" by Harald Welte · 13 years ago
  68. c90499b move gsm0502_calc_paging_group() to libosmocore by Harald Welte · 13 years ago
  69. 1cf43ec generalize function for calculation of the paging group by Harald Welte · 13 years ago
  70. bc82f92 move gsm 05.02 related calculations into libosmocore by Harald Welte · 13 years ago
  71. 457a081 use new gsm48_number_of_paging_subchannels from libosmocore by Harald Welte · 13 years ago
  72. 1a07e21 osmo-bsc: bring in sync with recent NM MO changes by Harald Welte · 13 years ago
  73. f6093a4 move {ts,lchan}2chan_nr() functions to gsm_data_shared.c by Harald Welte · 13 years ago
  74. 8b65ab9 HACK: disable NM_ATTR for CELL GLOBAL ID for sysmo-bts by Harald Welte · 13 years ago
  75. df68028 initialize NM state for all objects to known state by Harald Welte · 13 years ago
  76. 850dc6b gsm_data_shared: make sure to initialzie the MO obj_class/obj_inst by Harald Welte · 13 years ago
  77. 32bc116 add mo->bts member so we can discover which BTS a MO belong sto by Harald Welte · 13 years ago
  78. 978714d move objclass2{nmstate,mo,}obj() to gsm_data_shared.c (and prefix) by Harald Welte · 13 years ago
  79. 2830764 gsm_data: don't free a bts that's not even allocated yet by Harald Welte · 13 years ago
  80. 5ac0179 make sure to include gsm_data.h, not gsm_data_shared.h by Harald Welte · 13 years ago
  81. 3300c01 split gsm_data.c in gsm_data_shared.c and gsm_data.c by Harald Welte · 13 years ago
  82. 135a648 Introduce per-ts TSC by Harald Welte · 13 years ago
  83. d64c0bc gsm_data_shared: introduce 'struct gsm_abis_mo' by Harald Welte · 13 years ago
  84. 9bdf5a9 mgcp: Fix a typo in the function name by Holger Hans Peter Freyther · 13 years ago
  85. e36b487 nat: Add VTY code to configure the SMSC rewriting by Holger Hans Peter Freyther · 13 years ago
  86. acc4031 nat: Look into the TPDU/SMS-SUBMIT and use the TP-DestAddress for matches by Holger Hans Peter Freyther · 13 years ago
  87. 9c20571 nat: Patch the destination SMS address of a message by Holger Hans Peter Freyther · 13 years ago
  88. 2e2ff34 nat: Move the common new message generation code into the base method by Holger Hans Peter Freyther · 13 years ago
  89. df8e6e9 nat: Prepare to patch more than the CC Setup message by Holger Hans Peter Freyther · 13 years ago
  90. ad75eab nat: Allow to have a regexp to match the MSISDN by Holger Hans Peter Freyther · 13 years ago
  91. 1d54c40 nat: Allow to rewrite any non international number by Holger Hans Peter Freyther · 13 years ago
  92. 20102b0 nat: Refactor the number patching code into a new method by Holger Hans Peter Freyther · 13 years ago
  93. f2c1f25 abis: Get the structs and values from libosmocore by Holger Hans Peter Freyther · 13 years ago
  94. 4e4fa4c move some more abis_nm related code into libosmocore by Harald Welte · 13 years ago
  95. 792edeb libabis: fix segfault on malformed ipaccess RSL link by Alexander Huemer · 13 years ago
  96. 80cffaf Move system information related defines and code to libosmocore by Harald Welte · 13 years ago
  97. f142c97 prepare gsm_data.h header file sharing with osmo-bts by Harald Welte · 13 years ago
  98. cdc59ff abis_nm: Some more fall-out from the abis_nm move to libosmocore by Harald Welte · 13 years ago
  99. 867d9f3 abis_nm: fix some fallout regarding abis_nm migration to libosmocore by Harald Welte · 13 years ago
  100. 15c6172 abis_nm: Move lots of generic definitions + code to libosmocore by Harald Welte · 13 years ago