aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs
AgeCommit message (Expand)AuthorFilesLines
2010-05-13[GPRS] NS: Start to use rate_ctr_group code from libosmocoreHarald Welte4-245/+318
2010-05-13[GPRS] Gb Proxy: Cosmetic fix of log messageHarald Welte1-1/+2
2010-05-12GPRS: Gb proxy memory leak debugging with SIGUSRHarald Welte1-0/+34
2010-05-12GPRS: We have to do the msgb_free() in NS not Gb ProxyHarald Welte2-5/+5
2010-05-12Gb Proxy: Proper msgb memory managementHarald Welte1-2/+31
2010-05-12NS: Make all timers configurable from VTYHarald Welte1-12/+58
2010-05-12use new install_element_ve()Harald Welte2-4/+2
2010-05-12Make sure all commands of SHOW_NODE to ENABLE_NODEHarald Welte2-0/+2
2010-05-12Gb Proxy: Cosmetic fix of VTY file writingHarald Welte1-6/+6
2010-05-12NS: Add support for persistent NS-VC configurationHarald Welte4-43/+228
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 Welte2-0/+8
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] Gb proxy: log level consolidationHarald Welte1-7/+9
2010-05-12[gprs] NS: elevate events from LOGL_DEBUG to LOGL_INFOHarald Welte1-13/+14
2010-05-12[gprs] gb_proxy: Snoop Cell ID from BSSGP RESETHarald Welte1-5/+22
2010-05-11[gprs] gb_proxy: more verbose debuggingHarald Welte1-4/+7
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] use TCP port 4246 for the gb_proxy vty telnetHarald Welte1-1/+1
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] gb_proxy: Fix detecting the SGSN-facing ns-vc by its NSEIHarald Welte1-0/+8
2010-05-11[gprs] NS: Make sure we include "Rx" in the log statement for NS RESETHarald Welte1-1/+5
2010-05-11[gprs] Gb proxy: cosmetic cleanupHarald Welte1-3/+5
2010-05-11[gprs] NS: cleanup / fix compiler warningsHarald Welte1-3/+5
2010-05-11[gprs] BSSGP: cosmetic cleanupHarald Welte1-9/+2
2010-05-11[gprs] gb_proxy: Send proper BSSGP STATUS msg in error caseHarald Welte5-131/+198
2010-05-11[gprs] gb_proxy: Forward NS-RESET/NS-BLOCK/NS-UNBLOCK from SGSN to BTSsHarald Welte2-0/+33
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 Welte2-44/+44
2010-05-11[gprs] gb_proxy: More VTY 'show' informationHarald Welte2-2/+28
2010-05-04misc: Use $(top_srcdir) for source, $(top_builddir) for libsHolger Hans Peter Freyther1-4/+4
2010-05-04[gprs] Move all GPRS related code to src/gprs subdirectoryHarald Welte15-0/+3827