1. 60e5f4f don't print directly to stderr, use LOGP() by Harald Welte · 15 years ago
  2. bdbb744 statistics: Introduce 'struct counter' instead of using unsigned long by Harald Welte · 15 years ago
  3. 9a8e84e [gsm48] Move gsm48_parse_meas_rep to gsm_04_08_utils by Holger Hans Peter Freyther · 15 years ago
  4. 3edc5a9 keep some internal statistics inside OpenBSC by Harald Welte · 15 years ago
  5. 92d8891 [handover] Real handover algorithm by Harald Welte · 15 years ago
  6. 9947d9f rename ipacc_connect_proxy_bind() to rsl_ipacc_mdcx_to_rtpsock() by Harald Welte · 15 years ago
  7. 5051774 Move RTP socket handling out of signal handlers into abis_rsl by Harald Welte · 15 years ago
  8. 8096a51 remove hand full of 'extern ipacc_rtp_direct' definitions by Harald Welte · 15 years ago
  9. 43250dd add FIXME to IMSI DETACH INDICATION: we need to release all transactions by Harald Welte · 15 years ago
  10. 3971ad5 RTP-enable MNCC API for LCR + ip.access by Harald Welte · 15 years ago
  11. 2354dc8 measurement report parsing: NO-NCELL-M of 7 tells us no neighbors by Harald Welte · 15 years ago
  12. bffa499 ip.access: Keep a full copy of local and remote IP/PORT in lchan by Harald Welte · 15 years ago
  13. 7b9852c Fix subscr ref leak for multi CM SERV REQ by Sylvain Munaut · 15 years ago
  14. 573e1fe measurement report: correctly parse BSIC of first neighbor cell by Harald Welte · 15 years ago
  15. da58d3e 04.08: fix off-by-one error while parsing measurement results by Harald Welte · 15 years ago
  16. f947681 introduce cache of 6 last recently received measurement reports for each lchan by Harald Welte · 15 years ago
  17. 3c626b2 04.08 MEAS REP: Convert relative cell number to ARFCN by Harald Welte · 15 years ago
  18. c6b3c8c fix compiler warnings in gsm_04_08.c by Harald Welte · 15 years ago
  19. a310f3e Add VTY setting for whether or not to sending MM INFO by Harald Welte · 15 years ago
  20. edf48af introduce new signal every time we get a mobile identity by Harald Welte · 15 years ago
  21. 3d1f9b6 Gracefully reject non-speech calls by Harald Welte · 15 years ago
  22. 9ed54ff [04.08] use lchan_auto_release to quickly close channel by Harald Welte · 15 years ago
  23. 59936d7 location updating reject cause now specified on VTY rather than command line argument by Harald Welte · 15 years ago
  24. 8750421 move RTP socket information from timeslot to lchan by Harald Welte · 15 years ago
  25. 6720a43 [handover] Introduce new handover related LCHAN signals by Harald Welte · 15 years ago
  26. 323f4e0 print debug statement in case of HANDOVER COMPLETE or HANDOVER FAILED by Harald Welte · 15 years ago
  27. c20bd1d New complete measurement result/report handling by Harald Welte · 15 years ago
  28. 3cce58f [lchan] RSL and RR need the multirate config, place it in the lchan by Holger Hans Peter Freyther · 15 years ago
  29. 5ea7ea6 [ipa] Change names of RTP methods to follow MGCP naming by Holger Hans Peter Freyther · 15 years ago
  30. 94bde97 [gsm48] When picking AMR we need to supply the multirate config by Holger Hans Peter Freyther · 15 years ago
  31. e2a3c9f [mncc] Fix possible transaction/subscriber and real life subscriber leak by Holger Hans Peter Freyther · 15 years ago
  32. 9e6d6ce [gsm48] Handle the RR CHAN MODIFY ACK in the gsm04_08_utils by Holger Hans Peter Freyther · 15 years ago
  33. cf0f336 [gsm48] Move RR CHANNEL MODIFY to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  34. 0311504 Add USDD code from Mike Haben by Harald Welte · 15 years ago
  35. f10170e [gsm48] Make method name consistent... by Holger Hans Peter Freyther · 15 years ago
  36. d70da87 [rrlp] Fix compiler warnings by Holger Hans Peter Freyther · 15 years ago
  37. 80e5ccc Fix warnings by removing unused variables by Holger Hans Peter Freyther · 15 years ago
  38. 3d76e88 [gsm0408] Move encryption message creation to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  39. 66e0ba0 [ipaccess] Add nanoBTS 1900 support by Mike Haben · 15 years ago
  40. 1e43b8d [gsm0408] Move paging handling to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  41. a269ece [gsm0408] Move send_siemens_mrpci to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  42. cd8bacf [tmsi] Make the tmsi a 4 octet number by Holger Hans Peter Freyther · 15 years ago
  43. c66516f Merge branch 'master' into encryption by Harald Welte · 15 years ago
  44. a948c11 [gsm_04_08] Fix gsm48_send_rr_ciph_mode algorithm ID by Sylvain Munaut · 15 years ago
  45. 6de6dc1 [gsm_04_08] Fix gsm48_tx_mm_auth_req implementation by Sylvain Munaut · 15 years ago
  46. 2f8a685 non-call related SS (USSD) is not unknown, but unimplemented by Mike Haben · 15 years ago
  47. d2dd9de A5 support for RSL and 04.08 (not used yet) by Harald Welte · 15 years ago
  48. 20a0f32 [gsm48] Introduce a gsm48_generate_mid_from_imsi method by Holger Hans Peter Freyther · 15 years ago
  49. 1e6ef9f [gsm48] Move parsing of the MI from to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  50. 3689710 [bsc] Move the GSM 04.08 helper functions to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  51. ced09ed actual code running at end of har2009 by Harald Welte (local) · 15 years ago
  52. bd72aa2 store all APDU's received from the MS in the database by Harald Welte (local) · 15 years ago
  53. b510392 add support for APPLICATION INFO RR messages by Harald Welte (local) · 15 years ago
  54. 8751ee9 move talloc context creation out of on_dso / constructors by Harald Welte (local) · 15 years ago
  55. 64994ce respect the link_id, not only the SAPI from SMS code by Harald Welte (local) · 15 years ago
  56. 272f5c7 when in token auth mode, accept phones that are authorized by Harald Welte (local) · 15 years ago
  57. c818820 Encode the network name int the MM info messages in GSM 7bit alphabet. by Daniel Willmann · 15 years ago
  58. 16480eb remove FIRST_CONTACT signal, the subscriber flag is sufficient by Harald Welte (local) · 15 years ago
  59. 3d6294e replace the command line option -a with the auth-policy config option by Jan Luebbe · 15 years ago
  60. 36970f6 add functions to send AUTH REQ and REJECT by Harald Welte · 15 years ago
  61. 9bdbd62 look up subscriber in memory before loading from DB by Jan Luebbe · 15 years ago
  62. e297403 flag new subscriber structs in memory and send a signal by Jan Luebbe · 15 years ago
  63. 85a163c rename rsl_channel_release to rsl_rf_channel_release by Harald Welte · 15 years ago
  64. 583ceaf add code to GSM 04.08 to send MRPCI message once we have classmark2 by Harald Welte · 15 years ago
  65. 1ab707e revert commit b400dd8f646a69f7fe0013065fa9b4711f60a45e regarding NECI=0 by Harald Welte · 15 years ago
  66. 0d370c9 We're using NECI=0, but the channel reauest reasons we're seeing from MS's are wrong by Harald Welte · 15 years ago
  67. 5070e94 ensure we send the LOCATION UPDATE ACCEPT before issuing any signal by Harald Welte · 15 years ago
  68. aa60edb move search for existing lchan for subscriber to new function by Harald Welte · 15 years ago
  69. 68b7df2 first 'working' SMS implementation by Harald Welte · 15 years ago
  70. 2a3a81b gsm_04_08 no longer needs to iterate over all BTS in LAC by Harald Welte · 15 years ago
  71. 16e2df4 Merge branch 'master' into sms by Harald Welte · 15 years ago
  72. 39274f4 generalize channel activation / channel mode modify by Harald Welte · 15 years ago
  73. ca745e2 postpone IPAC_BIND until we do a LCHAN_MODIFY by Harald Welte · 15 years ago
  74. eae3dc6 Merge branch 'master' into sms by Harald Welte · 15 years ago
  75. 3c06207 add RTP proxy mode for ip.access by Harald Welte · 15 years ago
  76. 5b359d8 Merge branch 'master' into sms by Harald Welte · 15 years ago
  77. 932e20d move allocation of talloc contexts into link-time constructor by Harald Welte · 15 years ago
  78. 0d82416 look-up by (subscriber, protocol, transaction_id) tuple by Harald Welte · 15 years ago
  79. 419c047 move allocating new transaction_ids to transaction.c by Harald Welte · 15 years ago
  80. 165fc33 move allocating new transaction_ids to transaction.c by Harald Welte · 15 years ago
  81. 97a7df1 Merge branch 'master' into sms by Harald Welte · 15 years ago
  82. 4861c82 trans->transaction_id now reflects the actual (unshifted) value by Harald Welte · 15 years ago
  83. 36fe2e8 centralize the code that needs to deal with transaction_id by Harald Welte · 15 years ago
  84. aae7a52 make sure subscr->net is always set by Harald Welte · 15 years ago
  85. 8dd09d6 remove bogus 'network' member of 'struct gsm_transaction' by Harald Welte · 15 years ago
  86. a54b48d gms_transactions data model reorganization by Harald Welte · 15 years ago
  87. 0abe5a6 remove bogus 'network' member of 'struct gsm_transaction' by Harald Welte · 15 years ago
  88. c2189a6 gms_transactions data model reorganization by Harald Welte · 15 years ago
  89. 7535041 make sure subscr->net is always set by Harald Welte · 15 years ago
  90. 0748196 Merge branch 'master' into sms by Harald Welte · 15 years ago
  91. afe3c23 send DEACTIVATE SACCH when sending RR CHANEL RELEASE by Harald Welte · 15 years ago
  92. f628471 fix copy+paste mistake in ecnoding short net name in mm info by Harald Welte · 15 years ago
  93. 8cdeaad rename ip.access structure field members and variables by Harald Welte · 15 years ago
  94. 6f6bbb2 Merge branch 'master' into sms by Harald Welte · 15 years ago
  95. f6845a7 Store classmark1/2/3 in equipment SQL table by Harald Welte · 15 years ago
  96. ba6589d fix measurement report parsing of MEAS VALID logic by Harald Welte · 15 years ago
  97. ccd6936 make sure we always schedule a location updating reject by Harald Welte · 15 years ago
  98. 6e1536e remove bogus extra check for data->imsi[0] in mncc_send by Harald Welte · 15 years ago
  99. 12560da gsm48 lchan signal handling: use correct pointer by Harald Welte · 15 years ago
  100. 7963966 cosmetic cleanup of LOCATION UPDATE REQ print-out by Harald Welte · 15 years ago