aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gprs_ns.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-30[GPRS] NS: correctly pass the NS payload length to the TLV parserHarald Welte1-7/+9
2010-05-28[GPRS] NS: Print error message if TLV parser fails for some reasonHarald Welte1-0/+22
2010-05-28[GPRS] NS: Start TEST procedure, not ALIVE procedure, on RESET/RESET_ACKHarald Welte1-2/+3
2010-05-28gprs: Subtract the headroom for what we can receiveHolger Hans Peter Freyther1-1/+1
2010-05-25[GPRS] NS: Always generate LOG_INFO message when we block NS-VCHarald Welte1-0/+5
2010-05-23gprs_ns_frgre.h: Create the header and include itHolger Hans Peter Freyther1-0/+1
2010-05-23gprs_ns.c: Make make_socket known to the compilerHolger Hans Peter Freyther1-0/+1
2010-05-23gprs: Fix warnings on funny casts for the return statementHolger Hans Peter Freyther1-4/+3
2010-05-19[GPRS] NS: Never respond to STATUS with STATUS to prevent loops!Harald Welte1-0/+6
2010-05-19[GPRS] NS: Make sure we allocate NS packet with headroom for FR/GREHarald Welte1-6/+6
2010-05-19[GPRS] NS: VTY: Move all local ip/port bind values into 'ns' nodeHarald Welte1-2/+3
2010-05-19[GPRS] Add Frame Relay in GRE encapsulation for NSHarald Welte1-13/+13
2010-05-18[GPRS] SGSN: properly delete a PDP context after receiving PDP CTX DEACT REQHarald Welte1-0/+4
2010-05-16[GPRS] NS: Receiving a STATUS message is a NOTICEable eventHarald Welte1-2/+2
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