aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2009-12-13[RRLP] make RRLP mode configurable from config fileHarald Welte4-7/+89
2009-12-12Gracefully reject non-speech callsHarald Welte3-25/+70
2009-12-12make speech calls with NECI=1 workHarald Welte1-1/+3
2009-12-12[04.08] use lchan_auto_release to quickly close channelHarald Welte1-7/+11
2009-12-12If we're trying to allocate TCH/H but don't have it, fallback to TCH/FHarald Welte1-0/+3
2009-12-12If we establish a TCH/H voice call, the reason is CALL, not OTHERHarald Welte1-1/+1
2009-12-12[RSL] print human-readable channel type during channel allocation failureHarald Welte1-2/+2
2009-12-12[VTY] add more cell reselection parameters to VTYHarald Welte3-6/+37
2009-12-12print some more RF related information about BTS in VTYHarald Welte1-0/+6
2009-12-12utility functions to convert RXLEV into dBm and vice versaHarald Welte2-0/+26
2009-12-12fix some integer underflows in MS power calculationHarald Welte1-3/+13
2009-12-12Merge remote branch 'origin/master'Harald Welte1-0/+8
2009-12-12add warning about accept-all network on non-barred cellsHarald Welte1-0/+8
2009-12-09fix compile warning in db.cHarald Welte1-1/+1
2009-12-09mark lchan2chan_nr() using a 'const' parameterHarald Welte2-2/+2
2009-12-06remove execute permission from abis_nm.cHarald Welte1-0/+0
2009-12-06location updating reject cause now specified on VTY rather than command line ...Harald Welte5-13/+18
2009-12-06[bsc_hack] Ignore the sigpipe...Holger Hans Peter Freyther2-0/+2
2009-12-06Fix make distcheck by adding the new headers...Holger Hans Peter Freyther1-1/+2
2009-12-06[bsc_hack] Ignore the sigpipe...Holger Hans Peter Freyther1-0/+1
2009-12-06move RTP socket information from timeslot to lchanHarald Welte5-57/+50
2009-12-06RSL: catch inconsistent parameters ofr channel_mode_from_lchan()Harald Welte1-0/+5
2009-12-06Assign default values for T3101 and T3113Harald Welte2-0/+6
2009-12-05[sms] trivial: Removed unneeded double check in unbcdifySteffen Neubauer1-2/+1
2009-12-05[system_information] fix BCCH list generation for GSM900Harald Welte1-0/+2
2009-12-04[BS11] don't put invalid channel combination into the config fileHarald Welte2-2/+2
2009-12-02ip.access: add nanoBTS channel combination constraintsHarald Welte1-1/+79
2009-12-02ip.access speech mode for TCH/H channelsHarald Welte1-9/+30
2009-12-02move RTP socket information from timeslot to lchanHarald Welte4-54/+47
2009-12-01Replace template-based SYSTEM INFORMATION with real implementationHarald Welte13-294/+1220
2009-12-01make use of new S_GLOBAL_SHUTDOWN signal to properly close pcap_fdHarald Welte1-0/+17
2009-12-01Introduce new S_GLOBAL_SHUTDOWN signalHarald Welte2-0/+7
2009-12-01Assign default values for T3101 and T3113Harald Welte2-0/+6
2009-11-30[handover] export measurement reports via signalHarald Welte3-1/+7
2009-11-29[handover] Implement handover control logicHarald Welte3-1/+254
2009-11-29[handover] Introduce new handover related LCHAN signalsHarald Welte3-5/+63
2009-11-29[handover] Implement 04.08 HANDOVER COMMANDHarald Welte3-6/+73
2009-11-29print debug statement in case of HANDOVER COMPLETE or HANDOVER FAILEDHarald Welte1-0/+8
2009-11-29New complete measurement result/report handlingHarald Welte4-85/+165
2009-11-29add notes about proposed handover algorithmHarald Welte1-0/+77
2009-11-27RSL: catch inconsistent parameters ofr channel_mode_from_lchan()Harald Welte1-0/+5
2009-11-26[SMS] Implement TP-VPF-ENHANCEDSteffen Neubauer1-93/+156
2009-11-24Merge branch 'master' into on-waves/bsc-masterHolger Hans Peter Freyther14-8/+108
2009-11-24[vty] Add option to disable RF on a given TRX.Holger Hans Peter Freyther5-2/+45
2009-11-24[bsc_init] Activate the RC and the RSL link from the Software Activated CallbackHolger Hans Peter Freyther1-27/+22
2009-11-22[sms] Fix compile warning by including gsm_data.hHolger Hans Peter Freyther1-0/+1
2009-11-22[network] Make use of T3113 for pagingHolger Hans Peter Freyther6-2/+5
2009-11-22[network] Add config option for the remaining network timersHolger Hans Peter Freyther2-0/+40
2009-11-22[network] Make T3101 configurable and use it in abis_rslHolger Hans Peter Freyther7-1/+31
2009-11-22[chan] Alloc SDCCH for certain reserved typesHolger Hans Peter Freyther2-0/+19