1. 97be68a ip.access maximum output power depends on GSM band by Harald Welte · 15 years ago
  2. fd579d5 [abis_nm]: Print Object Class of ip.access messages by Harald Welte · 15 years ago
  3. e7d1f95 add ipaccess specific attribute set message by Harald Welte · 15 years ago
  4. 608a30b [bsc_init] use new NM_AVSTATE_* enum instead of hard-coded numbers by Harald Welte · 15 years ago
  5. ab89616 add availability state abis_nm enum by Harald Welte · 15 years ago
  6. 935d10b [abis_nm] print object class/instance for NACK by Harald Welte · 15 years ago
  7. c76a217 [abis_nm]: print ip.access SET ATTR [N]ACK by Harald Welte · 15 years ago
  8. dd36b0b use tx delay timer instead of usleep() in ip.access input driver by Andreas Eversberg · 15 years ago
  9. b94719d [gsm0408] Add parameter to gsm48_send_rr_ciph_mode for controling the response by Holger Hans Peter Freyther · 15 years ago
  10. 3d76e88 [gsm0408] Move encryption message creation to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  11. 66e0ba0 [ipaccess] Add nanoBTS 1900 support by Mike Haben · 15 years ago
  12. 322fc58 [ipaccess] Parse Software Activate parameters by Mike Haben · 15 years ago
  13. 6c6ab86 [lac] Do not use the reserved LAC 0x0 for two different things by Holger Hans Peter Freyther · 15 years ago
  14. 71137ac input/ipaccess: Fix segv caused by use of uninitialized var by Sylvain Munaut · 15 years ago
  15. 717e68c [ipaccess] Add SCCP/A descriminator by Holger Hans Peter Freyther · 15 years ago
  16. 7d3573e [ipaccess] Prepare to reuse parts of the code for the A-link by Holger Hans Peter Freyther · 15 years ago
  17. 54a2283 [lac] The lac must be 16 bit. Change it in gsm_bts and vty parsing by Holger Hans Peter Freyther · 15 years ago
  18. b78507a [paging] Use paging_request_stop to stop all paging requests by Holger Hans Peter Freyther · 15 years ago
  19. c313165 [paging] Use one of the two reserved LAC to page every BTS by Holger Hans Peter Freyther · 15 years ago
  20. 1e43b8d [gsm0408] Move paging handling to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  21. a269ece [gsm0408] Move send_siemens_mrpci to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  22. aa62bb9 [subscr] subscr_paging_cb is called for expire and success by Holger Hans Peter Freyther · 15 years ago
  23. aca08d9 [subscr] When paging fails to start, send an expired event by Holger Hans Peter Freyther · 15 years ago
  24. 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
  25. 8bb0700 [paging] Kill old defines from paging.c by Holger Hans Peter Freyther · 15 years ago
  26. 9b7911e [paging] Implement paging by IMSI. by Holger Hans Peter Freyther · 15 years ago
  27. cd8bacf [tmsi] Make the tmsi a 4 octet number by Holger Hans Peter Freyther · 15 years ago
  28. 4dd65ae [gsm_04_11] Free transaction on RX_RP_ACK for SMS by Sylvain Munaut · 15 years ago
  29. c66516f Merge branch 'master' into encryption by Harald Welte · 15 years ago
  30. 01f1caf [abis_rsl] Fix rsl_encryption_cmd L3 length computation by Sylvain Munaut · 15 years ago
  31. a948c11 [gsm_04_08] Fix gsm48_send_rr_ciph_mode algorithm ID by Sylvain Munaut · 15 years ago
  32. 6de6dc1 [gsm_04_08] Fix gsm48_tx_mm_auth_req implementation by Sylvain Munaut · 15 years ago
  33. 2f8a685 non-call related SS (USSD) is not unknown, but unimplemented by Mike Haben · 15 years ago
  34. 044008d Use correct capitalization on SQL statements by Harald Welte · 15 years ago
  35. cca253a add VTY/configfile command for setting encryption (A5) level by Harald Welte · 15 years ago
  36. d2dd9de A5 support for RSL and 04.08 (not used yet) by Harald Welte · 15 years ago
  37. 77234e1 [abis_rsl] Set lchan->tch_mode properly when responding to CHAN_RQD by Harald Welte · 15 years ago
  38. 20a0f32 [gsm48] Introduce a gsm48_generate_mid_from_imsi method by Holger Hans Peter Freyther · 15 years ago
  39. 1e6ef9f [gsm48] Move parsing of the MI from to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  40. a3a1666 [paging] Better use ';' for the command... by Holger Hans Peter Freyther · 15 years ago
  41. 3567284 [subscr] Change the signature... the gsm_network is in the subscr by Holger Hans Peter Freyther · 15 years ago
  42. fa29548 [cleanup] Remove old and dead code from the telnet_interface.c by Holger Hans Peter Freyther · 15 years ago
  43. 26d15d1 [debug] Make the hexdump parameter const by Holger Hans Peter Freyther · 15 years ago
  44. 5704f7f [misc] Create a gitignore to ignore files by Holger Hans Peter Freyther · 15 years ago
  45. f1f2ab4 [bsc] Remove HAR feature to advertize neighbor cells by Holger Hans Peter Freyther · 15 years ago
  46. cad370f [bsc_init] Create a bsc_init.c that can be used for setting up hings. by Holger Hans Peter Freyther · 15 years ago
  47. bdae6f9 [vty] Move layer3+ functionality to vty_interface_layer3.c by Holger Hans Peter Freyther · 15 years ago
  48. 3689710 [bsc] Move the GSM 04.08 helper functions to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  49. e755981 [msc] Move gsm_04_08.c, mncc and various others to libmsc by Holger Hans Peter Freyther · 15 years ago
  50. 9a23af6 [subscr] Split gsm_subscriber.c in BSC and MSC part by Holger Hans Peter Freyther · 15 years ago
  51. 4af929c [msc] Introduce a libmsc.a library by Holger Hans Peter Freyther · 15 years ago
  52. 8ade0aa Merge commit 'har/master' by Harald Welte · 15 years ago
  53. ced09ed actual code running at end of har2009 by Harald Welte (local) · 15 years ago
  54. 590c39b tests: Remove the sms sending from the sms test by Holger Hans Peter Freyther · 15 years ago
  55. 9571378 trigger RRLP position requests after paging succeeded and after subscriber attach by Harald Welte (local) · 15 years ago
  56. bd72aa2 store all APDU's received from the MS in the database by Harald Welte (local) · 15 years ago
  57. b510392 add support for APPLICATION INFO RR messages by Harald Welte (local) · 15 years ago
  58. 7e3c85b don't try to deliver sms to a subscriber that's not registered by Harald Welte (local) · 15 years ago
  59. dec08ee paging_request() now returns the number of started paging requests by Harald Welte (local) · 15 years ago
  60. 70915cf sms_from_text needs to return struct gsm_sms * by Harald Welte · 15 years ago
  61. 270c06c fix printing of TMSI on VTY by Harald Welte · 15 years ago
  62. 2a31975 Merge commit 'har/master' by Harald Welte · 15 years ago
  63. f286102 Fix decoding of SMS Data Coding Scheme by Daniel Willmann · 15 years ago
  64. d363c95 provide return code from paging_request() function by Harald Welte · 15 years ago
  65. 8d78660 Handle SMS with UCS2 and binary userdata by Daniel Willmann · 15 years ago
  66. 8751ee9 move talloc context creation out of on_dso / constructors by Harald Welte (local) · 15 years ago
  67. b6ea7f7 allow vty to set periodic location updating timer t3212 by Harald Welte (local) · 15 years ago
  68. 28965f6 display TMSI in 8 digit hex by Harald Welte (local) · 15 years ago
  69. 02d5efa add 'show subscriber cache' vty command to debug subscriber refcount leaks by Harald Welte (local) · 15 years ago
  70. 5be4532 sms send pending now sends _all_ pending at the same time by Harald Welte (local) · 15 years ago
  71. 9d0bd79 fix sms layer timer leak/corruiption using trans_free() by Harald Welte (local) · 15 years ago
  72. f91516e implement a timer_list check before we return into the select() loop by Harald Welte (local) · 15 years ago
  73. 64994ce respect the link_id, not only the SAPI from SMS code by Harald Welte (local) · 15 years ago
  74. cb4715c add more debugging to SMS layer by Harald Welte (local) · 15 years ago
  75. c5b64ac Merge branch 'master' of git@192.168.100.10:openbsc by Stefan Schmidt · 15 years ago
  76. 7aef263 Merge branch 'master' of git@192.168.100.10:openbsc by Stefan Schmidt · 15 years ago
  77. 84b95e5 gsm_04_11: Month in unix time starts with 0. by Stefan Schmidt · 15 years ago
  78. 272f5c7 when in token auth mode, accept phones that are authorized by Harald Welte (local) · 15 years ago
  79. db0bba4 add the allocated subscriber extension to the auth token SMS by Harald Welte (local) · 15 years ago
  80. e257bab Merge commit 'har/laforge' by Daniel Willmann · 15 years ago
  81. 01f8a80 disable emergency call bit (i.e. cell does not support emergency call) by Harald Welte · 15 years ago
  82. c818820 Encode the network name int the MM info messages in GSM 7bit alphabet. by Daniel Willmann · 15 years ago
  83. a31ed62 Beautify septet->octet calculation (do not use ceil) by Daniel Willmann · 15 years ago
  84. 426bb16 Support sms with a validity period format of none by Daniel Willmann · 15 years ago
  85. bd931f1 fix token auth implementation by Harald Welte (local) · 15 years ago
  86. 16480eb remove FIRST_CONTACT signal, the subscriber flag is sufficient by Harald Welte (local) · 15 years ago
  87. 1b47047 fix token allocation sql strings by Harald Welte (local) · 15 years ago
  88. ddf83b2 fix segfault in vty sms sending code by Harald Welte (local) · 15 years ago
  89. bab4a2a allocate a token for new subscribers by Jan Luebbe · 15 years ago
  90. 3d6294e replace the command line option -a with the auth-policy config option by Jan Luebbe · 15 years ago
  91. cbd4610 add 'ms max power' vty command to set the maximum MS power in dBm by Harald Welte (local) · 15 years ago
  92. 7f12954 add code for token auth sequencing by Harald Welte · 15 years ago
  93. 948bba8 factor out the function to generate struct gsm_sms from a string by Harald Welte · 15 years ago
  94. 8f31ed9 Fix gsm_7bit_{en,de}code function and sms user_data calculations by Daniel Willmann · 15 years ago
  95. 36970f6 add functions to send AUTH REQ and REJECT by Harald Welte · 15 years ago
  96. ae73121 fix random extension generation by Jan Luebbe · 15 years ago
  97. f4ac9a7 fix problems with tmsi uniqueness in the subscriber table by Jan Luebbe · 15 years ago
  98. 70a9a0f fix a wrong format specifier by Jan Luebbe · 15 years ago
  99. 62cc86d allocate an extension when creating the subscriber by Jan Luebbe · 15 years ago
  100. bb7501f token support in the DB by Jan Luebbe · 15 years ago