aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2009-10-26Add USDD code from Mike HabenHarald Welte4-2/+379
2009-10-26[TLV] Split the parser into 'parse loop' and 'parse single value'Sylvain Munaut1-72/+101
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 Welte14-100/+233
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 Welte1-0/+30
2009-10-24[GPRS] introudce PDCH and PDCH/TCH physical channelsHarald Welte3-1/+9
2009-10-24[OML] Add support for ip.access SET ATTRIBUTE messageHarald Welte1-0/+9
2009-10-24[GPRS] add data structures for OML of NSE,CELL,NSVCEHarald Welte2-0/+28
2009-10-24[TLV] extend TLV parser with support for TvLVHarald Welte1-0/+23
2009-10-23[gsm48] Make method name consistent...Holger Hans Peter Freyther1-2/+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 Freyther2-1/+2
2009-10-22Fix warnings by removing unused variablesHolger Hans Peter Freyther3-7/+1
2009-10-22Forward declare methods to fix compiler warningsHolger Hans Peter Freyther1-0/+3
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 Welte2-1/+21
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 Freyther1-0/+20
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 Welte1-66/+75
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 Welte2-9/+30
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-08[bsc_init] use new NM_AVSTATE_* enum instead of hard-coded numbersHarald Welte1-2/+2
2009-10-08[abis_nm] print object class/instance for NACKHarald Welte1-2/+8
2009-10-08[abis_nm]: print ip.access SET ATTR [N]ACKHarald Welte1-0/+11
2009-10-08use tx delay timer instead of usleep() in ip.access input driverAndreas Eversberg1-9/+24
2009-10-06[gsm0408] Add parameter to gsm48_send_rr_ciph_mode for controling the responseHolger Hans Peter Freyther1-2/+2
2009-10-06[gsm0408] Move encryption message creation to gsm_04_08_utils.cHolger Hans Peter Freyther2-24/+25
2009-10-05[ipaccess] Add nanoBTS 1900 supportMike Haben5-18/+17
2009-10-01[ipaccess] Parse Software Activate parametersMike Haben1-3/+25
2009-10-01[lac] Do not use the reserved LAC 0x0 for two different thingsHolger Hans Peter Freyther3-2/+9
2009-10-01input/ipaccess: Fix segv caused by use of uninitialized varSylvain Munaut1-1/+1
2009-09-30[ipaccess] Prepare to reuse parts of the code for the A-linkHolger Hans Peter Freyther1-39/+90
2009-09-30[lac] The lac must be 16 bit. Change it in gsm_bts and vty parsingHolger Hans Peter Freyther1-3/+3
2009-09-28[paging] Use paging_request_stop to stop all paging requestsHolger Hans Peter Freyther2-11/+4
2009-09-28[paging] Use one of the two reserved LAC to page every BTSHolger Hans Peter Freyther1-1/+1
2009-09-28[gsm0408] Move paging handling to gsm_04_08_utils.cHolger Hans Peter Freyther2-31/+47