1. 3edc5a9 keep some internal statistics inside OpenBSC by Harald Welte · 15 years ago
  2. 4baa9c5 RSL: keep track if a channel is active or not by Harald Welte · 15 years ago
  3. 9947d9f rename ipacc_connect_proxy_bind() to rsl_ipacc_mdcx_to_rtpsock() by Harald Welte · 15 years ago
  4. 5051774 Move RTP socket handling out of signal handlers into abis_rsl by Harald Welte · 15 years ago
  5. 0b833f8 don't print measurement reports that have no cells by Harald Welte · 15 years ago
  6. bffa499 ip.access: Keep a full copy of local and remote IP/PORT in lchan by Harald Welte · 15 years ago
  7. cf2ec4a logging: introduce log levels at caller site by Harald Welte · 15 years ago
  8. b90d7bd [handover] first functional handover implementation by Harald Welte · 15 years ago
  9. aa0efa1 assign measurement report lchan member after memset'ing it by Harald Welte · 15 years ago
  10. 0e4fa78 print measurement reports more verbosely by Harald Welte · 15 years ago
  11. f947681 introduce cache of 6 last recently received measurement reports for each lchan by Harald Welte · 15 years ago
  12. 059b6a8 [RSL] print human-readable channel type during channel allocation failure by Harald Welte · 15 years ago
  13. b558624 mark lchan2chan_nr() using a 'const' parameter by Harald Welte · 15 years ago
  14. b284b47 ip.access speech mode for TCH/H channels by Harald Welte · 15 years ago
  15. 8750421 move RTP socket information from timeslot to lchan by Harald Welte · 15 years ago
  16. a54a2bb Replace template-based SYSTEM INFORMATION with real implementation by Harald Welte · 15 years ago
  17. 4efcc54 [handover] export measurement reports via signal by Harald Welte · 15 years ago
  18. 6720a43 [handover] Introduce new handover related LCHAN signals by Harald Welte · 15 years ago
  19. c20bd1d New complete measurement result/report handling by Harald Welte · 15 years ago
  20. 951e351 RSL: catch inconsistent parameters ofr channel_mode_from_lchan() by Harald Welte · 15 years ago
  21. 26ba2e7 [network] Make T3101 configurable and use it in abis_rsl by Holger Hans Peter Freyther · 15 years ago
  22. 3cce58f [lchan] RSL and RR need the multirate config, place it in the lchan by Holger Hans Peter Freyther · 15 years ago
  23. 5ea7ea6 [ipa] Change names of RTP methods to follow MGCP naming by Holger Hans Peter Freyther · 15 years ago
  24. 96c8982 [si] Make it possible to set the NECI value... by Holger Hans Peter Freyther · 15 years ago
  25. 21ccb45 [rsl] Improve error message when the lchan allocation is failing by Holger Hans Peter Freyther · 15 years ago
  26. d831805 [lchan] Keep track which SAPIs has been established with the BTS by Holger Hans Peter Freyther · 15 years ago
  27. 942ff17 [gsm48] Add generation of ASSIGNMENT COMMAND to the 0408 utils by Holger Hans Peter Freyther · 15 years ago
  28. aed946e [GPRS] Add RSL function for ip.access PDCH activation by Harald Welte · 15 years ago
  29. 37884ed [GPRS] introudce PDCH and PDCH/TCH physical channels by Harald Welte · 15 years ago
  30. 6d0c8b4 Fix compiler warning and cast const away. by Holger Hans Peter Freyther · 15 years ago
  31. 01f1caf [abis_rsl] Fix rsl_encryption_cmd L3 length computation by Sylvain Munaut · 15 years ago
  32. d2dd9de A5 support for RSL and 04.08 (not used yet) by Harald Welte · 15 years ago
  33. 77234e1 [abis_rsl] Set lchan->tch_mode properly when responding to CHAN_RQD by Harald Welte · 15 years ago
  34. 64994ce respect the link_id, not only the SAPI from SMS code by Harald Welte (local) · 15 years ago
  35. cbd4610 add 'ms max power' vty command to set the maximum MS power in dBm by Harald Welte (local) · 15 years ago
  36. b30fbf0 now that we send MRPCI, we can treat T_MSRFPCI error message as fatal by Harald Welte · 15 years ago
  37. aafa978 Merge commit 'origin/master' by Harald Welte · 15 years ago
  38. 85a163c rename rsl_channel_release to rsl_rf_channel_release by Harald Welte · 15 years ago
  39. 874a5b4 use proper message discriminator for MRPCI by Harald Welte · 15 years ago
  40. 1209075 make rsl_siemens_mrpci() use struct rsl_mrpci by Harald Welte · 15 years ago
  41. 4684e63 Add function to generate siemens-specific MRPCI RSL message by Harald Welte · 15 years ago
  42. 9a229e1 set BS power to Pn == nominal output power by Harald Welte · 15 years ago
  43. 427dbc4 add T3101 to release lchan in case MS never responds to IMMEDIATE ASSIGN by Harald Welte · 15 years ago
  44. ad73856 the RELEAESE MODE IE is mandatory by Harald Welte · 15 years ago
  45. cddb980 if we receive CHANNEL ACTIVATE NACK, we should release the lchan by Harald Welte · 15 years ago
  46. c4dcda0 move ms_pwr utility function to gsm_utils.c by Harald Welte · 15 years ago
  47. 6140217 fix timer and linked list handling of new RLL code by Harald Welte · 15 years ago
  48. ed9a5ab Add new BSC RLL layer of code by Harald Welte · 15 years ago
  49. 0f2e3c1 start using the RLL RELEASE procedures by Harald Welte · 15 years ago
  50. b660144 fix \n at end of line of certain RSL debug messages by Harald Welte · 15 years ago
  51. 24fc0f8 alter initial MS RF power to 100mW by Harald Welte · 15 years ago
  52. b1717e9 parse and decode Siemens specific T_MSRFPCI message by Harald Welte · 15 years ago
  53. 39274f4 generalize channel activation / channel mode modify by Harald Welte · 15 years ago
  54. fb4a9e9 actually derive the ip.access speech mode from tch_mode by Harald Welte · 15 years ago
  55. 8e77049 add support for more RSL channel modes by Harald Welte · 15 years ago
  56. 98d79f9 improve ip-access BIND/CONNECT RTP support by Harald Welte · 15 years ago
  57. ba4e58d send a [new] signal in case of IPAC_DISCONNECT_INDication by Harald Welte · 15 years ago
  58. f1a168d implement human-readable RSL cause printing by Harald Welte · 15 years ago
  59. 63d23c8 use actual bts->tsc rather than hard-coded value by Harald Welte · 15 years ago
  60. afe3c23 send DEACTIVATE SACCH when sending RR CHANEL RELEASE by Harald Welte · 15 years ago
  61. 1610d30 more ip.access RSL TLV parser definitions by Harald Welte · 15 years ago
  62. 8cdeaad rename ip.access structure field members and variables by Harald Welte · 15 years ago
  63. b949895 give ip.access RSL IE's their proper names by Harald Welte · 15 years ago
  64. 4e0fdfd abis_rsl.c: Clarify from which specification this table comes from by Holger Hans Peter Freyther · 15 years ago
  65. df0c650 remove superfluous check for lchan->use > 0 by Harald Welte · 15 years ago
  66. 692f585 release channel on ERROR INDICATION by Harald Welte · 15 years ago
  67. ed83184 fix various RSL msgb memory leaks in error paths by Harald Welte · 15 years ago
  68. 0299368 add new DMEAS debug category for measurement reporting by Harald Welte · 15 years ago
  69. 9cfc935 use named variant when allocating msgb's by Harald Welte · 15 years ago
  70. a1467eb Add parsing of 'L1 information' IE of MEASUREMENT RESULT by Harald Welte · 15 years ago
  71. 91afe4c Introduce BS and MS power control related functions by Harald Welte · 15 years ago
  72. 59b0468 move openbsc into its own subdirectory by Harald Welte · 15 years ago