aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-01Makefile cleanupHarald Welte1-4/+5
2010-05-01VTY: ensure all cmd_elements are declared 'static'Harald Welte1-5/+5
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 Welte1-2/+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 Freyther3-5/+5
2010-04-30[vty] Move some allocations into the context of the vty.Holger Hans Peter Freyther1-5/+5
2010-04-30[vty] Remove FIXME as it appears to do the right thing.Holger Hans Peter Freyther1-2/+1
2010-04-28bsc_init: Fix ccch description in SI messagesSylvain Munaut1-2/+28
2010-04-25e1_input: Stop the timer when deleting the signalling link on the TSHolger Hans Peter Freyther1-0/+3
2010-04-25[e1_input] When destroying a link clear all pending messagesHolger Hans Peter Freyther1-0/+7
2010-04-25[vty] Allow to set the RACH NM attributes on a per BTS basisHolger Hans Peter Freyther3-0/+47