aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
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[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
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 Freyther2-3/+3
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 Haben6-22/+19
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 Freyther4-2/+13
2009-10-01input/ipaccess: Fix segv caused by use of uninitialized varSylvain Munaut1-1/+1
2009-09-30[ipaccess] Add SCCP/A descriminatorHolger Hans Peter Freyther1-0/+1
2009-09-30[ipaccess] Prepare to reuse parts of the code for the A-linkHolger Hans Peter Freyther2-39/+97
2009-09-30[lac] The lac must be 16 bit. Change it in gsm_bts and vty parsingHolger Hans Peter Freyther2-4/+4
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 Freyther3-31/+49
2009-09-28[gsm0408] Move send_siemens_mrpci to gsm_04_08_utils.cHolger Hans Peter Freyther3-16/+20
2009-09-28[subscr] subscr_paging_cb is called for expire and successHolger Hans Peter Freyther1-1/+3
2009-09-28[subscr] When paging fails to start, send an expired eventHolger Hans Peter Freyther1-2/+10
2009-09-28[bsc] Store the cell_identity in gsm_bts and set it on the SI3 and SI6Holger Hans Peter Freyther7-2/+32
2009-09-28[paging] Kill old defines from paging.cHolger Hans Peter Freyther1-3/+0
2009-09-28[paging] Implement paging by IMSI.Holger Hans Peter Freyther1-3/+7