1. 025e6c9 TSC: Add new gsm_ts_tsc() function to resolve TSC of TS by Harald Welte · 10 years ago
  2. 82094c3 Make gsm48_lchan2chan_desc() reflect a ts-specific TSC by Harald Welte · 10 years ago
  3. 6bc0d0b bsc: Move gsm48_tx_mm_serv_ack/rej to gsm_04_08_utils.c by Jacob Erlbeck · 11 years ago
  4. cca7203 libbsc: Fix DL QUAL decoding from measurement reports by Sylvain Munaut · 12 years ago
  5. 969a405 lchan: Introduce T3109 handling for the release procedure by Holger Hans Peter Freyther · 13 years ago
  6. 88c9bba src: use new msg->dst pointer instead of deprecated msg->trx by Pablo Neira Ayuso · 13 years ago
  7. 5d977a8 fix some header file related issues preventing lcr from compiling by Harald Welte · 13 years ago
  8. e6d51f9 move {ts,lchan}2chan_nr() functions to gsm_data_shared.c by Harald Welte · 13 years ago
  9. b1d5a69 src: use namespace prefix osmo_* for misc utils by Pablo Neira Ayuso · 13 years ago
  10. 1c45074 src: use namespace prefix osmo_counter* by Pablo Neira Ayuso · 13 years ago
  11. 7eb8a9a misc: Move from u_int to uint types of stdint.h by Holger Hans Peter Freyther · 13 years ago
  12. dd5fff4 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  13. 3d1aaac prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/bsc/gsm_04_08_utils.c]
  14. 4f272cc re-structure the OpenBSC directory layout by Harald Welte · 13 years ago[Renamed from openbsc/src/gsm_04_08_utils.c]
  15. 30f93fb Fix various compiler warnings all over the code by Harald Welte · 13 years ago
  16. 0e3e88e License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  17. ecf3139 gsm_04_08_utils: Fix Channel Request mode for e0/e0 and neci=1 by Sylvain Munaut · 14 years ago
  18. 3463f1b misc: Include abis_rsl.h to remove some compiler warnings by Holger Hans Peter Freyther · 14 years ago
  19. 7a8f881 paging: Dispatch the SS_PAGING signals at the MSC code level by Sylvain Munaut · 14 years ago
  20. b7b6e78 paging: Give the msgb that caused paging_stop up to the paging callback by Sylvain Munaut · 14 years ago
  21. b6b9d70 chan: Add configuration to handle paging any with TCH by Holger Hans Peter Freyther · 14 years ago
  22. f0f37f1 chan: Store the to be assigned channel type in the GSM Network. by Holger Hans Peter Freyther · 14 years ago
  23. 0b83e54 bsc_api: Remove the lchan usage from the Paging Response handling. by Holger Hans Peter Freyther · 14 years ago
  24. 6332a8a [BSC] Hopping: Add MA IE to ASS CMD, IMM ASS CMD and HO CMD by Harald Welte · 14 years ago
  25. a42a93f [BSC] Implement per-timeslot ARFCN lists for frequency hopping by Harald Welte · 14 years ago
  26. d3aaf66 bsc_api: Make paging/silent call work with the subscriber_connection by Holger Hans Peter Freyther · 14 years ago
  27. 8073cbd gsm48: Split LU Reject sending and generation into two. by Holger Hans Peter Freyther · 14 years ago
  28. a44eea5 gsm48: Separate CM Service Reject sending and creation. by Holger Hans Peter Freyther · 14 years ago
  29. 5bc4d1d bsc_api: Move most of GSM0408 to the DTAP API... by Holger Hans Peter Freyther · 14 years ago
  30. 088ca3a gsm48: Add a generic MI from classmark+mi extraction. by Holger Hans Peter Freyther · 14 years ago
  31. a943b2a gsm48: Add size checks to the paging response mi parsing. by Holger Hans Peter Freyther · 14 years ago
  32. 0c279bb gsm0408: Use counter_inc to increment the counter. by Holger Hans Peter Freyther · 14 years ago
  33. d828519 make gsm48_msgb_alloc() a static inline function by Harald Welte · 14 years ago
  34. a758838 remove gsm48_mi_to_string() as it is now in libosmocore 0.1.3 by Harald Welte · 14 years ago
  35. 4009da4 lchan: Change transaction to work on the GSM Subscriber Connection by Holger Hans Peter Freyther · 14 years ago
  36. 065b811 lchan: Create a structure for MSC data of the lchan by Holger Hans Peter Freyther · 14 years ago
  37. b30935e convert openbsc to use libosmocore-0.1.1 API by Harald Welte · 14 years ago
  38. d8493ac move some gsm48 utility functions to libosmocore by Harald Welte · 14 years ago
  39. f4625b1 split 'libosmocore' from openbsc codebase by Harald Welte · 14 years ago
  40. bed3aab [gsm48] Use optional Chan Mode 1 for the assignment command by Holger Hans Peter Freyther · 14 years ago
  41. 2975453 [gsm48] Allow to send the assignment command on a different lchan by Holger Hans Peter Freyther · 14 years ago
  42. 4ff936f [signal] Differentiate paging success from expiration in SS_PAGING by Sylvain Munaut · 15 years ago
  43. fe43b11 [meas rep] fix parsing of BSIC in third reported neighbor cell by Harald Welte (local) · 15 years ago
  44. 3d6166c fix off-by-one error when mapping from meas rep to neighbor cell by Harald Welte · 15 years ago
  45. 10c894d [meas_rep] Add raw neighbor index into per-cell parsed meas rep by Harald Welte · 15 years ago
  46. 470f7f9 [meas rep] cosmetic cleanup by Harald Welte · 15 years ago
  47. 2ea66fb [meas rep] Correctly parse neighbor cell index of first reported neighbor cell by Harald Welte · 15 years ago
  48. f58dea7 04_08: Differentiate between DEBUG and ERROR messages by Harald Welte · 15 years ago
  49. 9a8e84e [gsm48] Move gsm48_parse_meas_rep to gsm_04_08_utils by Holger Hans Peter Freyther · 15 years ago
  50. 3edc5a9 keep some internal statistics inside OpenBSC by Harald Welte · 15 years ago
  51. d0841fa make handover reference a function call argument by Harald Welte · 15 years ago
  52. 1f0eca2 If we establish a TCH/H voice call, the reason is CALL, not OTHER by Harald Welte · 15 years ago
  53. f849366 [handover] Implement 04.08 HANDOVER COMMAND by Harald Welte · 15 years ago
  54. a614a4c [chan] Alloc SDCCH for certain reserved types by Holger Hans Peter Freyther · 15 years ago
  55. 3cce58f [lchan] RSL and RR need the multirate config, place it in the lchan by Holger Hans Peter Freyther · 15 years ago
  56. a7e8a58 [gsm48] Send the IPA CRCX after the chan modify ack by Holger Hans Peter Freyther · 15 years ago
  57. 5ea7ea6 [ipa] Change names of RTP methods to follow MGCP naming by Holger Hans Peter Freyther · 15 years ago
  58. 94bde97 [gsm48] When picking AMR we need to supply the multirate config by Holger Hans Peter Freyther · 15 years ago
  59. 313a6c8 [neci] Separate handling of chan requested for paging any by Holger Hans Peter Freyther · 15 years ago
  60. 29fabfb [neci] Use the correct length when going over the array by Holger Hans Peter Freyther · 15 years ago
  61. 96c8982 [si] Make it possible to set the NECI value... by Holger Hans Peter Freyther · 15 years ago
  62. 9e6d6ce [gsm48] Handle the RR CHAN MODIFY ACK in the gsm04_08_utils by Holger Hans Peter Freyther · 15 years ago
  63. cf0f336 [gsm48] Move RR CHANNEL MODIFY to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  64. 942ff17 [gsm48] Add generation of ASSIGNMENT COMMAND to the 0408 utils by Holger Hans Peter Freyther · 15 years ago
  65. b94719d [gsm0408] Add parameter to gsm48_send_rr_ciph_mode for controling the response by Holger Hans Peter Freyther · 15 years ago
  66. 3d76e88 [gsm0408] Move encryption message creation to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  67. 1e43b8d [gsm0408] Move paging handling to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  68. a269ece [gsm0408] Move send_siemens_mrpci to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  69. 20a0f32 [gsm48] Introduce a gsm48_generate_mid_from_imsi method by Holger Hans Peter Freyther · 15 years ago
  70. 1e6ef9f [gsm48] Move parsing of the MI from to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  71. 3689710 [bsc] Move the GSM 04.08 helper functions to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago