1. cca253a add VTY/configfile command for setting encryption (A5) level by Harald Welte · 15 years ago
  2. d2dd9de A5 support for RSL and 04.08 (not used yet) by Harald Welte · 15 years ago
  3. 20a0f32 [gsm48] Introduce a gsm48_generate_mid_from_imsi method by Holger Hans Peter Freyther · 15 years ago
  4. 1e6ef9f [gsm48] Move parsing of the MI from to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  5. 3567284 [subscr] Change the signature... the gsm_network is in the subscr by Holger Hans Peter Freyther · 15 years ago
  6. 26d15d1 [debug] Make the hexdump parameter const by Holger Hans Peter Freyther · 15 years ago
  7. 3689710 [bsc] Move the GSM 04.08 helper functions to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  8. bd72aa2 store all APDU's received from the MS in the database by Harald Welte (local) · 15 years ago
  9. b510392 add support for APPLICATION INFO RR messages by Harald Welte (local) · 15 years ago
  10. d363c95 provide return code from paging_request() function by Harald Welte · 15 years ago
  11. 02d5efa add 'show subscriber cache' vty command to debug subscriber refcount leaks by Harald Welte (local) · 15 years ago
  12. 64994ce respect the link_id, not only the SAPI from SMS code by Harald Welte (local) · 15 years ago
  13. 16480eb remove FIRST_CONTACT signal, the subscriber flag is sufficient by Harald Welte (local) · 15 years ago
  14. cbd4610 add 'ms max power' vty command to set the maximum MS power in dBm by Harald Welte (local) · 15 years ago
  15. 36970f6 add functions to send AUTH REQ and REJECT by Harald Welte · 15 years ago
  16. f4ac9a7 fix problems with tmsi uniqueness in the subscriber table by Jan Luebbe · 15 years ago
  17. 62cc86d allocate an extension when creating the subscriber by Jan Luebbe · 15 years ago
  18. bb7501f token support in the DB by Jan Luebbe · 15 years ago
  19. e297403 flag new subscriber structs in memory and send a signal by Jan Luebbe · 15 years ago
  20. e19be3f implement bts->cell_barred feature, configurable in VTY by Harald Welte (local) · 15 years ago
  21. a59a27e add a authorization policy field to the network and VTY by Harald Welte (local) · 15 years ago
  22. 612ecfc siemens vendor specific message type and IE definitions by Harald Welte · 15 years ago
  23. ceb3c04 introduce bts->chan_alloc_reverse flag by Harald Welte · 15 years ago
  24. 35cd5e9 move chcomb4pchan to public abis_nm_chcomb4pchan() function by Harald Welte · 15 years ago
  25. 5655afe Add {create, delete}-bport1 and bport0-{star, multidrop} to bs11-config by Daniel Willmann · 15 years ago
  26. b774439 add new 'is_siemens_bts()' function by Harald Welte · 15 years ago
  27. 1209075 make rsl_siemens_mrpci() use struct rsl_mrpci by Harald Welte · 15 years ago
  28. 4684e63 Add function to generate siemens-specific MRPCI RSL message by Harald Welte · 15 years ago
  29. 9fc1c05 vty: Make the argument const by Holger Hans Peter Freyther · 15 years ago
  30. 735cd9e misc: Add prototypes to header files, include more header files by Holger Hans Peter Freyther · 15 years ago
  31. a826d5f vty: Rename define to not clash with talloc's version of it by Holger Hans Peter Freyther · 15 years ago
  32. fb130ee misc: Fix make distcheck by Holger Hans Peter Freyther · 15 years ago
  33. 427dbc4 add T3101 to release lchan in case MS never responds to IMMEDIATE ASSIGN by Harald Welte · 15 years ago
  34. 5fa17a2 add SMS CP timer TC1* to tear down lchan in case MS never responds to CP-DATA by Harald Welte · 15 years ago
  35. f2eb278 verify bs11 channel combination constraints by Harald Welte · 15 years ago
  36. 09c177a add comments about channel combinations by Harald Welte · 15 years ago
  37. fc4837d Merge branch 'master' into config_file by Harald Welte · 15 years ago
  38. 2a7dedc Merge commit 'origin/master' by Harald Welte · 15 years ago
  39. 43762f7 new db_sms_get_unsent_for_subscr() function by Harald Welte · 15 years ago
  40. aa60edb move search for existing lchan for subscriber to new function by Harald Welte · 15 years ago
  41. 09421d3 implement proper SAPI3 handling for SMS by Harald Welte · 15 years ago
  42. b8c861c fix SMS RP message type definitions to reflect SMMA and MT ERROR by Harald Welte · 15 years ago
  43. c4dcda0 move ms_pwr utility function to gsm_utils.c by Harald Welte · 15 years ago
  44. c524007 define data structure for gsm48_cell_sel_par IEI of SI3 / SI4 by Harald Welte · 15 years ago
  45. ed9a5ab Add new BSC RLL layer of code by Harald Welte · 15 years ago
  46. dc2ce9e use one talloc context for entire vty code by Harald Welte · 15 years ago
  47. 6286888 the actual config file code (not just config files) by Harald Welte · 15 years ago
  48. 73185d1 Merge branch 'master' into config_file by Harald Welte · 15 years ago
  49. 68b7df2 first 'working' SMS implementation by Harald Welte · 15 years ago
  50. 498feae parse_btstype() can use const qualifier by Harald Welte · 15 years ago
  51. 0f2e3c1 start using the RLL RELEASE procedures by Harald Welte · 15 years ago
  52. 0bf8e30 implement nanoBTS frequency error test by Harald Welte · 15 years ago
  53. e87eb46 introduce new GSMNET node for the GSM network by Harald Welte · 15 years ago
  54. 966faea add support for reading of configuration file to VTY by Harald Welte · 15 years ago
  55. b78b5b5 use one talloc context for entire vty code by Harald Welte · 15 years ago
  56. fc8d444 Merge branch 'master' into sms by Harald Welte · 15 years ago
  57. de6c410 switch vty implementation over to talloc by Harald Welte · 15 years ago
  58. 2ef3320 add function declaration for gsm_pchan_parse() by Harald Welte · 15 years ago
  59. 6afa63e Merge branch 'master' into sms by Harald Welte · 15 years ago
  60. 204317e add function for performing 'CONNECT MULTI-DROP LINK" as per GSM 12.21 by Harald Welte · 15 years ago
  61. 2d73d4e add HARDCODED_BTSn_TS to define the base TS for each BTS by Harald Welte · 15 years ago
  62. b1717e9 parse and decode Siemens specific T_MSRFPCI message by Harald Welte · 15 years ago
  63. aba9208 add ip.access specific channel combinations by Harald Welte · 15 years ago
  64. b779983 issue a signal once a subscriber is attached or detached by Harald Welte · 15 years ago
  65. 16e2df4 Merge branch 'master' into sms by Harald Welte · 15 years ago
  66. 39274f4 generalize channel activation / channel mode modify by Harald Welte · 15 years ago
  67. bd056a8 comments about the bearer_capability structure by Harald Welte · 15 years ago
  68. b3cb414 bearer capability definitions by Harald Welte · 15 years ago
  69. eae3dc6 Merge branch 'master' into sms by Harald Welte · 15 years ago
  70. 3c06207 add RTP proxy mode for ip.access by Harald Welte · 15 years ago
  71. facf612 send a [new] signal in case of IPAC_DISCONNECT_INDication by Harald Welte · 15 years ago
  72. 26cc168 implement human-readable RSL cause printing by Harald Welte · 15 years ago
  73. 0b0bbce add new rtp_proxy code, but not use it yet by Harald Welte · 15 years ago
  74. b78996d further steps towards better, transaction based SMS by Harald Welte · 15 years ago
  75. 15797eb move definition of 'struct gsm_trans' to transaction.h by Harald Welte · 15 years ago
  76. 0d82416 look-up by (subscriber, protocol, transaction_id) tuple by Harald Welte · 15 years ago
  77. 419c047 move allocating new transaction_ids to transaction.c by Harald Welte · 15 years ago
  78. 165fc33 move allocating new transaction_ids to transaction.c by Harald Welte · 15 years ago
  79. f2b6464 add missing files to git by Harald Welte · 15 years ago
  80. d8c8e6f add missing files to git by Harald Welte · 15 years ago
  81. 97a7df1 Merge branch 'master' into sms by Harald Welte · 15 years ago
  82. 36fe2e8 centralize the code that needs to deal with transaction_id by Harald Welte · 15 years ago
  83. aae7a52 make sure subscr->net is always set by Harald Welte · 15 years ago
  84. 8dd09d6 remove bogus 'network' member of 'struct gsm_transaction' by Harald Welte · 15 years ago
  85. a54b48d gms_transactions data model reorganization by Harald Welte · 15 years ago
  86. 0abe5a6 remove bogus 'network' member of 'struct gsm_transaction' by Harald Welte · 15 years ago
  87. c2189a6 gms_transactions data model reorganization by Harald Welte · 15 years ago
  88. 7535041 make sure subscr->net is always set by Harald Welte · 15 years ago
  89. 0748196 Merge branch 'master' into sms by Harald Welte · 15 years ago
  90. afe3c23 send DEACTIVATE SACCH when sending RR CHANEL RELEASE by Harald Welte · 15 years ago
  91. 6fca008 yet again some more ip.access RSL definitions + parsing by Harald Welte · 15 years ago
  92. 5b27eb9 add some more ip.access RTP related definitions by Harald Welte · 15 years ago
  93. 8f92cce add more ipaccess 12.21 object classes, NSVC only exists once by Harald Welte · 15 years ago
  94. 8cdeaad rename ip.access structure field members and variables by Harald Welte · 15 years ago
  95. b949895 give ip.access RSL IE's their proper names by Harald Welte · 15 years ago
  96. 4206d98 more ip.access abis_nm attributes by Harald Welte · 15 years ago
  97. 5362157 Merge branch 'master' into sms by Harald Welte · 15 years ago
  98. 72baef3 ipacess-config: Handle NVATTR NACKs in ipaccess-config by Holger Hans Peter Freyther · 15 years ago
  99. 6f6bbb2 Merge branch 'master' into sms by Harald Welte · 15 years ago
  100. f6845a7 Store classmark1/2/3 in equipment SQL table by Harald Welte · 15 years ago