aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-05-11[gprs] gb_proxy: More VTY 'show' informationHarald Welte3-2/+30
2010-05-04Merge commit '95df5c0179f6b24d31c6720a43434755ed58aa22'Harald Welte1-0/+2
2010-05-04misc: Use $(top_srcdir) for source, $(top_builddir) for libsHolger Hans Peter Freyther2-5/+6
2010-05-04update README with URL of the homepageHarald Welte1-0/+2
2010-05-04move ipaccess tools into their own subdirectoryHarald Welte3-10/+15
2010-05-04[gprs] Move all GPRS related code to src/gprs subdirectoryHarald Welte17-15/+25
2010-05-04[gprs] Add GPRS header files to noinst_HEADERSHarald Welte1-1/+3
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 Welte2-17/+80
2010-05-04[gprs] NS: replace nsvc->timer_is_tns_alive with nsvc->timer_modeHarald Welte2-13/+24
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 Welte3-29/+39
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 Welte2-14/+67
2010-05-04[gprs] Include a valid QoS attribute in ACT PDP CTX ACCEPTHarald Welte2-1/+183
2010-05-04[gprs] SGSN SM: Provide IPv4 PDP address in PDP CTX ACT ACCEPTHarald Welte2-14/+45
2010-05-04[gprs] cosmetic updates in header fileHarald Welte1-3/+3
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 Welte2-5/+6
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 Welte2-4/+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 Welte5-50/+40
2010-05-04[gprs] Use stdint.h types (uintXX_t instead of u_intXX_t)Harald Welte10-141/+153
2010-05-04[gprs] SGSN: Expect all Identifiers to be stored at highest levelHarald Welte6-23/+64
2010-05-04[gprs] Ensure msgb->l3h points to Layer3 (04.08)Harald Welte4-11/+16
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 Welte10-46/+375
2010-05-04[gpprs] Add VTY node for SGSNHarald Welte2-0/+2
2010-05-04[gprs] add some Iu specific SGSN MM state fieldsHarald Welte1-0/+5
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 Welte2-52/+0
2010-05-04[gprs] fully integrate VTY configuration into Gb proxyHarald Welte5-54/+112
2010-05-04gb_proxy: Add initial VTY configuration codeHarald Welte3-2/+203
2010-05-04gbproxy: add VTY nodeHarald Welte2-0/+2
2010-05-04gb_proxy: listen on UDP port 23000, use AF_INETHarald Welte1-1/+2
2010-05-04GPRS: Introduce a GPRS Gb ProxyHarald Welte9-86/+627
2010-05-04gprs: remove msgb->nsvc pointer and replace it with NSEI and BVCIHarald Welte4-38/+71
2010-05-04gprs: Use new msgb->cb[] for storing a pointer to the NS-VC through which it ...Harald Welte2-7/+14