aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-04signal.h: Don't include gsm_subscriber but rather declare itHarald Welte1-1/+2
2010-05-04GPRS: Modularize the NS implementationHarald Welte4-109/+321
2010-05-04gprs: Update gprs-sgsn branch to use new msgb->cb layoutHarald Welte4-28/+31
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 Welte3-43/+43
2010-05-04some more GPRS related commentsHarald Welte1-3/+6
2010-05-04Create new 'gprs-sgsn' branch on top of 'gprs-conf'Harald Welte16-12/+2690
2010-05-04make gsm48_msgb_alloc() a static inline functionHarald Welte2-10/+9
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
2010-05-01Makefile cleanupHarald Welte1-4/+5
2010-05-01'struct gprs_ra_id' is now defined in libosmocoreHarald Welte1-8/+0
2010-05-01VTY: ensure all cmd_elements are declared 'static'Harald Welte2-5/+26
2010-04-30define 'struct openbsc_msgb_cb' and accessor macro OBSC_MSGB_CB()Harald Welte1-0/+7
2010-04-30gsm_04_11.c: Use msgb->l4h instead of sms->smsh, as the latter is goneHarald Welte1-1/+1
2010-04-30remove any reference to 'struct gsm_bts_link'Harald Welte2-7/+0
2010-04-30[misc] Remove spaces, fix indention.Holger Hans Peter Freyther4-7/+7
2010-04-30[vty] Free the matched at the end of the routine.Holger Hans Peter Freyther1-4/+0
2010-04-30[vty] Plug memory leak on auto completion.Holger Hans Peter Freyther1-1/+3
2010-04-30[vty] Allow to create a buffer in a given context.Holger Hans Peter Freyther4-6/+6