netmon: adding method to fetch neighbouring cell mesurement

Added new method to fetch neighbouring cell information.
This commit is contained in:
Antara Borwankar 2019-05-30 14:50:31 +05:30 committed by Denis Kenzior
parent 0d40114a14
commit babb0c1c6d
1 changed files with 17 additions and 0 deletions

View File

@ -22,6 +22,23 @@ Methods a{sv} GetServingCellInformation()
are available, their valid value ranges and are available, their valid value ranges and
applicability to different cell types. applicability to different cell types.
a{a{sv}} GetNeighbouringCellsInformation()
Requests the neighbouring cells information and basic
measurements from oFono. The returned value is a
dictionary with the possible key / values documented
below. The type of cell is given by the 'Technology'
property.
Based on the type of cell, the dictionary will contain
additional key/value pairs. If a given key/value pair
is not present, then it is not known or unsupported
by the underlying driver.
Refer to the sections below for which property types
are available, their valid value ranges and
applicability to different cell types.
void RegisterAgent(object path) void RegisterAgent(object path)
Registers an agent which will be called whenever the Registers an agent which will be called whenever the