neighbour cell measurement

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/baseband-devel@lists.osmocom.org/.

Andreas.Eversberg Andreas.Eversberg at versatel.de
Thu Jul 14 10:40:41 UTC 2011


hi,
 
i would like to commit my well tested neighbour cell measurement code,
as well as the improved cell selection / re-selection process soon. with
it, it is possible to move with the mobile phone while beeing in idle
mode (no call). it tracks neighbour cells and switches if a better cell
is detected. i found and fixed many bug issues in mobility management
and cell selection process. i did allot of driving tests.
 
in order to do that, the neighbour cell measurement code for layer1 is
required. this code must be reviewed first. i splitted it in three
patches:
 
 
neigh_getset.patch
 
[layer1] Adding rffe_set_gain() and rffe_get_gain() to get/set computed
gain.
 
rffe_compute_gain() is the new name for rffe_set_gain(). I needed to
change this, to solve the name collision with the rffe_set_gain()
function, which actually sets the absolute gain.
 
rffe_get_gain() will now read the absolute gain which has been computed
by rffe_compute_gain() or set by rffe_set_gain().
 
 
neigh_l23.patch
 
[layer23] Adding neighbour cell measurement to L1CTL interface.
(layer23)
 
 
neigh_l1.patch
 
[layer1] Adding neighbour cell measurement code to layer1.
 
When listening to BCCH, layer1 may measure the power level of neighbour
cells. A list of neighbour cell frequencies need to be sent to layer1.
After the measurement is done, the results are indicated to layer23.
 
 
andreas
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/baseband-devel/attachments/20110714/830ed1ae/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: neigh_l23.patch
Type: application/octet-stream
Size: 4043 bytes
Desc: neigh_l23.patch
URL: <http://lists.osmocom.org/pipermail/baseband-devel/attachments/20110714/830ed1ae/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: neigh_getset.patch
Type: application/octet-stream
Size: 12673 bytes
Desc: neigh_getset.patch
URL: <http://lists.osmocom.org/pipermail/baseband-devel/attachments/20110714/830ed1ae/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: neigh_l1.patch
Type: application/octet-stream
Size: 10122 bytes
Desc: neigh_l1.patch
URL: <http://lists.osmocom.org/pipermail/baseband-devel/attachments/20110714/830ed1ae/attachment-0002.obj>


More information about the baseband-devel mailing list