aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2010-05-04[gprs] Move all GPRS related code to src/gprs subdirectoryHarald Welte16-15/+24
2010-05-04[gprs] gb_proxy: Fix message looping bugHarald Welte1-5/+21
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] gb_proxy: fix NSEI value printed in some debug statementsHarald Welte2-2/+72
2010-05-04[gprs] gb_proxy: locally acknowledge BVC RESET for BVCI=0Harald Welte1-15/+60
2010-05-04[gprs] gb_proxy: Strip NS header before relaying messageHarald Welte1-13/+23
2010-05-04[gprs] gb_proxy: Fix proxying of BSS messages to SGSNHarald Welte2-29/+38
2010-05-04[gprs] Unify log messages of the NS protocol implementationHarald Welte1-22/+28
2010-05-04[gprs] gb_proxy: use new msgb_bssgph() and msgb_bssgp_len() macrosHarald Welte1-4/+4
2010-05-04[gprs] LLC: Echo back the XID parameters that the MS requestedHarald Welte1-12/+23
2010-05-04[gprs] LLC: API to send XID responses to XID commandsHarald Welte1-14/+57
2010-05-04[gprs] Include a valid QoS attribute in ACT PDP CTX ACCEPTHarald Welte1-1/+24
2010-05-04[gprs] SGSN SM: Provide IPv4 PDP address in PDP CTX ACT ACCEPTHarald Welte1-5/+33
2010-05-04[gprs] use old (uplink) message when parsing the routeing areaHarald Welte1-2/+2
2010-05-04[gprs] correctly calculate the length of the BSSGP PDUsHarald Welte1-5/+5
2010-05-04[gprs] correctly set the NS instance that BSSGP should useHarald Welte1-1/+3
2010-05-04[gprs] GMM: print more details about PDP context activation requestHarald Welte1-3/+44
2010-05-04[gprs] header file ordering (cosmetic)Harald Welte1-3/+4
2010-05-04[gprs] GMM: update MM context RA ID / TLLI when appropriateHarald Welte1-5/+11
2010-05-04[gprs] pass BSSGP UL-UNITDATA Cell ID up into GMM layerHarald Welte3-50/+35
2010-05-04[gprs] Use stdint.h types (uintXX_t instead of u_intXX_t)Harald Welte5-79/+81
2010-05-04[gprs] SGSN: Expect all Identifiers to be stored at highest levelHarald Welte4-22/+61
2010-05-04[gprs] Ensure msgb->l3h points to Layer3 (04.08)Harald Welte3-8/+11
2010-05-04[gprs] convert ns_cause_str to value_stringHarald Welte1-20/+15
2010-05-04[gprs] BSSGP: convert cause strings to value_stringHarald Welte1-28/+29
2010-05-04[gprs] LLC: Introduce the allocation and lookup of LLC Entities (LLE)Harald Welte1-8/+63
2010-05-04[gprs] introduce BSSGP concept of BTS contextxHarald Welte1-23/+110
2010-05-04[gprs] Build the SGSN stand-alone and not as part of bsc_hackHarald Welte9-46/+345
2010-05-04[gpprs] Add VTY node for SGSNHarald Welte1-0/+1
2010-05-04[gprs] Makefile reorganizationHarald Welte1-2/+1
2010-05-04[gprs] gb_proxy: Actually create our gbprox_peersHarald Welte1-7/+27
2010-05-04move gsm48_parse_ra() and gprs_tlli_type() to libosmocoreHarald Welte1-36/+0
2010-05-04[gprs] fully integrate VTY configuration into Gb proxyHarald Welte3-43/+37
2010-05-04gb_proxy: Add initial VTY configuration codeHarald Welte3-2/+203
2010-05-04gbproxy: add VTY nodeHarald Welte1-0/+1
2010-05-04gb_proxy: listen on UDP port 23000, use AF_INETHarald Welte1-1/+2
2010-05-04GPRS: Introduce a GPRS Gb ProxyHarald Welte7-85/+579
2010-05-04gprs: remove msgb->nsvc pointer and replace it with NSEI and BVCIHarald Welte2-32/+63
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 Welte3-100/+268
2010-05-04gprs: Update gprs-sgsn branch to use new msgb->cb layoutHarald Welte3-28/+28
2010-05-04GPRS: add DGPRS to new debug apiHarald Welte1-0/+5
2010-05-04GPRS: remove hard-coded IP address for NSIP responses from SGSN->BTSHarald Welte2-42/+42
2010-05-04Create new 'gprs-sgsn' branch on top of 'gprs-conf'Harald Welte9-12/+2152
2010-05-04make gsm48_msgb_alloc() a static inline functionHarald Welte1-9/+0
2010-05-04multi-trx config: Don't configure CCCH on 2nd TRX ;)Harald Welte1-2/+2
2010-05-01move gsm48_construct_ra() to libosmocoreHarald Welte1-27/+0