1. 43fae0a gsm_04_11: Place subscr_put_channel whenever being done with SMS. by Holger Hans Peter Freyther · 14 years ago
  2. 3ed097d gsm_04_11: Speculative leak fix for the SMS... by Holger Hans Peter Freyther · 14 years ago
  3. 9f619d0 bsc_api: Do not use RLL inside the SMS code, handle SAPI n REJECT by Holger Hans Peter Freyther · 14 years ago
  4. d2c8558 bsc_api: Create osmo_msc, and initialize the MSC API in the bsc_init. by Holger Hans Peter Freyther · 14 years ago
  5. ee2be4c bsc_api: Implement transparent RLL establishment and SAPI n REJECT by Holger Hans Peter Freyther · 14 years ago
  6. b2f49a5 bsc_api: Add newline to the end of the file. by Holger Hans Peter Freyther · 14 years ago
  7. 1f23710 move rrlp-ephemeris to its own git tree by Harald Welte · 14 years ago
  8. 5d98d45 auth: Add missing include/auth.h by Sylvain Munaut · 14 years ago
  9. 5c8dcf7 require libosmocore 0.1.11 to make encryption compile by Harald Welte · 14 years ago
  10. 4887644 auth: Add support for XOR test A3A8 algo (and vty commands) by Sylvain Munaut · 14 years ago
  11. 20d99c6 gsm_04_08: Improve gsm48_rx_mm_auth_resp debug in failure case by Sylvain Munaut · 14 years ago
  12. 0d7d991 vty/auth: Make sure we clear the last tuple when changing auth params by Sylvain Munaut · 14 years ago
  13. badc711 gsm_04_08: Establish secure channel on CM SERVICE REQUEST by Sylvain Munaut · 15 years ago
  14. cb321fb gsm_04_08: Establish secure channel on LOCATION UPDATE by Sylvain Munaut · 15 years ago
  15. 360fc58 gsm_04_08: Store the key_seq given in LOC UPD REQUEST in state by Sylvain Munaut · 14 years ago
  16. 28c4716 gsm_04_08: Add a operation to enable ciphering on a lchan by Sylvain Munaut · 15 years ago
  17. ef710ae db: Fix typo in sync_lastauthtuples SQL UPDATE stmt by Sylvain Munaut · 14 years ago
  18. 48858d2 db: Change naming convention for auth info functions by Sylvain Munaut · 14 years ago
  19. 6025f80 db: Use subscriber_id as primary key for AuthKeys/AuthLastTuples by Sylvain Munaut · 14 years ago
  20. f190bdf db: Rename AuthTuples to AuthLastTuples by Sylvain Munaut · 14 years ago
  21. ae66f0a auth: Add #define for special value for key_seq by Sylvain Munaut · 14 years ago
  22. 3a33319 [GPRS] Add comment on GTP being defined in 29.060 / 09.060 by Harald Welte · 14 years ago
  23. f7b223c GPRS: Increase the NS msg size to 2048 by Holger Hans Peter Freyther · 14 years ago
  24. 39c90ef bsc_api: Add init, dispatch the clear request when a channel is going missing by Holger Hans Peter Freyther · 14 years ago
  25. a7d3e8e bsc_api: Move some parts over to the BSC API. by Holger Hans Peter Freyther · 14 years ago
  26. 87a39ff gsm_04_11: Attempt to fix some possible memory leaks in the SMS code by Holger Hans Peter Freyther · 14 years ago
  27. 1a4d699 gsm_04_11: Remove some old code. by Holger Hans Peter Freyther · 14 years ago
  28. 6ef98b0 bsc_api: Add a callback based BSC -> MSC api... by Holger Hans Peter Freyther · 14 years ago
  29. a980cf3 [gprs] bssgp: Fix LLC PDU length encoding in BSSGP. by Sylvain Munaut · 14 years ago
  30. 7eec315 [gprs] sndcp: Fix call to msgb_alloc_headroom to have both head&tail room by Sylvain Munaut · 14 years ago
  31. b59499b [grps] Fix GTP data_ind call back message creation by Sylvain Munaut · 14 years ago
  32. 0fe506b [GPSR] SGSN: Keep traffic counters for each PDP context by Harald Welte · 14 years ago
  33. 92f27a9 [GPRS] BSSGP/SGSN: Implement Gb-Interface Paging by Harald Welte · 14 years ago
  34. 3ba2ce1 [GPRS] SGSN: fix typo by Harald Welte · 14 years ago
  35. 91b2e8c ipa-proxy: Remove printf debugging. by Holger Hans Peter Freyther · 14 years ago
  36. 99c1031 gsm_04_11: Start using the GSM Subscriber class to ask for a channel by Holger Hans Peter Freyther · 14 years ago
  37. 54d5dd5 gsm_04_11: Handle OOM same as expired and clean the message. by Holger Hans Peter Freyther · 14 years ago
  38. 6532f0e gsm_04_11: Fix a typo.. by Holger Hans Peter Freyther · 14 years ago
  39. b9c5c20 bsc_rll: Stop using lchan refcounts, use the lchan signal to stop the timer by Holger Hans Peter Freyther · 14 years ago
  40. a07016f ipa-proxy: Patch the IPA Set Attribute messages for NSVCI by Holger Hans Peter Freyther · 14 years ago
  41. c6adead ipa-proxy: Fix the send routine.. convert port to network order by Holger Hans Peter Freyther · 14 years ago
  42. fb3a232 [SMS] Properly reject processing of compressed SMS by Harald Welte · 14 years ago
  43. 5026482 [GPRS] SGSN: Pass BSSGP SUSPEND/RESUME up to GMM and alter MMCTX state by Harald Welte · 14 years ago
  44. 263edd1 [GPRS] GMM/SM: Improve error handling by sending STATUS messages by Harald Welte · 14 years ago
  45. d961072 [GPRS] Drop all PDP contexts not present in PDP CTX STATUS IE at RA UPD by Harald Welte · 14 years ago
  46. 3b80731 [GPRS] SM: Acknowledge PDP CTX DEACT for non-existing PDP CTX by Harald Welte · 14 years ago
  47. 667a90e ipa-proxy: Only handle some stuff of the CCM locally... by Holger Hans Peter Freyther · 14 years ago
  48. b3f0bfa ipa-proxy: Move UDP socket code to the BTS and forward messages... by Holger Hans Peter Freyther · 14 years ago
  49. 4f2a374 ipa-proxy: Add option to locally listen to GPRS... by Holger Hans Peter Freyther · 14 years ago
  50. f73e80b ipa: Print the IP addr in the listen as well.. by Holger Hans Peter Freyther · 14 years ago
  51. bf0bb1b ipa: Say which addr could not be connected... by Holger Hans Peter Freyther · 14 years ago
  52. da41bd4 ipaccess-proxy: Add getopt based config options to the proxy... by Holger Hans Peter Freyther · 14 years ago
  53. d92d196 ipa: Increase msgb size for the IPA msg in the proxy. by Holger Hans Peter Freyther · 14 years ago
  54. 337f4d5 GPRS: Copy the content of the msgb instead of creating one that points to the other by Holger Hans Peter Freyther · 14 years ago
  55. 98b82c1 GPRS: Fix crash when the peer can not be found... by Holger Hans Peter Freyther · 14 years ago
  56. 3538c77 misc: Fix the return type of the go back vty function... by Holger Hans Peter Freyther · 14 years ago
  57. 7a58579 GPRS: Fix compiler warning that will also lead to a crash at runtime. by Holger Hans Peter Freyther · 14 years ago
  58. 3b12b7b GPRS: Have a simple map from BSSGP PDU to the name... by Holger Hans Peter Freyther · 14 years ago
  59. d37a596 GPRS: Add something that should have become a histogram display... by Holger Hans Peter Freyther · 14 years ago
  60. fb03622 chan_alloc: Stop the channel timers in the reset by Holger Hans Peter Freyther · 14 years ago
  61. bcea9a7 abis_rsl: Allow to specify the release mode for a given channel. by Holger Hans Peter Freyther · 14 years ago
  62. 456fb9d abis_rsl: Fixup direct assignment and go through the method. by Holger Hans Peter Freyther · 14 years ago
  63. 985563e gsm_04_11: Remove direct RSL calls from the SMS code... by Holger Hans Peter Freyther · 14 years ago
  64. ca6dfc0 GSM 04.08: Improve IMEI recording in hlr.sqlite3 for rejected subscribers by Harald Welte · 14 years ago
  65. 1a130e2 GPRS: Print the IP address to see the direction... by Holger Hans Peter Freyther · 14 years ago
  66. 128ba98 GPRS: It is TLLI and not TTLI... by Holger Hans Peter Freyther · 14 years ago
  67. 6516ed3 GPRS: Show the TLLI as hex value... by Holger Hans Peter Freyther · 14 years ago
  68. 96ba017 GPRS: Add script to track the N(U) on GPRS LLC messages.. by Holger Hans Peter Freyther · 14 years ago
  69. df27e3c GPRS: Add wireshark lua script to split a trace by TLLI by Holger Hans Peter Freyther · 14 years ago
  70. 70f3ed9 GPRS: Move test script into subdirectory.. by Holger Hans Peter Freyther · 14 years ago
  71. dd34270 wireshark: Fix the Paging Configuration, fix the nanobts/bs11 setting by Holger Hans Peter Freyther · 14 years ago
  72. 32a1068 [GPRS] BSSGP: Fix formatting of BSSGP TX STATUS by Harald Welte · 14 years ago
  73. 0896568 [GPRS] SNDCP: Implement fragmentation of N-PDUs to SN-PDUs in downlink by Harald Welte · 14 years ago
  74. d14be78 [GPRS] SNDCP: Check if SN-PDU is too large and reject it by Harald Welte · 14 years ago
  75. df270ad [GPRS] LLC: Implement per-SAPI default values for LLC parameters by Harald Welte · 14 years ago
  76. ef1bef7 [GPRS] implement GTP->SNDCP->LLC downlink user-data path by Harald Welte · 14 years ago
  77. ff70e0e [GPRS] add comments to SGSN header file by Harald Welte · 14 years ago
  78. 29f3910 [GPRS] SGSN: specify the local bind address in the config file by Harald Welte · 14 years ago
  79. aff6aeb [GPRS] SGSN: use correct length+data for GSN_ADDRESS by Harald Welte · 14 years ago
  80. cc2279b [GPRS] SNDCP: Fix PCOMP and DCOMP header field length by Harald Welte · 14 years ago
  81. e0aea39 [GPRS] SGSN: Allow vty-based configuration of local listen/bind IP for GTP by Harald Welte · 14 years ago
  82. d5b31a8 [GPRS] SNDCP: Add new SNDCP Entity to global list of entities by Harald Welte · 14 years ago
  83. b064471 [GPRS] Change SI13 to NMO_II, as some phones (like G1) dislike NMO_III by Harald Welte · 14 years ago
  84. d83e324 [GPRS] SNDCP use DSNDCP instead of DGPRS by Harald Welte · 14 years ago
  85. f6554f7 [GPRS] SNDCP: Fix header length (pcomp is part of common_hdr) by Harald Welte · 14 years ago
  86. 4aa4148 [GPRS] SGSN: fix another segfault (and use-after-free) when GGSN is dead by Harald Welte · 14 years ago
  87. d0e36dc [GPRS] hand SNDCP N-PDUs to the GTP to the GGSN by Harald Welte · 14 years ago
  88. c19ae7e We now need libosmocore-0.1.10 due to gprs_tmsi2tlli() by Harald Welte · 14 years ago
  89. 75871c7 [GPRS] Major LLC / TLLI handling fixes by Harald Welte · 14 years ago
  90. a640f13 [GPRS] SGSN GTP: Fix segfault in case GGSN is down by Harald Welte · 14 years ago
  91. c73b3bf [GPRS] update SGSN config file example by Harald Welte · 14 years ago
  92. 96cf248 [GPRS] GMM: Set LLC 'C/R' bit when sending IDENTITY REQUEST by Harald Welte · 14 years ago
  93. cca80c9 [GPRS] Include IMSI and DRX params in BSSGP DL-UD by Harald Welte · 14 years ago
  94. 7e01d8e [GPRS] Implement TMSI reallocation and timers 3350 + 3370 by Harald Welte · 14 years ago
  95. ec1c733 [GPRS] BSSGP: Fix way too long TLLI debug line by Harald Welte · 14 years ago
  96. 607ffa7 [GPRS] BSSGP: More verbose debug log / error reporting by Harald Welte · 14 years ago
  97. c29ae4b VTY: properly exit from OML_NODE by Harald Welte · 14 years ago
  98. 321f8f3 [GPRS] BSSGP: When we receive a BLOCK, we should not respond with UNBLOCK-ACK by Harald Welte · 14 years ago
  99. 63b964e OML: Introduce minimal VTY command set to interact with OML managed objects by Harald Welte · 14 years ago
  100. 1d1a6b7 VTY: libosmocore >= 0.1.9 doesn't define BSC specific VTY nodes anymore by Harald Welte · 14 years ago