aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs
AgeCommit message (Expand)AuthorFilesLines
2010-05-19[GPRS] NS: VTY: Move all local ip/port bind values into 'ns' nodeHarald Welte8-92/+123
2010-05-19[GPRS] Add Frame Relay in GRE encapsulation for NSHarald Welte8-29/+340
2010-05-19[SGSN] Gb Proxy: Simplify configurationHarald Welte3-61/+19
2010-05-18[GPRS] SGSN: use GGSN IP address from config file, disable TMSI allocationHarald Welte4-17/+41
2010-05-18[GPRS] SGSN: actually isert a ggsn context when we allocate itHarald Welte1-0/+1
2010-05-18[GPRS] SGSN: Make sure libgtp timer doesn't segfaultHarald Welte1-0/+1
2010-05-18[GPRS] SGSN: No need to calculate difference for libgtp timerHarald Welte1-39/+2
2010-05-18[GPRS] fix numerous compiler warningsHarald Welte3-12/+10
2010-05-18[GPRS] SGSN: TMSI allocationHarald Welte2-31/+75
2010-05-18[GPRS] SGSN: Correctly set upper 4 bits of PDP address to 0Harald Welte1-0/+9
2010-05-18[GPRS] SGSN: exit() if we cannot bind to the GTP addressHarald Welte1-0/+3
2010-05-18[GPRS] SGSN: Make sure the PCO from GGSN are passed to the MSHarald Welte1-1/+1
2010-05-18[GPRS] SGSN: properly delete a PDP context after receiving PDP CTX DEACT REQHarald Welte6-43/+86
2010-05-18[GPRS] SGSN: Don't use GGSN-provided QoS as the MS doesn't like itHarald Welte1-4/+3
2010-05-18[GPRS] SGSN: ensure we mark libgtp filedescriptors as READHarald Welte1-0/+3
2010-05-18[GPRS] LLC: Fix logic to detect unknown TLLI/SAPIHarald Welte1-8/+10
2010-05-18[GPRS] SGSN: properly initialzie pdp_list head of mm ctxHarald Welte1-0/+1
2010-05-18[GPRS] LLC: print human-readable LLC command typeHarald Welte1-1/+17
2010-05-18[GPRS] LLC: Add VTY interface for LLCHarald Welte4-36/+86
2010-05-18[GPRS] fix null pointer dereference in GMMHarald Welte1-2/+2
2010-05-18[GPRS] BSSG: Fix Vty printing of BVCHarald Welte1-1/+1
2010-05-18[GPRS] BSSGP: Use correct values for SIGNALLING and PTM BVCIHarald Welte1-5/+5
2010-05-18[GPRS] Make sure libsgsn.a is only built when libgtp is availableHarald Welte1-1/+1
2010-05-18[GPRS] SGSN: Include rate counters in MM ContextHarald Welte4-14/+61
2010-05-18[GPRS] Properly connect GPRS SM with LIBGTP for PDP context activationHarald Welte3-24/+152
2010-05-18[GPRS] SGSN: Activate BSSGP VTY functionsHarald Welte1-0/+1
2010-05-18[GPRS] Build osmo-sgsn only if libgtp is availableHarald Welte1-0/+5
2010-05-17[GPRS] BSSGP: Add VTY for configuration and inpectionHarald Welte3-1/+182
2010-05-17[GPRS] BSSGP: Introduce packet/byte countersHarald Welte1-0/+17
2010-05-17[GPRS] BSSGP: expose more internal structures / APIHarald Welte1-27/+4
2010-05-17[GPRS] BSSGP: Rename bssgp_bts_ctx to bssgp_bvc_ctxHarald Welte1-19/+19
2010-05-17[GPRS] More work on a real SGSNHarald Welte4-76/+377
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