aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs_ns.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-04[gprs] Move all GPRS related code to src/gprs subdirectoryHarald Welte1-644/+0
2010-05-04[gprs] NS: If we are the BSS side, UNBLOCK the connection after it is ALIVEHarald Welte1-0/+9
2010-05-04[gprs] NS: Start ALIVE Procedure after receiving RESET_ACKHarald Welte1-4/+7
2010-05-04[gprs] NS: improved timer handling for RESETHarald Welte1-15/+78
2010-05-04[gprs] NS: replace nsvc->timer_is_tns_alive with nsvc->timer_modeHarald Welte1-11/+14
2010-05-04[gprs] Unify log messages of the NS protocol implementationHarald Welte1-22/+28
2010-05-04[gprs] Use stdint.h types (uintXX_t instead of u_intXX_t)Harald Welte1-17/+17
2010-05-04[gprs] SGSN: Expect all Identifiers to be stored at highest levelHarald Welte1-0/+1
2010-05-04[gprs] Ensure msgb->l3h points to Layer3 (04.08)Harald Welte1-1/+1
2010-05-04[gprs] convert ns_cause_str to value_stringHarald Welte1-20/+15
2010-05-04[gprs] fully integrate VTY configuration into Gb proxyHarald Welte1-25/+4
2010-05-04GPRS: Introduce a GPRS Gb ProxyHarald Welte1-25/+22
2010-05-04gprs: remove msgb->nsvc pointer and replace it with NSEI and BVCIHarald Welte1-22/+39
2010-05-04gprs: Use new msgb->cb[] for storing a pointer to the NS-VC through which it ...Harald Welte1-7/+11
2010-05-04GPRS: Modularize the NS implementationHarald Welte1-22/+231
2010-05-04GPRS: remove hard-coded IP address for NSIP responses from SGSN->BTSHarald Welte1-22/+32
2010-05-04Create new 'gprs-sgsn' branch on top of 'gprs-conf'Harald Welte1-0/+348