1. 5100877 introduce and implement silent_call_reroute() and silent_call_rx() by Harald Welte · 15 years ago
  2. 198d5ad print LAC and BTS number when showing location update reject by Harald Welte (local) · 15 years ago
  3. 47df399 generate INFO events for CC SETUP and LOC UPD REJ by Harald Welte (local) · 15 years ago
  4. 2e6d468 add (and use) new subscr_name() function to get name or IMSI by Harald Welte · 15 years ago
  5. 5d24ba1 don't print directly to stderr, use LOGP() by Harald Welte · 15 years ago
  6. ffa55a4 statistics: Introduce 'struct counter' instead of using unsigned long by Harald Welte · 15 years ago
  7. 92ffd92 [gsm48] Move gsm48_parse_meas_rep to gsm_04_08_utils by Holger Hans Peter Freyther · 15 years ago
  8. 24ff6ee keep some internal statistics inside OpenBSC by Harald Welte · 15 years ago
  9. f7c28b0 [handover] Real handover algorithm by Harald Welte · 15 years ago
  10. a72273e rename ipacc_connect_proxy_bind() to rsl_ipacc_mdcx_to_rtpsock() by Harald Welte · 15 years ago
  11. 17f5bf6 Move RTP socket handling out of signal handlers into abis_rsl by Harald Welte · 15 years ago
  12. f88c8a0 remove hand full of 'extern ipacc_rtp_direct' definitions by Harald Welte · 15 years ago
  13. 31981a0 add FIXME to IMSI DETACH INDICATION: we need to release all transactions by Harald Welte · 15 years ago
  14. da7ab74 RTP-enable MNCC API for LCR + ip.access by Harald Welte · 15 years ago
  15. 51cec5f measurement report parsing: NO-NCELL-M of 7 tells us no neighbors by Harald Welte · 15 years ago
  16. 5e3d91b ip.access: Keep a full copy of local and remote IP/PORT in lchan by Harald Welte · 15 years ago
  17. ea3f674 Fix subscr ref leak for multi CM SERV REQ by Sylvain Munaut · 15 years ago
  18. 73ddaed measurement report: correctly parse BSIC of first neighbor cell by Harald Welte · 15 years ago
  19. a2f74b8 04.08: fix off-by-one error while parsing measurement results by Harald Welte · 15 years ago
  20. d12b0fd introduce cache of 6 last recently received measurement reports for each lchan by Harald Welte · 15 years ago
  21. f1dae19 04.08 MEAS REP: Convert relative cell number to ARFCN by Harald Welte · 15 years ago
  22. 1e191c5 fix compiler warnings in gsm_04_08.c by Harald Welte · 15 years ago
  23. 648b6ce Add VTY setting for whether or not to sending MM INFO by Harald Welte · 15 years ago
  24. 7659de1 introduce new signal every time we get a mobile identity by Harald Welte · 15 years ago
  25. 09b7e7f Gracefully reject non-speech calls by Harald Welte · 15 years ago
  26. b83d938 [04.08] use lchan_auto_release to quickly close channel by Harald Welte · 15 years ago
  27. 1085c09 location updating reject cause now specified on VTY rather than command line argument by Harald Welte · 15 years ago
  28. 2c82899 move RTP socket information from timeslot to lchan by Harald Welte · 15 years ago
  29. d011e8b [handover] Introduce new handover related LCHAN signals by Harald Welte · 15 years ago
  30. ccd5a88 print debug statement in case of HANDOVER COMPLETE or HANDOVER FAILED by Harald Welte · 15 years ago
  31. 3c7dc6e New complete measurement result/report handling by Harald Welte · 15 years ago
  32. ea52802 [lchan] RSL and RR need the multirate config, place it in the lchan by Holger Hans Peter Freyther · 15 years ago
  33. 231163d [ipa] Change names of RTP methods to follow MGCP naming by Holger Hans Peter Freyther · 15 years ago
  34. a6bcc74 [gsm48] When picking AMR we need to supply the multirate config by Holger Hans Peter Freyther · 15 years ago
  35. ccf53c6 [mncc] Fix possible transaction/subscriber and real life subscriber leak by Holger Hans Peter Freyther · 15 years ago
  36. f520e64 [gsm48] Handle the RR CHAN MODIFY ACK in the gsm04_08_utils by Holger Hans Peter Freyther · 15 years ago
  37. ff3f260 [gsm48] Move RR CHANNEL MODIFY to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  38. 6eafe91 Add USDD code from Mike Haben by Harald Welte · 15 years ago
  39. ca0fcbe [gsm48] Make method name consistent... by Holger Hans Peter Freyther · 15 years ago
  40. 8b77a34 [rrlp] Fix compiler warnings by Holger Hans Peter Freyther · 15 years ago
  41. dc1e105 Fix warnings by removing unused variables by Holger Hans Peter Freyther · 15 years ago
  42. ea4088a [gsm0408] Move encryption message creation to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  43. e2d8227 [ipaccess] Add nanoBTS 1900 support by Mike Haben · 15 years ago
  44. 3ee5d3e [gsm0408] Move paging handling to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  45. adc1478 [gsm0408] Move send_siemens_mrpci to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  46. 2223025 [tmsi] Make the tmsi a 4 octet number by Holger Hans Peter Freyther · 15 years ago
  47. 23b710f Merge branch 'master' into encryption by Harald Welte · 15 years ago
  48. 1dcfc00 [gsm_04_08] Fix gsm48_send_rr_ciph_mode algorithm ID by Sylvain Munaut · 15 years ago
  49. 849f554 [gsm_04_08] Fix gsm48_tx_mm_auth_req implementation by Sylvain Munaut · 15 years ago
  50. 59d284e non-call related SS (USSD) is not unknown, but unimplemented by Mike Haben · 15 years ago
  51. 08d91a5 A5 support for RSL and 04.08 (not used yet) by Harald Welte · 15 years ago
  52. 5d0e56f [gsm48] Introduce a gsm48_generate_mid_from_imsi method by Holger Hans Peter Freyther · 15 years ago
  53. d1862d7 [gsm48] Move parsing of the MI from to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  54. 1494a76 [bsc] Move the GSM 04.08 helper functions to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  55. ee4410a actual code running at end of har2009 by Harald Welte (local) · 15 years ago
  56. 026531e store all APDU's received from the MS in the database by Harald Welte (local) · 15 years ago
  57. 6eef564 add support for APPLICATION INFO RR messages by Harald Welte (local) · 15 years ago
  58. d19e58b move talloc context creation out of on_dso / constructors by Harald Welte (local) · 15 years ago
  59. daef606 respect the link_id, not only the SAPI from SMS code by Harald Welte (local) · 15 years ago
  60. ee9afe3 when in token auth mode, accept phones that are authorized by Harald Welte (local) · 15 years ago
  61. eea9337 Encode the network name int the MM info messages in GSM 7bit alphabet. by Daniel Willmann · 15 years ago
  62. aa9dc19 remove FIRST_CONTACT signal, the subscriber flag is sufficient by Harald Welte (local) · 15 years ago
  63. 06513f2 replace the command line option -a with the auth-policy config option by Jan Luebbe · 15 years ago
  64. 7984d5c add functions to send AUTH REQ and REJECT by Harald Welte · 15 years ago
  65. 370b41d look up subscriber in memory before loading from DB by Jan Luebbe · 15 years ago
  66. b0dfc31 flag new subscriber structs in memory and send a signal by Jan Luebbe · 15 years ago
  67. 115d103 rename rsl_channel_release to rsl_rf_channel_release by Harald Welte · 15 years ago
  68. 3ac7f10 add code to GSM 04.08 to send MRPCI message once we have classmark2 by Harald Welte · 15 years ago
  69. e58ca7c revert commit b400dd8f646a69f7fe0013065fa9b4711f60a45e regarding NECI=0 by Harald Welte · 15 years ago
  70. b400dd8 We're using NECI=0, but the channel reauest reasons we're seeing from MS's are wrong by Harald Welte · 15 years ago
  71. ee5ad16 ensure we send the LOCATION UPDATE ACCEPT before issuing any signal by Harald Welte · 15 years ago
  72. 1a6f798 move search for existing lchan for subscriber to new function by Harald Welte · 15 years ago
  73. 7604218 first 'working' SMS implementation by Harald Welte · 15 years ago
  74. a1b2858 gsm_04_08 no longer needs to iterate over all BTS in LAC by Harald Welte · 15 years ago
  75. e34e117 Merge branch 'master' into sms by Harald Welte · 15 years ago
  76. 9943c5b generalize channel activation / channel mode modify by Harald Welte · 15 years ago
  77. 13cac66 postpone IPAC_BIND until we do a LCHAN_MODIFY by Harald Welte · 15 years ago
  78. 2f33d01 Merge branch 'master' into sms by Harald Welte · 15 years ago
  79. 805f644 add RTP proxy mode for ip.access by Harald Welte · 15 years ago
  80. 3366a94 Merge branch 'master' into sms by Harald Welte · 15 years ago
  81. 7bfc267 move allocation of talloc contexts into link-time constructor by Harald Welte · 15 years ago
  82. b8b4073 look-up by (subscriber, protocol, transaction_id) tuple by Harald Welte · 15 years ago
  83. b49248b move allocating new transaction_ids to transaction.c by Harald Welte · 15 years ago
  84. 78283ef move allocating new transaction_ids to transaction.c by Harald Welte · 15 years ago
  85. 88f0425 Merge branch 'master' into sms by Harald Welte · 15 years ago
  86. 6f5aee0 trans->transaction_id now reflects the actual (unshifted) value by Harald Welte · 15 years ago
  87. 39e2ead centralize the code that needs to deal with transaction_id by Harald Welte · 15 years ago
  88. 761e944 make sure subscr->net is always set by Harald Welte · 15 years ago
  89. b3c3fae remove bogus 'network' member of 'struct gsm_transaction' by Harald Welte · 15 years ago
  90. aa0b29c gms_transactions data model reorganization by Harald Welte · 15 years ago
  91. 596fed4 remove bogus 'network' member of 'struct gsm_transaction' by Harald Welte · 15 years ago
  92. dcaf565 gms_transactions data model reorganization by Harald Welte · 15 years ago
  93. 9176bd4 make sure subscr->net is always set by Harald Welte · 15 years ago
  94. ae05d24 Merge branch 'master' into sms by Harald Welte · 15 years ago
  95. ae0f236 send DEACTIVATE SACCH when sending RR CHANEL RELEASE by Harald Welte · 15 years ago
  96. 7543eb7 fix copy+paste mistake in ecnoding short net name in mm info by Harald Welte · 15 years ago
  97. 2085554 rename ip.access structure field members and variables by Harald Welte · 15 years ago
  98. f0465bd Merge branch 'master' into sms by Harald Welte · 15 years ago
  99. c2e302d Store classmark1/2/3 in equipment SQL table by Harald Welte · 15 years ago
  100. 5a691b5 fix measurement report parsing of MEAS VALID logic by Harald Welte · 15 years ago