1. c9a341b move ipaccess tools into their own subdirectory by Harald Welte · 14 years ago
  2. e236596 [gprs] Move all GPRS related code to src/gprs subdirectory by Harald Welte · 14 years ago
  3. 1c77c6e [gprs] gb_proxy: Fix message looping bug by Harald Welte · 14 years ago
  4. 24b3131 [gprs] NS: If we are the BSS side, UNBLOCK the connection after it is ALIVE by Harald Welte · 14 years ago
  5. 90de93e [gprs] NS: Start ALIVE Procedure after receiving RESET_ACK by Harald Welte · 14 years ago
  6. 199d9df [gprs] NS: improved timer handling for RESET by Harald Welte · 14 years ago
  7. 05b320a [gprs] NS: replace nsvc->timer_is_tns_alive with nsvc->timer_mode by Harald Welte · 14 years ago
  8. 96f71f2 [gprs] gb_proxy: fix NSEI value printed in some debug statements by Harald Welte · 14 years ago
  9. 44c4830 [gprs] gb_proxy: locally acknowledge BVC RESET for BVCI=0 by Harald Welte · 14 years ago
  10. 69619e3 [gprs] gb_proxy: Strip NS header before relaying message by Harald Welte · 14 years ago
  11. 672f5c4 [gprs] gb_proxy: Fix proxying of BSS messages to SGSN by Harald Welte · 14 years ago
  12. 239cf05 [gprs] Unify log messages of the NS protocol implementation by Harald Welte · 14 years ago
  13. ca3620a [gprs] gb_proxy: use new msgb_bssgph() and msgb_bssgp_len() macros by Harald Welte · 14 years ago
  14. 5658a1a [gprs] LLC: Echo back the XID parameters that the MS requested by Harald Welte · 14 years ago
  15. 10997d0 [gprs] LLC: API to send XID responses to XID commands by Harald Welte · 14 years ago
  16. 86fda90 [gprs] Include a valid QoS attribute in ACT PDP CTX ACCEPT by Harald Welte · 14 years ago
  17. 421cba4 [gprs] SGSN SM: Provide IPv4 PDP address in PDP CTX ACT ACCEPT by Harald Welte · 14 years ago
  18. ba02110 [gprs] use old (uplink) message when parsing the routeing area by Harald Welte · 14 years ago
  19. 721961c [gprs] correctly calculate the length of the BSSGP PDUs by Harald Welte · 14 years ago
  20. d6c7416 [gprs] correctly set the NS instance that BSSGP should use by Harald Welte · 14 years ago
  21. 0c3eae0 [gprs] GMM: print more details about PDP context activation request by Harald Welte · 14 years ago
  22. d605709 [gprs] header file ordering (cosmetic) by Harald Welte · 14 years ago
  23. 9f1f3ad [gprs] GMM: update MM context RA ID / TLLI when appropriate by Harald Welte · 14 years ago
  24. 11d7c10 [gprs] pass BSSGP UL-UNITDATA Cell ID up into GMM layer by Harald Welte · 14 years ago
  25. eaa614c [gprs] Use stdint.h types (uintXX_t instead of u_intXX_t) by Harald Welte · 14 years ago
  26. e6afd60 [gprs] SGSN: Expect all Identifiers to be stored at highest level by Harald Welte · 14 years ago
  27. fd3fa1d [gprs] Ensure msgb->l3h points to Layer3 (04.08) by Harald Welte · 14 years ago
  28. 345223e [gprs] convert ns_cause_str to value_string by Harald Welte · 14 years ago
  29. dbab1c7 [gprs] BSSGP: convert cause strings to value_string by Harald Welte · 14 years ago
  30. a266554 [gprs] LLC: Introduce the allocation and lookup of LLC Entities (LLE) by Harald Welte · 14 years ago
  31. 6557cd0 [gprs] introduce BSSGP concept of BTS contextx by Harald Welte · 14 years ago
  32. 288be16 [gprs] Build the SGSN stand-alone and not as part of bsc_hack by Harald Welte · 14 years ago
  33. a67cbd6 [gpprs] Add VTY node for SGSN by Harald Welte · 14 years ago
  34. 169a004 [gprs] Makefile reorganization by Harald Welte · 14 years ago
  35. 70f38d2 [gprs] gb_proxy: Actually create our gbprox_peers by Harald Welte · 14 years ago
  36. 79fc392 move gsm48_parse_ra() and gprs_tlli_type() to libosmocore by Harald Welte · 14 years ago
  37. b77c697 [gprs] fully integrate VTY configuration into Gb proxy by Harald Welte · 14 years ago
  38. 799e0c9 gb_proxy: Add initial VTY configuration code by Harald Welte · 14 years ago
  39. a977b3d gbproxy: add VTY node by Harald Welte · 14 years ago
  40. 7b8255c gb_proxy: listen on UDP port 23000, use AF_INET by Harald Welte · 14 years ago
  41. 9f75c35 GPRS: Introduce a GPRS Gb Proxy by Harald Welte · 14 years ago
  42. 44f1c27 gprs: remove msgb->nsvc pointer and replace it with NSEI and BVCI by Harald Welte · 14 years ago
  43. 06aa111 gprs: Use new msgb->cb[] for storing a pointer to the NS-VC through which it was received by Harald Welte · 14 years ago
  44. cb99163 GPRS: Modularize the NS implementation by Harald Welte · 14 years ago
  45. 943c5bc gprs: Update gprs-sgsn branch to use new msgb->cb layout by Harald Welte · 14 years ago
  46. 2977d67 GPRS: add DGPRS to new debug api by Harald Welte · 14 years ago
  47. 5434d7e GPRS: remove hard-coded IP address for NSIP responses from SGSN->BTS by Harald Welte · 14 years ago
  48. 9b455bf Create new 'gprs-sgsn' branch on top of 'gprs-conf' by Harald Welte · 14 years ago
  49. 3c69a4c make gsm48_msgb_alloc() a static inline function by Harald Welte · 14 years ago
  50. bde050e multi-trx config: Don't configure CCCH on 2nd TRX ;) by Harald Welte · 14 years ago
  51. 72267f0 move gsm48_construct_ra() to libosmocore by Harald Welte · 14 years ago
  52. 0b484a4 Makefile cleanup by Harald Welte · 14 years ago
  53. f32cc4b VTY: ensure all cmd_elements are declared 'static' by Harald Welte · 14 years ago
  54. e9dd9b0 gsm_04_11.c: Use msgb->l4h instead of sms->smsh, as the latter is gone by Harald Welte · 14 years ago
  55. 52e8da6 remove any reference to 'struct gsm_bts_link' by Harald Welte · 14 years ago
  56. a581136 [misc] Remove spaces, fix indention. by Holger Hans Peter Freyther · 14 years ago
  57. a4b446b [vty] Free the matched at the end of the routine. by Holger Hans Peter Freyther · 14 years ago
  58. f1af306 [vty] Plug memory leak on auto completion. by Holger Hans Peter Freyther · 14 years ago
  59. 1700c93 [vty] Allow to create a buffer in a given context. by Holger Hans Peter Freyther · 14 years ago
  60. 9e282de [vty] Move some allocations into the context of the vty. by Holger Hans Peter Freyther · 14 years ago
  61. 22ca95c [vty] Remove FIXME as it appears to do the right thing. by Holger Hans Peter Freyther · 14 years ago
  62. 50f81b0 bsc_init: Fix ccch description in SI messages by Sylvain Munaut · 14 years ago
  63. f51b900 e1_input: Stop the timer when deleting the signalling link on the TS by Holger Hans Peter Freyther · 14 years ago
  64. 4ac100e [e1_input] When destroying a link clear all pending messages by Holger Hans Peter Freyther · 14 years ago
  65. 95c2290 [vty] Allow to set the RACH NM attributes on a per BTS basis by Holger Hans Peter Freyther · 14 years ago
  66. d941eda Merge branch 'on-waves/sccp' by Holger Hans Peter Freyther · 14 years ago
  67. 277f035 [sccp] Move from DEBUGP to LOGP in sccp.c by Holger Hans Peter Freyther · 14 years ago
  68. 2cdda72 [sccp] Parse the error message and add a unit test for it. by Holger Hans Peter Freyther · 14 years ago
  69. 637b4f6 Merge branch 'on-waves/mgcp' by Holger Hans Peter Freyther · 14 years ago
  70. 32d4e50 [mgcp] Possible memleak fix for the allowed reallocation case by Holger Hans Peter Freyther · 14 years ago
  71. dc41755 [mgcp] Add a change callback and send a dummy packet on MDCX. by Holger Hans Peter Freyther · 14 years ago
  72. aa9d3ce [mgcp] Ignore every dummy packet... by Holger Hans Peter Freyther · 14 years ago
  73. e3d16bb [mgcp] Protocol extension to not generate answers. by Holger Hans Peter Freyther · 14 years ago
  74. 7407693 [mgcp] Print a Deleted endpoint message again. by Holger Hans Peter Freyther · 14 years ago
  75. b844b87 [mgcp] Add a dummy send method... by Holger Hans Peter Freyther · 14 years ago
  76. 38e9c82 RSL: inmplement ip.access paging load indication 'below threshold' by Harald Welte · 14 years ago
  77. 39608dc GPRS: Fix calculation of 'Extension Length' in GPRS Cell Options by Harald Welte · 14 years ago
  78. 5fda908 GPRS: Indicate the SGSN is Release 99 as this is the first with EDGE by Harald Welte · 14 years ago
  79. 1803818 update openbsc.cfg examples for new gprs syntax by Harald Welte · 14 years ago
  80. 439bb82 GPRS: Enable EGPRS coding schemes in Cell Attributes if 'gprs mode egprs' by Harald Welte · 14 years ago
  81. a06fea0 GPRS: actually enable indicating EDGE capability in SI13 by Harald Welte · 14 years ago
  82. 4511d89 GPRS: change 'gprs enabled <0-1>' to 'gprs mode (none|gprs|egprs)' by Harald Welte · 14 years ago
  83. da0586a GPRS: Add Support for the GPRS Cell Option Extension Info IE by Harald Welte · 14 years ago
  84. 2c57232 add an example config file for nanoBTS multi-trx case by Harald Welte · 14 years ago
  85. ad9f783 update the openbts.cfg.nanobts example by Harald Welte · 14 years ago
  86. 57ba7e3 GPRS: BVCI 0 and 1 are not permitted. by Harald Welte · 14 years ago
  87. 6ba3bcb BVCI 0 is not within the permitted range by Harald Welte · 14 years ago
  88. bb110f9 [statistics] Keep track of OML/RSL failures of the BTS. by Holger Hans Peter Freyther · 14 years ago
  89. 3ba36d5 [statistics] Keep track of rf failures and rll release failures by Holger Hans Peter Freyther · 14 years ago
  90. bda5819 Merge branch 'on-waves/mgcp' by Holger Hans Peter Freyther · 14 years ago
  91. 8d9833e [mgcp] Fix vty file generation for the BSC nat and other cases by Holger Hans Peter Freyther · 14 years ago
  92. 2ba40af Add rf_locked to the configuration writing. by Holger Hans Peter Freyther · 14 years ago
  93. e0ec326 [vty] Separate BSC and MSC statistics. Make it easy to print them. by Holger Hans Peter Freyther · 14 years ago
  94. 2d42505 [mgcp] Only write audio_name/payload when it is actually set. by Holger Hans Peter Freyther · 14 years ago
  95. 135f797 [bsc_init] When the RSL/OML connection drops, free all lchans by Holger Hans Peter Freyther · 14 years ago
  96. f8eff2e [ipa] Fix the reporting of link down... by Holger Hans Peter Freyther · 14 years ago
  97. 70402a4 [ipa] Handle losing the RSL/OML connection.. by Holger Hans Peter Freyther · 14 years ago
  98. b54dda4 ipaccess: Send RTP Payload IE for CRCX & MDCX by Sylvain Munaut · 15 years ago
  99. b998d7b abis_nm: Fix ACTIVATE SW parameters by Sylvain Munaut · 15 years ago
  100. 63cb447 Revert "ipa: Reduce the throttling of the IPA msges" by Holger Hans Peter Freyther · 14 years ago