1. a26aeba db: use ANSI (void) function declarations by Harald Welte · 13 years ago
  2. b4660bd db: fix Smatch warnings by Harald Welte · 13 years ago
  3. e067d5d bsc_vty: Fix some Smatch warnings by Harald Welte · 13 years ago
  4. d198978 abis_nm: fix signedness error (uint8_t len cannot be negative) by Harald Welte · 13 years ago
  5. d405c8b [bsc-nat] ctrlif: use llist_entry() macro and fix overly-long lines by Harald Welte · 13 years ago
  6. 71cfca0 [bsc-nat] ctrlif: save ourselves one level of indentation by Harald Welte · 13 years ago
  7. 3069bda [bsc-nat] ctrlif: use the 'err' label consistently by Harald Welte · 13 years ago
  8. 8ba399e bsc-nat: ctrlif: split out handle_ctrlif_msg() from ipaccess_bsc_read_cb() by Harald Welte · 13 years ago
  9. 485cbcd controlif: declare controlif_setup() in control_cmd.h by Harald Welte · 13 years ago
  10. 0466ba4 controlif: Adapt to minor data structure change regarding nm_state by Harald Welte · 13 years ago
  11. 72b4643 Merge branch 'daniel_ctrlif' by Harald Welte · 13 years ago
  12. d078d26 nat: Use libctrl and add command forwarding to osmo-bsc by Daniel Willmann · 13 years ago
  13. ac950cb libctrl: Add ctrl_cmd_cpy() to copy a command by Daniel Willmann · 13 years ago
  14. c3e308d osmo_bsc: Add some libctrl commands by Daniel Willmann · 13 years ago
  15. 5a6cd37 osmo_bsc: Use libctrl, handle ctrl cmds on port 4249 or from the nat by Daniel Willmann · 13 years ago
  16. 74aa6b4 bsc_hack: Use libctrl, listen on port 4249 by Daniel Willmann · 13 years ago
  17. 84edde2 libctrl: Add commands to query counters and rate_cntr by Daniel Willmann · 13 years ago
  18. 398e4a2 libctrl: Add macros to help define commands by Daniel Willmann · 13 years ago
  19. 27da244 Add libctrl, an SNMP-like control interface by Daniel Willmann · 14 years ago
  20. 59073a1 Add example to communicate through the control interface by Daniel Willmann · 13 years ago
  21. 3899d25 Add documentation for the control interface protocol by Daniel Willmann · 14 years ago
  22. 98833af osmo-bsc: Some more logging (LOGL_INFO). by Harald Welte · 13 years ago
  23. b5cc92a osmo-bsc: Add missing return statement causing CIPH MODE REJ by Harald Welte · 13 years ago
  24. 6df4b8d osmo_bsc_msc: use DMI consistnetly for debugging packet payload by Harald Welte · 13 years ago
  25. 6e70c04 bsc/msc bssap: some logging clean-up by Harald Welte · 13 years ago
  26. d6985c1 use the recently introduced gsm0808_bssmap_name() of libosmogsm by Harald Welte · 13 years ago
  27. dcd2294 add sample osmo-bsc configuration file by Harald Welte · 13 years ago
  28. b7746cc misc: Link to libosmogsm after adding our static libraries by Holger Hans Peter Freyther · 13 years ago
  29. f22ed9e misc: Link to -ldbi after adding our static libraries by Holger Hans Peter Freyther · 13 years ago
  30. 80381e8 bsc: Require osmo-sccp 0.0.6 and update the API by Holger Hans Peter Freyther · 13 years ago
  31. 452119d properly reset the MO state of all MO on Abis disconnect by Harald Welte · 13 years ago
  32. 0e4f7dc add lchan->meas for BTS side code by Harald Welte · 13 years ago
  33. 2d0739e Revert "HACK: disable NM_ATTR for CELL GLOBAL ID for sysmo-bts" by Harald Welte · 13 years ago
  34. 280413b update debug_test with logging system changes by Harald Welte · 13 years ago
  35. a994fd4 make channel_test build again by Harald Welte · 13 years ago
  36. 3d8a8fd move gsm0502_calc_paging_group() to libosmocore by Harald Welte · 13 years ago
  37. 1c23b8d generalize function for calculation of the paging group by Harald Welte · 13 years ago
  38. ee3ce52 move gsm 05.02 related calculations into libosmocore by Harald Welte · 13 years ago
  39. f38b31c use new gsm48_number_of_paging_subchannels from libosmocore by Harald Welte · 13 years ago
  40. 2fa2797 system information related bits for osmo-bts by Harald Welte · 13 years ago
  41. 398091b osmo-bsc: bring in sync with recent NM MO changes by Harald Welte · 13 years ago
  42. e6d51f9 move {ts,lchan}2chan_nr() functions to gsm_data_shared.c by Harald Welte · 13 years ago
  43. dfacca5 HACK: disable NM_ATTR for CELL GLOBAL ID for sysmo-bts by Harald Welte · 13 years ago
  44. 4f215d0 add back-pointer for l1 as part of BTS role. by Harald Welte · 13 years ago
  45. bdd35aa initialize NM state for all objects to known state by Harald Welte · 13 years ago
  46. 4fd3894 gsm_data_shared: make sure to initialzie the MO obj_class/obj_inst by Harald Welte · 13 years ago
  47. 01f4d6b add mo->bts member so we can discover which BTS a MO belong sto by Harald Welte · 13 years ago
  48. c6ed928 move objclass2{nmstate,mo,}obj() to gsm_data_shared.c (and prefix) by Harald Welte · 13 years ago
  49. fe04bb9 gsm_data: don't free a bts that's not even allocated yet by Harald Welte · 13 years ago
  50. 912520c make sure to include gsm_data.h, not gsm_data_shared.h by Harald Welte · 13 years ago
  51. c788128 split gsm_data.c in gsm_data_shared.c and gsm_data.c by Harald Welte · 13 years ago
  52. 3481b23 abis_nm.h: Use osmocom/core/abis_nm.h by Harald Welte · 13 years ago
  53. 85771a4 Introduce per-ts TSC by Harald Welte · 13 years ago
  54. 69f6f81 gsm_data_shared: introduce 'struct gsm_abis_mo' by Harald Welte · 13 years ago
  55. 3da6b3f split gsm_data.h in gsm_data_shared.h and gsm_data.h by Harald Welte · 13 years ago
  56. 97c208b gsm_data: Use osmocom/gsm/sysinfo.h by Harald Welte · 13 years ago
  57. d6d1127 add HSL femtocell openbsc.cfg example by Harald Welte · 13 years ago
  58. 5444481 mgcp: Fix a typo in the function name by Holger Hans Peter Freyther · 13 years ago
  59. e1ea512 nat: Add VTY code to configure the SMSC rewriting by Holger Hans Peter Freyther · 13 years ago
  60. 1ed3927 nat: Look into the TPDU/SMS-SUBMIT and use the TP-DestAddress for matches by Holger Hans Peter Freyther · 13 years ago
  61. d240407 nat: Patch the destination SMS address of a message by Holger Hans Peter Freyther · 13 years ago
  62. 8f1ef5f nat: Move the common new message generation code into the base method by Holger Hans Peter Freyther · 13 years ago
  63. 1f58606 nat: Prepare to patch more than the CC Setup message by Holger Hans Peter Freyther · 13 years ago
  64. ed42b13 nat: Allow to have a regexp to match the MSISDN by Holger Hans Peter Freyther · 13 years ago
  65. c441819 nat: Add a test utility for the number rewriting by Holger Hans Peter Freyther · 13 years ago
  66. e73b6a9 nat: Allow to rewrite any non international number by Holger Hans Peter Freyther · 13 years ago
  67. b7cc497 nat: Refactor the number patching code into a new method by Holger Hans Peter Freyther · 13 years ago
  68. ce4e077 abis: Get the structs and values from libosmocore by Holger Hans Peter Freyther · 13 years ago
  69. f261765 misc: Provide a uninstall-hook to remove the extra files by Holger Hans Peter Freyther · 13 years ago
  70. 5b51749 move some more abis_nm related code into libosmocore by Harald Welte · 13 years ago
  71. 761c455 libabis: fix segfault on malformed ipaccess RSL link by Alexander Huemer · 13 years ago
  72. 046eb61 openbsc: update .gitignore by Alexander Huemer · 13 years ago
  73. 70daa08 openbsc: rename configure.in -> configure.ac by Alexander Huemer · 13 years ago
  74. 93ae2d6 openbsc: add missing AC_LANG_SOURCE for current autoconf by Alexander Huemer · 13 years ago
  75. 6b77f0f Move system information related defines and code to libosmocore by Harald Welte · 13 years ago
  76. 28dce91 prepare gsm_data.h header file sharing with osmo-bts by Harald Welte · 13 years ago
  77. 73e6994 abis_nm: Some more fall-out from the abis_nm move to libosmocore by Harald Welte · 13 years ago
  78. 306a889 abis_nm: fix some fallout regarding abis_nm migration to libosmocore by Harald Welte · 13 years ago
  79. c61a90e abis_nm: Move lots of generic definitions + code to libosmocore by Harald Welte · 13 years ago
  80. 1c41250 use new libosmogsm ip.access protocol header file by Harald Welte · 13 years ago
  81. 5bd96a7 bsc: on-demand setup of nanoBTS and HSL femto sockets by Pablo Neira Ayuso · 13 years ago
  82. 50da93b abis: add init function for emulated ipaccess/HSL emulated E1 input by Pablo Neira Ayuso · 13 years ago
  83. 4726e7e bsc: fix bail out in case of problems bootstrapping BTS or E1 input by Pablo Neira Ayuso · 13 years ago
  84. eaca15c abis: skip e1_input nesting if empty by Pablo Neira Ayuso · 13 years ago
  85. 5f89492 ipaccess: Fix the case of specifying the interface by Holger Hans Peter Freyther · 13 years ago
  86. 2c9e1cf nat: Use 'paging group' because we have paging forbidden. by Holger Hans Peter Freyther · 13 years ago
  87. 437879c ipaccess-find: Work without providing an interface name by Holger Hans Peter Freyther · 13 years ago
  88. 2d59cc6 misc: Use the osmo_init code for signals and logging by Holger Hans Peter Freyther · 13 years ago
  89. ceed684 debian: update Changelog by Harald Welte · 13 years ago
  90. e91a343 debian: examples can now be installed with a single line in .examples by Harald Welte · 13 years ago
  91. 02480a0 debian: bsc_nat is now called osmo-bsc_nat by Harald Welte · 13 years ago
  92. 9aaf8c5 add examples for osmocom-bsc by Harald Welte · 13 years ago
  93. ac86395 osmocom-nitb.init: remove reference to old bsc_hack by Harald Welte · 13 years ago
  94. 2d6f49d examples: automatically copy all examples in dist and install it to docdir by Harald Welte · 13 years ago
  95. 10a2684 move config file examples to doc/examples/ by Harald Welte · 13 years ago
  96. 2f35a9f add git-version-gen script to EXTRA_DIST by Harald Welte · 13 years ago
  97. 901b8c3 gprs: Add a lua script to collect buffers on the downlink. by Holger Hans Peter Freyther · 13 years ago
  98. 4d109ff configure.in: Require libosmocore >= 0.3.0 for namespace changes by Harald Welte · 13 years ago
  99. 1a91e67 src: rename msg_entr* to osmo_config_* by Pablo Neira Ayuso · 13 years ago
  100. b1d5a69 src: use namespace prefix osmo_* for misc utils by Pablo Neira Ayuso · 13 years ago