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