aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gprs_ns.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-15[GPRS] NS: Allow filtering of log messages by NSVC / NSEIHarald Welte1-1/+22
2010-05-15[GPRS] NS: Always start NS-ALIVE procedure after RESETHarald Welte1-9/+6
2010-05-14[GPRS] gb_proxy: Initiate RESET procedure on persistent NS-VC at startupHarald Welte1-15/+18
2010-05-13[GPRS] NS: Remove 'unknown_nsvc' from list of NS-VCsHarald Welte1-0/+3
2010-05-13[GPRS] NS: Fix segfault when receiving message from unknown NS-VCHarald Welte1-8/+17
2010-05-13[GPRS] NS: remove debug statement about l2lenHarald Welte1-1/+0
2010-05-13[GPRS] NS: more rate counters for BLOCK / DEAD countHarald Welte1-8/+25
2010-05-13[GPRS] NS: properly assign msgb->l2h to count outgoing bytes correctlyHarald Welte1-1/+2
2010-05-13[GPRS] NS: Fix wrong counter use and remove debug statementHarald Welte1-4/+2
2010-05-13[GPRS] NS: Start to use rate_ctr_group code from libosmocoreHarald Welte1-243/+39
2010-05-12GPRS: We have to do the msgb_free() in NS not Gb ProxyHarald Welte1-1/+5
2010-05-12NS: Make all timers configurable from VTYHarald Welte1-12/+58
2010-05-12use new install_element_ve()Harald Welte1-2/+1
2010-05-12Make sure all commands of SHOW_NODE to ENABLE_NODEHarald Welte1-0/+1
2010-05-12NS: Add support for persistent NS-VC configurationHarald Welte1-9/+216
2010-05-12NS: Send UNBLOCK signal when we get UNBLOCK_ACK from peerHarald Welte1-0/+1
2010-05-12Display NSEI instead of NSVCI for all debug msgsHarald Welte1-4/+4
2010-05-12NS: Send STATUS or RESET when receiving NS_ALIVE on unknown NSVCHarald Welte1-5/+15
2010-05-12NS / GB Proxy: Add Signal in case Tns-Alive expires too oftenHarald Welte1-0/+1
2010-05-12NS: Debug NS timer expiryHarald Welte1-2/+16
2010-05-12NS: Add more LOG_DEBGU messages and retransmit NS-ALIVEHarald Welte1-4/+23
2010-05-12NS: More INFO messages about what we actually transmitHarald Welte1-0/+13
2010-05-12NS: don't memcmp sockaddr_in but compare ip and port individuallyHarald Welte1-4/+5
2010-05-12[gprs] NS: more state transitions, error reporting via Tx STATUS PDUHarald Welte1-16/+64
2010-05-12[gprs] NS: elevate events from LOGL_DEBUG to LOGL_INFOHarald Welte1-13/+14
2010-05-11[gprs] NS: update the remote peer IP addr/port on NS RESETHarald Welte1-1/+2
2010-05-11[gprs] NS: include port number in log statementHarald Welte1-2/+3
2010-05-11[gprs] gb-proxy: We might receive a NS-RESET for a NS-VC that we already knowHarald Welte1-4/+21
2010-05-11[gprs] NS: Make sure we include "Rx" in the log statement for NS RESETHarald Welte1-1/+5
2010-05-11[gprs] NS: cleanup / fix compiler warningsHarald Welte1-3/+5
2010-05-11[gprs] NS: Add signals in the event of BLOCK/UNBLOCK/RESETHarald Welte1-4/+73
2010-05-11[gprs] Add new 'NS' and 'BSSGP' logging categoriesHarald Welte1-22/+22
2010-05-04[gprs] Move all GPRS related code to src/gprs subdirectoryHarald Welte1-0/+644