aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2009-10-27[gsm48] Move RR CHANNEL MODIFY to gsm_04_08_utils.cHolger Hans Peter Freyther3-42/+50
2009-10-27[gsm48] Add generation of ASSIGNMENT COMMAND to the 0408 utilsHolger Hans Peter Freyther3-0/+43
2009-10-27ipaccess-config: Introduce stream-id/oml_tei to make it work againHolger Hans Peter Freyther1-2/+9
2009-10-27configure.in: Use kernel style silent rules starting with automake 1.11Holger Hans Peter Freyther1-0/+3
2009-10-26[USSD] more whitespace fixesHarald Welte1-3/+3
2009-10-26[USSD] whitespace fixesHarald Welte1-12/+12
2009-10-26[USSD] various USSD improvementsMike Haben5-14/+20
2009-10-26[USSD] eliminate static global variablesMike Haben3-56/+68
2009-10-26whitespace fixes for the USSD codeHarald Welte2-43/+64
2009-10-26Add USDD code from Mike HabenHarald Welte6-2/+521
2009-10-26add some random thoughts on hopping and the oml interfaceHarald Welte2-0/+75
2009-10-26[TLV] Split the parser into 'parse loop' and 'parse single value'Sylvain Munaut2-72/+104
2009-10-26[ip.access] Add an example configuration fileSylvain Munaut1-0/+38
2009-10-26Fix segfault, use trx->bts rather than bts in patch_nm_tables()Harald Welte1-1/+1
2009-10-26Merge remote branch 'origin/master'Harald Welte24-102/+312
2009-10-24ip.access: Use Channel Combination from config fileHarald Welte1-4/+4
2009-10-24[GPRS] Add RSL function for ip.access PDCH activationHarald Welte2-0/+31
2009-10-24[GPRS] introudce PDCH and PDCH/TCH physical channelsHarald Welte4-1/+11
2009-10-24[OML] Add support for ip.access SET ATTRIBUTE messageHarald Welte2-0/+12
2009-10-24[GPRS] add data structures for OML of NSE,CELL,NSVCEHarald Welte3-0/+45
2009-10-24[TLV] extend TLV parser with support for TvLVHarald Welte2-0/+69
2009-10-23[gsm48] Make method name consistent...Holger Hans Peter Freyther1-2/+2
2009-10-22Include e1_input.h for the e1inp_lineHolger Hans Peter Freyther1-0/+2
2009-10-22Fix spelling of defaultHolger Hans Peter Freyther1-1/+1
2009-10-22Fix compiler warning. 0 does not work on stringsHolger Hans Peter Freyther1-1/+1
2009-10-22Fix compiler warning and cast const away.Holger Hans Peter Freyther1-1/+1
2009-10-22[rrlp] Fix compiler warningsHolger Hans Peter Freyther3-2/+3
2009-10-22Fix warnings by removing unused variablesHolger Hans Peter Freyther3-7/+1
2009-10-22Forward declare methods to fix compiler warningsHolger Hans Peter Freyther3-0/+7
2009-10-22[db] Fix compile warnings in db.cHolger Hans Peter Freyther1-3/+5
2009-10-21[ipaccess] revert commit 9bd7bc1b4c4a3ba42da46931df650837c1a7e889Harald Welte1-1/+5
2009-10-21Merge remote branch 'origin/master'Harald Welte4-2/+23
2009-10-21[debug] Use gcc attribute to enable printf checkingHolger Hans Peter Freyther1-1/+1
2009-10-21[timer] Initialize i with zeroHolger Hans Peter Freyther1-1/+1
2009-10-21[msgb] Add msgb_reset to reset an existing msgb* to the initial stateHolger Hans Peter Freyther2-0/+21
2009-10-20[ipaccess] fix ipaccess-config (we now use TEI as stream ID)Harald Welte1-1/+1
2009-10-20[nanoBTS] move nanoBTS initialization completely into state event handlerHarald Welte2-66/+76
2009-10-20[abis_nm] introduce debugp_foh() function for object class printingHarald Welte1-15/+17
2009-10-20ip.access: use correct stream identifier when connecting RSLHarald Welte1-1/+1
2009-10-20input/ipaccess: remove one more static variableHarald Welte1-5/+1
2009-10-20ip.access: Support multi-TRX / RSL stream IDHarald Welte2-24/+55
2009-10-19[abis_nm] print ip.access TCP port in correct byte orderHarald Welte1-1/+1
2009-10-19[abis_nm] print ip.access stream_id in RSL connect ackHarald Welte1-0/+3
2009-10-19[abis_nm] introduce and use abis_nm_ipaccess_rsl_connect()Harald Welte3-9/+32
2009-10-19ip.access / multi-TRX: correctly identify TRX number on SW ACT REPHarald Welte1-1/+5
2009-10-19ip.access maximum output power depends on GSM bandHarald Welte1-1/+15
2009-10-19[abis_nm]: Print Object Class of ip.access messagesHarald Welte1-0/+5
2009-10-09add ipaccess specific attribute set messageHarald Welte1-0/+3
2009-10-08[bsc_init] use new NM_AVSTATE_* enum instead of hard-coded numbersHarald Welte1-2/+2
2009-10-08add availability state abis_nm enumHarald Welte1-0/+10