1. 5d977a8 fix some header file related issues preventing lcr from compiling by Harald Welte · 13 years ago
  2. 7eb8a9a misc: Move from u_int to uint types of stdint.h by Holger Hans Peter Freyther · 13 years ago
  3. dd5fff4 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  4. e8d1617 mncc_sock: Clear all calls if MNCC application (LCR) disconnects by Harald Welte · 14 years ago
  5. 8e0b29a MNCC: remove 'upqueue' by Harald Welte · 14 years ago
  6. f4e4b8a MNCC: rename mncc_send() to mncc_tx_to_cc() by Harald Welte · 14 years ago
  7. 532dcca GPRS: enhance msgb headroom/tailroom for SGSN (GMM) by Harald Welte · 14 years ago
  8. f0f37f1 chan: Store the to be assigned channel type in the GSM Network. by Holger Hans Peter Freyther · 14 years ago
  9. 425cfc4 msc: Create a dummy operation to keep the channel open for five seconds by Holger Hans Peter Freyther · 14 years ago
  10. 0b83e54 bsc_api: Remove the lchan usage from the Paging Response handling. by Holger Hans Peter Freyther · 14 years ago
  11. a42a93f [BSC] Implement per-timeslot ARFCN lists for frequency hopping by Harald Welte · 14 years ago
  12. b979579 bsc_api: Move gsm48_rcvmsg into the BSC API and dispatch. by Holger Hans Peter Freyther · 14 years ago
  13. 92f1b2d bsc_api: Use gsm_subscriber_connection in rrlp.c by Holger Hans Peter Freyther · 14 years ago
  14. 5a38f92 bsc_api: Cut back on direct lchan usage. by Holger Hans Peter Freyther · 14 years ago
  15. 8073cbd gsm48: Split LU Reject sending and generation into two. by Holger Hans Peter Freyther · 14 years ago
  16. a44eea5 gsm48: Separate CM Service Reject sending and creation. by Holger Hans Peter Freyther · 14 years ago
  17. 3d31527 bsc_api: Remove the lchan argument from gsm48_tx_mm_info. by Holger Hans Peter Freyther · 14 years ago
  18. 5bc4d1d bsc_api: Move most of GSM0408 to the DTAP API... by Holger Hans Peter Freyther · 14 years ago
  19. ed4e3bd bsc_api: Switch gsm_04_08.c to use the clear request of the API. by Holger Hans Peter Freyther · 14 years ago
  20. 088ca3a gsm48: Add a generic MI from classmark+mi extraction. by Holger Hans Peter Freyther · 14 years ago
  21. a943b2a gsm48: Add size checks to the paging response mi parsing. by Holger Hans Peter Freyther · 14 years ago
  22. d828519 make gsm48_msgb_alloc() a static inline function by Harald Welte · 14 years ago
  23. a758838 remove gsm48_mi_to_string() as it is now in libosmocore 0.1.3 by Harald Welte · 14 years ago
  24. d8493ac move some gsm48 utility functions to libosmocore by Harald Welte · 15 years ago
  25. 705f294 remove gsm04.08 utility code that has been moved to libosmocore by Harald Welte · 15 years ago
  26. 7bc410d move GSM protocol definitions to include/osmocore/protocol/* by Harald Welte · 15 years ago
  27. 2975453 [gsm48] Allow to send the assignment command on a different lchan by Holger Hans Peter Freyther · 15 years ago
  28. 0789c59 gsm_04_08: Specify key_seq when calling gsm48_tx_mm_auth_req by Sylvain Munaut · 15 years ago
  29. d0841fa make handover reference a function call argument by Harald Welte · 15 years ago
  30. 59936d7 location updating reject cause now specified on VTY rather than command line argument by Harald Welte · 15 years ago
  31. a54a2bb Replace template-based SYSTEM INFORMATION with real implementation by Harald Welte · 15 years ago
  32. 96c0b08 [handover] Implement handover control logic by Harald Welte · 15 years ago
  33. f849366 [handover] Implement 04.08 HANDOVER COMMAND by Harald Welte · 15 years ago
  34. c20bd1d New complete measurement result/report handling by Harald Welte · 15 years ago
  35. a614a4c [chan] Alloc SDCCH for certain reserved types by Holger Hans Peter Freyther · 15 years ago
  36. 3cce58f [lchan] RSL and RR need the multirate config, place it in the lchan by Holger Hans Peter Freyther · 15 years ago
  37. 94bde97 [gsm48] When picking AMR we need to supply the multirate config by Holger Hans Peter Freyther · 15 years ago
  38. 313a6c8 [neci] Separate handling of chan requested for paging any by Holger Hans Peter Freyther · 15 years ago
  39. 96c8982 [si] Make it possible to set the NECI value... by Holger Hans Peter Freyther · 15 years ago
  40. 9e6d6ce [gsm48] Handle the RR CHAN MODIFY ACK in the gsm04_08_utils by Holger Hans Peter Freyther · 15 years ago
  41. cf0f336 [gsm48] Move RR CHANNEL MODIFY to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  42. 942ff17 [gsm48] Add generation of ASSIGNMENT COMMAND to the 0408 utils by Holger Hans Peter Freyther · 15 years ago
  43. d70da87 [rrlp] Fix compiler warnings by Holger Hans Peter Freyther · 15 years ago
  44. b94719d [gsm0408] Add parameter to gsm48_send_rr_ciph_mode for controling the response by Holger Hans Peter Freyther · 15 years ago
  45. 6c6ab86 [lac] Do not use the reserved LAC 0x0 for two different things by Holger Hans Peter Freyther · 15 years ago
  46. 1e43b8d [gsm0408] Move paging handling to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  47. a269ece [gsm0408] Move send_siemens_mrpci to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  48. a098dfb [bsc] Store the cell_identity in gsm_bts and set it on the SI3 and SI6 by Holger Hans Peter Freyther · 15 years ago
  49. c66516f Merge branch 'master' into encryption by Harald Welte · 15 years ago
  50. 6de6dc1 [gsm_04_08] Fix gsm48_tx_mm_auth_req implementation by Sylvain Munaut · 15 years ago
  51. d2dd9de A5 support for RSL and 04.08 (not used yet) by Harald Welte · 15 years ago
  52. 20a0f32 [gsm48] Introduce a gsm48_generate_mid_from_imsi method by Holger Hans Peter Freyther · 15 years ago
  53. 1e6ef9f [gsm48] Move parsing of the MI from to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  54. 3689710 [bsc] Move the GSM 04.08 helper functions to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  55. b510392 add support for APPLICATION INFO RR messages by Harald Welte (local) · 15 years ago
  56. 64994ce respect the link_id, not only the SAPI from SMS code by Harald Welte (local) · 15 years ago
  57. 36970f6 add functions to send AUTH REQ and REJECT by Harald Welte · 15 years ago
  58. c524007 define data structure for gsm48_cell_sel_par IEI of SI3 / SI4 by Harald Welte · 15 years ago
  59. 39274f4 generalize channel activation / channel mode modify by Harald Welte · 15 years ago
  60. b3cb414 bearer capability definitions by Harald Welte · 15 years ago
  61. 36fe2e8 centralize the code that needs to deal with transaction_id by Harald Welte · 15 years ago
  62. bbc636a use less magic numbers (04.08 CC cause values) by Harald Welte · 15 years ago
  63. 0374084 reworked MNCC codebase by Harald Welte · 15 years ago
  64. b8a18b5 introduce encoding/decoding functions for 04.08 CC by Harald Welte · 15 years ago
  65. 59b0468 move openbsc into its own subdirectory by Harald Welte · 15 years ago