aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs
AgeCommit message (Expand)AuthorFilesLines
2010-05-17[SGSN] remove the mmctx->sgsn pointerHarald Welte2-4/+3
2010-05-17[GPRS] Initial untested support for libgtpHarald Welte6-46/+598
2010-05-16[GPRS] NS: Receiving a STATUS message is a NOTICEable eventHarald Welte1-2/+2
2010-05-16VTY: separate VTY logging commands and OpenBSC node exit codeHarald Welte2-2/+2
2010-05-16VTY: decouple telnet_interface from 'struct gsmnet'Harald Welte4-28/+16
2010-05-16VTY: pass program name, version and copyright to vty_init()Harald Welte2-12/+7
2010-05-16VTY: Context-sensitive help for logging related commandsHarald Welte1-1/+1
2010-05-15[GPRS] NS: Allow filtering of log messages by NSVC / NSEIHarald Welte2-1/+56
2010-05-15[GPRS] NS: VTY: Don't nsvc_delete() on 'no nse...'Harald Welte1-3/+9
2010-05-15[GPRS] NS: Introduce command to display a single NSEHarald Welte1-12/+47
2010-05-15[GPRS] NS: Always start NS-ALIVE procedure after RESETHarald Welte1-9/+6
2010-05-14[GPRS] NS: Add 'nsvc nsei ... (block|unblock|reset)' command to VTYHarald Welte1-0/+33
2010-05-14[VTY] Introduce "end" command that works from any level in configHarald Welte3-0/+3
2010-05-14[VTY] Remove OpenBSC specific node-exit handling from src/vtyHarald Welte3-0/+6
2010-05-14[GPRS] gb_proxy: Initiate RESET procedure on persistent NS-VC at startupHarald Welte3-15/+34
2010-05-14[GPRS] Gb_proxy: Support common command line argumentsHarald Welte1-1/+72
2010-05-13[GPRS] BSSGP: Refuse blocking of signalling BVC; Ignore traffic on blocked BVCHarald Welte1-0/+22
2010-05-13[GPRS] BSSGP: Make implementation more robustHarald Welte1-97/+216
2010-05-13[GPRS] LLC: Start using different log levelsHarald Welte1-4/+5
2010-05-13[GPRS] LLC: Use DLLC instead of DGPRSHarald Welte1-9/+9
2010-05-13[GPRS] BSSGP: Elaborate more on FIXMEsHarald Welte1-8/+10
2010-05-13[GPRS] Rename gsm_04_08_gprs.c to gprs_gmm.cHarald Welte2-1/+1
2010-05-13[GPRS] LLC: Improve implementation compliance to specHarald Welte1-13/+42
2010-05-13[GPRS] NS: Remove 'unknown_nsvc' from list of NS-VCsHarald Welte1-0/+3
2010-05-13[GPRS] Gb Proxy: More verbose loggingHarald Welte1-15/+27
2010-05-13[GPRS] NS: Fix segfault when receiving message from unknown NS-VCHarald Welte2-8/+19
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: Show statistics on VTY only if requestedHarald Welte1-4/+19
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] SGSN: Add Signal handler and NS VTY supportHarald Welte1-5/+45
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