1. 7889107 chan: Store the to be assigned channel type in the GSM Network. by Holger Hans Peter Freyther · 14 years ago
  2. 02d39b2 msc: Create a dummy operation to keep the channel open for five seconds by Holger Hans Peter Freyther · 14 years ago
  3. db4ef0d bsc_api: Remove the lchan usage from the Paging Response handling. by Holger Hans Peter Freyther · 14 years ago
  4. a39b0f2 [BSC] Implement per-timeslot ARFCN lists for frequency hopping by Harald Welte · 14 years ago
  5. 9764331 bsc_api: Move gsm48_rcvmsg into the BSC API and dispatch. by Holger Hans Peter Freyther · 14 years ago
  6. 9ce1b27 bsc_api: Use gsm_subscriber_connection in rrlp.c by Holger Hans Peter Freyther · 14 years ago
  7. e9ed340 bsc_api: Cut back on direct lchan usage. by Holger Hans Peter Freyther · 14 years ago
  8. 230a4d8 gsm48: Split LU Reject sending and generation into two. by Holger Hans Peter Freyther · 14 years ago
  9. 2c0f166 gsm48: Separate CM Service Reject sending and creation. by Holger Hans Peter Freyther · 14 years ago
  10. 9140174 bsc_api: Remove the lchan argument from gsm48_tx_mm_info. by Holger Hans Peter Freyther · 14 years ago
  11. 9c137a7 bsc_api: Move most of GSM0408 to the DTAP API... by Holger Hans Peter Freyther · 14 years ago
  12. f6fb3ef bsc_api: Switch gsm_04_08.c to use the clear request of the API. by Holger Hans Peter Freyther · 14 years ago
  13. b7b9c1d gsm48: Add a generic MI from classmark+mi extraction. by Holger Hans Peter Freyther · 14 years ago
  14. f6903de gsm48: Add size checks to the paging response mi parsing. by Holger Hans Peter Freyther · 14 years ago
  15. 3c69a4c make gsm48_msgb_alloc() a static inline function by Harald Welte · 14 years ago
  16. ca8d006 remove gsm48_mi_to_string() as it is now in libosmocore 0.1.3 by Harald Welte · 14 years ago
  17. afedeab move some gsm48 utility functions to libosmocore by Harald Welte · 15 years ago
  18. 474d19f remove gsm04.08 utility code that has been moved to libosmocore by Harald Welte · 15 years ago
  19. 13f5297 move GSM protocol definitions to include/osmocore/protocol/* by Harald Welte · 15 years ago
  20. 550197f [gsm48] Allow to send the assignment command on a different lchan by Holger Hans Peter Freyther · 15 years ago
  21. bd55a6d gsm_04_08: Specify key_seq when calling gsm48_tx_mm_auth_req by Sylvain Munaut · 15 years ago
  22. 7a7a0d5 make handover reference a function call argument by Harald Welte · 15 years ago
  23. 1085c09 location updating reject cause now specified on VTY rather than command line argument by Harald Welte · 15 years ago
  24. a43f789 Replace template-based SYSTEM INFORMATION with real implementation by Harald Welte · 15 years ago
  25. 798418a [handover] Implement handover control logic by Harald Welte · 15 years ago
  26. 8c83af6 [handover] Implement 04.08 HANDOVER COMMAND by Harald Welte · 15 years ago
  27. 3c7dc6e New complete measurement result/report handling by Harald Welte · 15 years ago
  28. d61654c [chan] Alloc SDCCH for certain reserved types by Holger Hans Peter Freyther · 15 years ago
  29. ea52802 [lchan] RSL and RR need the multirate config, place it in the lchan by Holger Hans Peter Freyther · 15 years ago
  30. a6bcc74 [gsm48] When picking AMR we need to supply the multirate config by Holger Hans Peter Freyther · 15 years ago
  31. 135a7c6 [neci] Separate handling of chan requested for paging any by Holger Hans Peter Freyther · 15 years ago
  32. f7d752f [si] Make it possible to set the NECI value... by Holger Hans Peter Freyther · 15 years ago
  33. f520e64 [gsm48] Handle the RR CHAN MODIFY ACK in the gsm04_08_utils by Holger Hans Peter Freyther · 15 years ago
  34. ff3f260 [gsm48] Move RR CHANNEL MODIFY to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  35. e81a610 [gsm48] Add generation of ASSIGNMENT COMMAND to the 0408 utils by Holger Hans Peter Freyther · 15 years ago
  36. 8b77a34 [rrlp] Fix compiler warnings by Holger Hans Peter Freyther · 15 years ago
  37. ca6bc1d [gsm0408] Add parameter to gsm48_send_rr_ciph_mode for controling the response by Holger Hans Peter Freyther · 15 years ago
  38. e48b956 [lac] Do not use the reserved LAC 0x0 for two different things by Holger Hans Peter Freyther · 15 years ago
  39. 3ee5d3e [gsm0408] Move paging handling to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  40. adc1478 [gsm0408] Move send_siemens_mrpci to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  41. c4a49e3 [bsc] Store the cell_identity in gsm_bts and set it on the SI3 and SI6 by Holger Hans Peter Freyther · 15 years ago
  42. 23b710f Merge branch 'master' into encryption by Harald Welte · 15 years ago
  43. 849f554 [gsm_04_08] Fix gsm48_tx_mm_auth_req implementation by Sylvain Munaut · 15 years ago
  44. 08d91a5 A5 support for RSL and 04.08 (not used yet) by Harald Welte · 15 years ago
  45. 5d0e56f [gsm48] Introduce a gsm48_generate_mid_from_imsi method by Holger Hans Peter Freyther · 15 years ago
  46. d1862d7 [gsm48] Move parsing of the MI from to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  47. 1494a76 [bsc] Move the GSM 04.08 helper functions to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  48. 6eef564 add support for APPLICATION INFO RR messages by Harald Welte (local) · 15 years ago
  49. daef606 respect the link_id, not only the SAPI from SMS code by Harald Welte (local) · 15 years ago
  50. 7984d5c add functions to send AUTH REQ and REJECT by Harald Welte · 15 years ago
  51. e122855 define data structure for gsm48_cell_sel_par IEI of SI3 / SI4 by Harald Welte · 15 years ago
  52. 9943c5b generalize channel activation / channel mode modify by Harald Welte · 15 years ago
  53. 5072be9 bearer capability definitions by Harald Welte · 15 years ago
  54. 39e2ead centralize the code that needs to deal with transaction_id by Harald Welte · 15 years ago
  55. c66b71c use less magic numbers (04.08 CC cause values) by Harald Welte · 15 years ago
  56. 4bfdfe7 reworked MNCC codebase by Harald Welte · 15 years ago
  57. 0c38930 introduce encoding/decoding functions for 04.08 CC by Harald Welte · 15 years ago
  58. 13e10da move openbsc into its own subdirectory by Harald Welte · 15 years ago[Renamed from include/openbsc/gsm_04_08.h]
  59. f7c4352 * add support for storing classmark1/2/3 per subscriber by Harald Welte · 15 years ago
  60. cf5b359 add verbose reporting of RR STATUS cause by Harald Welte · 15 years ago
  61. a27d8d2 add USSD protocol discriminator by Harald Welte · 16 years ago
  62. 4a543e8 * more RSL and 04.08 constant defines by Harald Welte · 16 years ago
  63. 6154898 fix paging response parsing for phase1 phones (classmar2 can be less than 4 bytes in length) by Harald Welte · 16 years ago
  64. 2f74aa4 * location updating types * struct for imsi detach by Harald Welte · 16 years ago
  65. 8e4ae95 #defines for GSM48 channel modes by Harald Welte · 16 years ago
  66. 49f48b8 various CC updates: by Harald Welte · 16 years ago
  67. 7ccf778 slightly more complete GSM 04.08 CC, we can now by Harald Welte · 16 years ago
  68. 0932d1e forgot the header files in last commit. sigh. by Harald Welte · 16 years ago
  69. 7584aea * add more GSM 04.08 IEIs by Harald Welte · 16 years ago
  70. e64a7a3 [rr] Send a Channel Release before deactivating the channel by Holger Freyther · 16 years ago
  71. 2d35ae6 implement parsing of PAGING RESPONSE by Harald Welte · 16 years ago
  72. 1adb4ff [paging] Keep a copy of the Control Channel Description in the bts struct by Holger Freyther · 16 years ago
  73. ba4cf16 Start working on CM Service Request by Harald Welte · 16 years ago
  74. ca362a6 Make gcc happy and remove a couple of warnings by Holger Freyther · 16 years ago
  75. 3e2c323 Make gsm48_sendmsg public as well by Holger Freyther · 16 years ago
  76. 819dd20 Make gsm48_msgb_alloc public and usable for the telnet_interface by Holger Freyther · 16 years ago
  77. e97f7fb Add an option to set the global reject cause by Holger Freyther · 16 years ago
  78. c6ba9c2 * 04:08: add MM INFO information elements by Harald Welte · 16 years ago
  79. 89824fc Add an option to allow everyone to the network. by Holger Freyther · 16 years ago
  80. a767794 [gsm0408] Add enum values for the LOCATION UPDATING REJECT cause by Holger Freyther · 16 years ago
  81. abade7a Initiate a call once we have a channel assigned by Holger Freyther · 16 years ago
  82. e14a57c Create request channel reason to see channel requests originating from PAG by Harald Welte · 16 years ago
  83. de9226d Split out rach_control, missing mask from the last commit by Harald Welte · 16 years ago
  84. b84e2f4 * use 16bit for network and country code by Harald Welte · 16 years ago
  85. 1774661 [gsm0408] Make the generate_lai usable by other code by Holger Freyther · 16 years ago
  86. 5e85c8e [gsm_04_08] Add structs for system information type 1 to 6 by Holger Freyther · 16 years ago
  87. bcae43f SMS stub by Harald Welte · 16 years ago
  88. 4b63454 now we get up to the SETUP of MO calls by Harald Welte · 16 years ago
  89. 8470bf2 no reasonable commit message possible. tons of changes of the last 2 days by Harald Welte · 16 years ago
  90. 52b1f98 initial commit of current OpenBSC state by Harald Welte · 16 years ago