aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2009-12-18handover: use correct handover lookup functionHarald Welte1-1/+1
2009-12-18for now we only do handover of TCH channelsHarald Welte1-0/+9
2009-12-18fix segfault in case of handover timer expirationHarald Welte1-0/+1
2009-12-17logging: introduce log levels at caller siteHarald Welte15-102/+129
2009-12-17don't try multiple concurrent handovers for 1 channelHarald Welte1-0/+5
2009-12-17[vty] ensure we mark fd in writefd once we vty_out() somethingHarald Welte1-0/+2
2009-12-17call trans_lchan_change() from ho_gsm48_ho_compl()Harald Welte1-0/+3
2009-12-17introduce trans_lchan_change() to update transaction about lchan changeHarald Welte1-0/+19
2009-12-17[handover] first functional handover implementationHarald Welte7-8/+153
2009-12-17make handover reference a function call argumentHarald Welte1-4/+5
2009-12-16assign measurement report lchan member after memset'ing itHarald Welte1-0/+1
2009-12-16measurement report: correctly parse BSIC of first neighbor cellHarald Welte1-1/+1
2009-12-16ip.access: Keep OML/RSL up/down state per-bts for multi-BTS setupsHarald Welte1-7/+6
2009-12-16print measurement reports more verboselyHarald Welte1-3/+11
2009-12-1604.08: fix off-by-one error while parsing measurement resultsHarald Welte1-19/+19
2009-12-16fix bug in bitvec resulting in all bits being set to 0xffHarald Welte1-3/+3
2009-12-16[system_information] Print more debugging about what's going onHarald Welte2-11/+26
2009-12-15introduce cache of 6 last recently received measurement reports for each lchanHarald Welte4-21/+41
2009-12-15add BSIC parameter to gsm_bts_neighbor()Harald Welte1-2/+4
2009-12-14Implement gsm_bts_neighbor() function to determine neighbor BTSHarald Welte1-0/+17
2009-12-1404.08 MEAS REP: Convert relative cell number to ARFCNHarald Welte1-6/+11
2009-12-14bitvec: Introduce bitvec_get_nth_set_bit() functionHarald Welte1-0/+16
2009-12-14system_information: use bitvec to generate frequency listsHarald Welte2-66/+55
2009-12-14bitvec updates and code simplificationHarald Welte1-9/+40
2009-12-14[system_information] fix bit map 0 frequency list generationHarald Welte1-2/+9
2009-12-14fix compiler warnings in gsm_04_08.cHarald Welte1-2/+2
2009-12-14make sure BSIC is patched into NM tables before initializing BS11Harald Welte1-0/+1
2009-12-14[PATCH] fix MM INFO parsing in vty_interfaceHarald Welte1-0/+1
2009-12-14Add VTY setting for whether or not to sending MM INFOHarald Welte2-2/+16
2009-12-13fix segfault in token_auth on SS_SUBSCR != ATTACHHarald Welte1-2/+2
2009-12-13introduce new signal every time we get a mobile identityHarald Welte1-0/+6
2009-12-13[RRLP] make RRLP mode configurable from config fileHarald Welte3-7/+74
2009-12-12Gracefully reject non-speech callsHarald Welte2-25/+62
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 Welte1-0/+22
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 Welte1-1/+1
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 Welte3-12/+17
2009-12-06[bsc_hack] Ignore the sigpipe...Holger Hans Peter Freyther2-0/+2
2009-12-06[bsc_hack] Ignore the sigpipe...Holger Hans Peter Freyther1-0/+1