1. 5727cf4 [SMS] implement GSM340_TP_VPF_ABSOLUTE by Steffen Neubauer · 15 years ago
  2. d409be7 change some identifiers from u_int64_t to unsigned long long by Harald Welte · 15 years ago
  3. ccf53c6 [mncc] Fix possible transaction/subscriber and real life subscriber leak by Holger Hans Peter Freyther · 15 years ago
  4. e33966c vty: Do not leak the gsm_subscriber by Holger Hans Peter Freyther · 15 years ago
  5. 9aa6fd9 Merge remote branch 'origin/master' by Harald Welte · 15 years ago
  6. 1fb2747 Merge branch 'holger/merge-on-waves-msc' by Holger Hans Peter Freyther · 15 years ago
  7. d7d1c99 ip.access: Header has a 16bit length in network byte order by Sylvain Munaut · 15 years ago
  8. 5ba6f48 [lchan] Keep track which SAPIs has been established with the BTS by Holger Hans Peter Freyther · 15 years ago
  9. 5ea7313 [misc] Use talloc_zero instead of talloc and later memset by Holger Hans Peter Freyther · 15 years ago
  10. ba92587 misc: Use NULL instead of integer value for a NULL pointer by Holger Hans Peter Freyther · 15 years ago
  11. 251aa91 misc: Make bitfields unsigned int... by Holger Hans Peter Freyther · 15 years ago
  12. 100fe56 misc: Fix make distcheck and welcome the two new header files to OpenBSC by Holger Hans Peter Freyther · 15 years ago
  13. 67b5961 input/ipaccess.c: clang says ret might be uninitialized by Holger Hans Peter Freyther · 15 years ago
  14. 423bfe9 abis_nm.c: Remove duplicate entry from the table by Holger Hans Peter Freyther · 15 years ago
  15. 304222b Merge branch 'holger/merge-on-waves-msc' by Holger Hans Peter Freyther · 15 years ago
  16. f520e64 [gsm48] Handle the RR CHAN MODIFY ACK in the gsm04_08_utils by Holger Hans Peter Freyther · 15 years ago
  17. ff3f260 [gsm48] Move RR CHANNEL MODIFY to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  18. e81a610 [gsm48] Add generation of ASSIGNMENT COMMAND to the 0408 utils by Holger Hans Peter Freyther · 15 years ago
  19. 55aac6e ipaccess-config: Introduce stream-id/oml_tei to make it work again by Holger Hans Peter Freyther · 15 years ago
  20. 1f59ac4 configure.in: Use kernel style silent rules starting with automake 1.11 by Holger Hans Peter Freyther · 15 years ago
  21. 8c8f791 [USSD] more whitespace fixes by Harald Welte · 15 years ago
  22. 17e5f97 [USSD] whitespace fixes by Harald Welte · 15 years ago
  23. 2449b37 [USSD] various USSD improvements by Mike Haben · 15 years ago
  24. dc329a6 [USSD] eliminate static global variables by Mike Haben · 15 years ago
  25. 6307b85 whitespace fixes for the USSD code by Harald Welte · 15 years ago
  26. 6eafe91 Add USDD code from Mike Haben by Harald Welte · 15 years ago
  27. 143f1f5 add some random thoughts on hopping and the oml interface by Harald Welte · 15 years ago
  28. eb429b7 [TLV] Split the parser into 'parse loop' and 'parse single value' by Sylvain Munaut · 15 years ago
  29. 288a0cf [ip.access] Add an example configuration file by Sylvain Munaut · 15 years ago
  30. 65bdc91 Fix segfault, use trx->bts rather than bts in patch_nm_tables() by Harald Welte · 15 years ago
  31. 85c00cc Merge remote branch 'origin/master' by Harald Welte · 15 years ago
  32. 0f890b0 ip.access: Use Channel Combination from config file by Harald Welte · 15 years ago
  33. 9c880c9 [GPRS] Add RSL function for ip.access PDCH activation by Harald Welte · 15 years ago
  34. a1499d0 [GPRS] introudce PDCH and PDCH/TCH physical channels by Harald Welte · 15 years ago
  35. daef521 [OML] Add support for ip.access SET ATTRIBUTE message by Harald Welte · 15 years ago
  36. 55dd443 [GPRS] add data structures for OML of NSE,CELL,NSVCE by Harald Welte · 15 years ago
  37. 73310c3 [TLV] extend TLV parser with support for TvLV by Harald Welte · 15 years ago
  38. ca0fcbe [gsm48] Make method name consistent... by Holger Hans Peter Freyther · 15 years ago
  39. 0e7b073 Include e1_input.h for the e1inp_line by Holger Hans Peter Freyther · 15 years ago
  40. 555eba1 Fix spelling of default by Holger Hans Peter Freyther · 15 years ago
  41. 2c481b2 Fix compiler warning. 0 does not work on strings by Holger Hans Peter Freyther · 15 years ago
  42. ddd918f Fix compiler warning and cast const away. by Holger Hans Peter Freyther · 15 years ago
  43. 8b77a34 [rrlp] Fix compiler warnings by Holger Hans Peter Freyther · 15 years ago
  44. dc1e105 Fix warnings by removing unused variables by Holger Hans Peter Freyther · 15 years ago
  45. 65fb0fd Forward declare methods to fix compiler warnings by Holger Hans Peter Freyther · 15 years ago
  46. 2657abf [db] Fix compile warnings in db.c by Holger Hans Peter Freyther · 15 years ago
  47. b5280c7 [wireshark] RSL: add more decoders for ip.access by Harald Welte · 15 years ago
  48. a165a42 [wireshark] abis_oml: Always use BASE_NONE with FT_BYTES by Harald Welte · 15 years ago
  49. e73501a [ipaccess] revert commit 9bd7bc1b4c4a3ba42da46931df650837c1a7e889 by Harald Welte · 15 years ago
  50. 17ddc50 Merge remote branch 'origin/master' by Harald Welte · 15 years ago
  51. 68455f8 Merge branch 'holger/merge-on-waves-msc' by Holger Hans Peter Freyther · 15 years ago
  52. 02c28a0 [debug] Use gcc attribute to enable printf checking by Holger Hans Peter Freyther · 15 years ago
  53. 1565bd3 [timer] Initialize i with zero by Holger Hans Peter Freyther · 15 years ago
  54. cbbd498 [msgb] Add msgb_reset to reset an existing msgb* to the initial state by Holger Hans Peter Freyther · 15 years ago
  55. d99fb99 [ipaccess] fix ipaccess-config (we now use TEI as stream ID) by Harald Welte · 15 years ago
  56. 8406ec2 [nanoBTS] move nanoBTS initialization completely into state event handler by Harald Welte · 15 years ago
  57. a8bd6d4 [abis_nm] introduce debugp_foh() function for object class printing by Harald Welte · 15 years ago
  58. 77a838d ip.access: use correct stream identifier when connecting RSL by Harald Welte · 15 years ago
  59. 9bd7bc1 input/ipaccess: remove one more static variable by Harald Welte · 15 years ago
  60. 8175e95 ip.access: Support multi-TRX / RSL stream ID by Harald Welte · 15 years ago
  61. 31a7490 [abis_nm] print ip.access TCP port in correct byte order by Harald Welte · 15 years ago
  62. 35d447b [abis_nm] print ip.access stream_id in RSL connect ack by Harald Welte · 15 years ago
  63. 746d609 [abis_nm] introduce and use abis_nm_ipaccess_rsl_connect() by Harald Welte · 15 years ago
  64. d004a64 ip.access / multi-TRX: correctly identify TRX number on SW ACT REP by Harald Welte · 15 years ago
  65. af7b2fa ip.access maximum output power depends on GSM band by Harald Welte · 15 years ago
  66. a62202b [abis_nm]: Print Object Class of ip.access messages by Harald Welte · 15 years ago
  67. 53f4b10 add ipaccess specific attribute set message by Harald Welte · 15 years ago
  68. 4d0481d [bsc_init] use new NM_AVSTATE_* enum instead of hard-coded numbers by Harald Welte · 15 years ago
  69. 2d820cc add availability state abis_nm enum by Harald Welte · 15 years ago
  70. 4bd0a98 [abis_nm] print object class/instance for NACK by Harald Welte · 15 years ago
  71. 15c4417 [abis_nm]: print ip.access SET ATTR [N]ACK by Harald Welte · 15 years ago
  72. 38ae5cb use tx delay timer instead of usleep() in ip.access input driver by Andreas Eversberg · 15 years ago
  73. 736f65d Merge branch 'holger/merge-on-waves-msc' by Holger Hans Peter Freyther · 15 years ago
  74. ca6bc1d [gsm0408] Add parameter to gsm48_send_rr_ciph_mode for controling the response by Holger Hans Peter Freyther · 15 years ago
  75. ea4088a [gsm0408] Move encryption message creation to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  76. e2d8227 [ipaccess] Add nanoBTS 1900 support by Mike Haben · 15 years ago
  77. a03f977 [ipaccess] Parse Software Activate parameters by Mike Haben · 15 years ago
  78. e48b956 [lac] Do not use the reserved LAC 0x0 for two different things by Holger Hans Peter Freyther · 15 years ago
  79. 86538c7 input/ipaccess: Fix segv caused by use of uninitialized var by Sylvain Munaut · 15 years ago
  80. 1b7b39d Merge branch 'holger/merge-msc-bsc-split' by Holger Hans Peter Freyther · 15 years ago
  81. f734a14 [ipaccess] Add SCCP/A descriminator by Holger Hans Peter Freyther · 15 years ago
  82. d5f0522 [ipaccess] Prepare to reuse parts of the code for the A-link by Holger Hans Peter Freyther · 15 years ago
  83. 0b7f4b3 [lac] The lac must be 16 bit. Change it in gsm_bts and vty parsing by Holger Hans Peter Freyther · 15 years ago
  84. 1e35cec Merge branch 'holger/merge-on-waves-msc' by Holger Hans Peter Freyther · 15 years ago
  85. 927f056 [paging] Use paging_request_stop to stop all paging requests by Holger Hans Peter Freyther · 15 years ago
  86. 45f9b3d [paging] Use one of the two reserved LAC to page every BTS by Holger Hans Peter Freyther · 15 years ago
  87. 3ee5d3e [gsm0408] Move paging handling to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  88. adc1478 [gsm0408] Move send_siemens_mrpci to gsm_04_08_utils.c by Holger Hans Peter Freyther · 15 years ago
  89. 9f16a86 [subscr] subscr_paging_cb is called for expire and success by Holger Hans Peter Freyther · 15 years ago
  90. 049935b [subscr] When paging fails to start, send an expired event by Holger Hans Peter Freyther · 15 years ago
  91. c4a49e3 [bsc] Store the cell_identity in gsm_bts and set it on the SI3 and SI6 by Holger Hans Peter Freyther · 15 years ago
  92. 98dd1c8 [paging] Kill old defines from paging.c by Holger Hans Peter Freyther · 15 years ago
  93. b28285d [paging] Implement paging by IMSI. by Holger Hans Peter Freyther · 15 years ago
  94. 2223025 [tmsi] Make the tmsi a 4 octet number by Holger Hans Peter Freyther · 15 years ago
  95. 6b0b103 [gsm_04_11] Free transaction on RX_RP_ACK for SMS by Sylvain Munaut · 15 years ago
  96. 23b710f Merge branch 'master' into encryption by Harald Welte · 15 years ago
  97. 82aa684 [abis_rsl] Fix rsl_encryption_cmd L3 length computation by Sylvain Munaut · 15 years ago
  98. 1dcfc00 [gsm_04_08] Fix gsm48_send_rr_ciph_mode algorithm ID by Sylvain Munaut · 15 years ago
  99. 849f554 [gsm_04_08] Fix gsm48_tx_mm_auth_req implementation by Sylvain Munaut · 15 years ago
  100. 59d284e non-call related SS (USSD) is not unknown, but unimplemented by Mike Haben · 15 years ago