1. 136f453 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  2. 89579b4 prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago[Renamed from openbsc/src/gb/gprs_ns.c]
  3. e5e36af Move 'Gb' protocol stack into its own src/gb subdirectory by Harald Welte · 13 years ago[Renamed from openbsc/src/gprs/gprs_ns.c]
  4. 9af6ddf License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 13 years ago
  5. c1fa794 [GPRS NS] Fix memory leak in gprs_ns_sendmsg() error path by Harald Welte · 14 years ago
  6. d75d71e [GPRS] NS: correctly pass the NS payload length to the TLV parser by Harald Welte · 14 years ago
  7. ea985a4 [GPRS] NS: Print error message if TLV parser fails for some reason by Harald Welte · 14 years ago
  8. dccf555 [GPRS] NS: Start TEST procedure, not ALIVE procedure, on RESET/RESET_ACK by Harald Welte · 14 years ago
  9. 900aeaf gprs: Subtract the headroom for what we can receive by Holger Hans Peter Freyther · 14 years ago
  10. 4f1e815 [GPRS] NS: Always generate LOG_INFO message when we block NS-VC by Harald Welte · 14 years ago
  11. 2fbf12d gprs_ns_frgre.h: Create the header and include it by Holger Hans Peter Freyther · 14 years ago
  12. cf4e9c8 gprs_ns.c: Make make_socket known to the compiler by Holger Hans Peter Freyther · 14 years ago
  13. 83e0b3f gprs: Fix warnings on funny casts for the return statement by Holger Hans Peter Freyther · 14 years ago
  14. e72c61c [GPRS] NS: Never respond to STATUS with STATUS to prevent loops! by Harald Welte · 14 years ago
  15. e4860d7 [GPRS] NS: Make sure we allocate NS packet with headroom for FR/GRE by Harald Welte · 14 years ago
  16. ff3bde8 [GPRS] NS: VTY: Move all local ip/port bind values into 'ns' node by Harald Welte · 14 years ago
  17. 5540c4c [GPRS] Add Frame Relay in GRE encapsulation for NS by Harald Welte · 14 years ago
  18. 77289c2 [GPRS] SGSN: properly delete a PDP context after receiving PDP CTX DEACT REQ by Harald Welte · 14 years ago
  19. 7363e92 [GPRS] NS: Receiving a STATUS message is a NOTICEable event by Harald Welte · 14 years ago
  20. 8be8c8f [GPRS] NS: Allow filtering of log messages by NSVC / NSEI by Harald Welte · 14 years ago
  21. ff56d61 [GPRS] NS: Always start NS-ALIVE procedure after RESET by Harald Welte · 14 years ago
  22. 1ccbf44 [GPRS] gb_proxy: Initiate RESET procedure on persistent NS-VC at startup by Harald Welte · 14 years ago
  23. 3863e04 [GPRS] NS: Remove 'unknown_nsvc' from list of NS-VCs by Harald Welte · 14 years ago
  24. 9aa97fc [GPRS] NS: Fix segfault when receiving message from unknown NS-VC by Harald Welte · 14 years ago
  25. a6fd8f2 [GPRS] NS: remove debug statement about l2len by Harald Welte · 14 years ago
  26. c191986 [GPRS] NS: more rate counters for BLOCK / DEAD count by Harald Welte · 14 years ago
  27. e183345 [GPRS] NS: properly assign msgb->l2h to count outgoing bytes correctly by Harald Welte · 14 years ago
  28. 8e605b0 [GPRS] NS: Fix wrong counter use and remove debug statement by Harald Welte · 14 years ago
  29. f2b4cd7 [GPRS] NS: Start to use rate_ctr_group code from libosmocore by Harald Welte · 14 years ago
  30. 8272c77 GPRS: We have to do the msgb_free() in NS not Gb Proxy by Harald Welte · 14 years ago
  31. ea4647d NS: Make all timers configurable from VTY by Harald Welte · 14 years ago
  32. 995a2d3 use new install_element_ve() by Harald Welte · 14 years ago
  33. 50a6dfe Make sure all commands of SHOW_NODE to ENABLE_NODE by Harald Welte · 14 years ago
  34. 1194b58 NS: Add support for persistent NS-VC configuration by Harald Welte · 14 years ago
  35. f6d67c0 NS: Send UNBLOCK signal when we get UNBLOCK_ACK from peer by Harald Welte · 14 years ago
  36. d4eaf80 Display NSEI instead of NSVCI for all debug msgs by Harald Welte · 14 years ago
  37. 8c2440e NS: Send STATUS or RESET when receiving NS_ALIVE on unknown NSVC by Harald Welte · 14 years ago
  38. b778d2c NS / GB Proxy: Add Signal in case Tns-Alive expires too often by Harald Welte · 14 years ago
  39. 811c497 NS: Debug NS timer expiry by Harald Welte · 14 years ago
  40. bca900d NS: Add more LOG_DEBGU messages and retransmit NS-ALIVE by Harald Welte · 14 years ago
  41. 34caeb3 NS: More INFO messages about what we actually transmit by Harald Welte · 14 years ago
  42. cad8301 NS: don't memcmp sockaddr_in but compare ip and port individually by Harald Welte · 14 years ago
  43. 9bdb3ba [gprs] NS: more state transitions, error reporting via Tx STATUS PDU by Harald Welte · 14 years ago
  44. fcc4cc9 [gprs] NS: elevate events from LOGL_DEBUG to LOGL_INFO by Harald Welte · 14 years ago
  45. 7c209eb [gprs] NS: update the remote peer IP addr/port on NS RESET by Harald Welte · 14 years ago
  46. ef1226e [gprs] NS: include port number in log statement by Harald Welte · 14 years ago
  47. e5117da [gprs] gb-proxy: We might receive a NS-RESET for a NS-VC that we already know by Harald Welte · 14 years ago
  48. d7c02ad [gprs] NS: Make sure we include "Rx" in the log statement for NS RESET by Harald Welte · 14 years ago
  49. 1389ac7 [gprs] NS: cleanup / fix compiler warnings by Harald Welte · 14 years ago
  50. 99e3248 [gprs] NS: Add signals in the event of BLOCK/UNBLOCK/RESET by Harald Welte · 14 years ago
  51. 6b72cdf [gprs] Add new 'NS' and 'BSSGP' logging categories by Harald Welte · 14 years ago
  52. e236596 [gprs] Move all GPRS related code to src/gprs subdirectory by Harald Welte · 14 years ago[Renamed from openbsc/src/gprs_ns.c]
  53. 24b3131 [gprs] NS: If we are the BSS side, UNBLOCK the connection after it is ALIVE by Harald Welte · 14 years ago
  54. 90de93e [gprs] NS: Start ALIVE Procedure after receiving RESET_ACK by Harald Welte · 14 years ago
  55. 199d9df [gprs] NS: improved timer handling for RESET by Harald Welte · 14 years ago
  56. 05b320a [gprs] NS: replace nsvc->timer_is_tns_alive with nsvc->timer_mode by Harald Welte · 14 years ago
  57. 239cf05 [gprs] Unify log messages of the NS protocol implementation by Harald Welte · 14 years ago
  58. eaa614c [gprs] Use stdint.h types (uintXX_t instead of u_intXX_t) by Harald Welte · 14 years ago
  59. e6afd60 [gprs] SGSN: Expect all Identifiers to be stored at highest level by Harald Welte · 14 years ago
  60. fd3fa1d [gprs] Ensure msgb->l3h points to Layer3 (04.08) by Harald Welte · 14 years ago
  61. 345223e [gprs] convert ns_cause_str to value_string by Harald Welte · 14 years ago
  62. b77c697 [gprs] fully integrate VTY configuration into Gb proxy by Harald Welte · 14 years ago
  63. 9f75c35 GPRS: Introduce a GPRS Gb Proxy by Harald Welte · 14 years ago
  64. 44f1c27 gprs: remove msgb->nsvc pointer and replace it with NSEI and BVCI by Harald Welte · 14 years ago
  65. 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
  66. cb99163 GPRS: Modularize the NS implementation by Harald Welte · 14 years ago
  67. 5434d7e GPRS: remove hard-coded IP address for NSIP responses from SGSN->BTS by Harald Welte · 14 years ago
  68. 9b455bf Create new 'gprs-sgsn' branch on top of 'gprs-conf' by Harald Welte · 14 years ago