aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
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
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 Freyther4-0/+51
2010-04-25Merge branch 'on-waves/sccp'Holger Hans Peter Freyther3-53/+100
2010-04-25[sccp] Move from DEBUGP to LOGP in sccp.cHolger Hans Peter Freyther1-52/+54
2010-04-25[sccp] Parse the error message and add a unit test for it.Holger Hans Peter Freyther3-1/+46
2010-04-25Merge branch 'on-waves/mgcp'Holger Hans Peter Freyther4-0/+56
2010-04-25[mgcp] Possible memleak fix for the allowed reallocation caseHolger Hans Peter Freyther1-0/+1
2010-04-25[mgcp] Add a change callback and send a dummy packet on MDCX.Holger Hans Peter Freyther1-0/+10
2010-04-25[mgcp] Ignore every dummy packet...Holger Hans Peter Freyther1-7/+7
2010-04-25[mgcp] Protocol extension to not generate answers.Holger Hans Peter Freyther1-0/+24
2010-04-25[mgcp] Print a Deleted endpoint message again.Holger Hans Peter Freyther1-0/+2
2010-04-25[mgcp] Add a dummy send method...Holger Hans Peter Freyther2-0/+19
2010-04-19RSL: inmplement ip.access paging load indication 'below threshold'Harald Welte1-0/+4
2010-04-18GPRS: Fix calculation of 'Extension Length' in GPRS Cell OptionsHarald Welte1-2/+2
2010-04-18GPRS: Indicate the SGSN is Release 99 as this is the first with EDGEHarald Welte1-1/+6
2010-04-18update openbsc.cfg examples for new gprs syntaxHarald Welte2-2/+2
2010-04-18GPRS: Enable EGPRS coding schemes in Cell Attributes if 'gprs mode egprs'Harald Welte1-4/+9
2010-04-18GPRS: actually enable indicating EDGE capability in SI13Harald Welte1-1/+4
2010-04-18GPRS: change 'gprs enabled <0-1>' to 'gprs mode (none|gprs|egprs)'Harald Welte5-20/+55
2010-04-18GPRS: Add Support for the GPRS Cell Option Extension Info IEHarald Welte3-2/+46
2010-04-18add an example config file for nanoBTS multi-trx caseHarald Welte1-0/+97
2010-04-18update the openbts.cfg.nanobts exampleHarald Welte1-3/+38
2010-04-18GPRS: BVCI 0 and 1 are not permitted.Harald Welte1-1/+1