lomiri-location-service ..
An aggregating location service providing positioning and geocoding capabilities to applications.
|
Models an LTE radio cell. More...
#include <radio_cell.h>
Public Types | |
typedef MobileCountryCode< 0, 999, std::numeric_limits< int >::max() > | MCC |
typedef MobileNetworkCode< 0, 999, std::numeric_limits< int >::max() > | MNC |
typedef TrackingAreaCode< 0, 65535, std::numeric_limits< int >::max() > | TAC |
typedef CellId< 0, 268435455, std::numeric_limits< int >::max() > | ID |
typedef PhysicalId< 0, 503, std::numeric_limits< int >::max() > | PID |
typedef ArbitraryStrengthUnit< 0, 31, 99 > | SignalStrength |
Public Attributes | |
MCC | mobile_country_code |
MNC | mobile_network_code |
TAC | tracking_area_code |
ID | id |
PID | physical_id |
SignalStrength | strength |
Models an LTE radio cell.
Definition at line 179 of file radio_cell.h.
typedef CellId< 0, 268435455, std::numeric_limits<int>::max() > com::lomiri::location::connectivity::RadioCell::Lte::ID |
28-bit Cell Identity described in TS 25.331, 0..268435455, INT_MAX if unknown
Definition at line 208 of file radio_cell.h.
typedef MobileCountryCode< 0, 999, std::numeric_limits<int>::max() > com::lomiri::location::connectivity::RadioCell::Lte::MCC |
3-digit Mobile Country Code, 0..999, INT_MAX if unknown
Definition at line 187 of file radio_cell.h.
typedef MobileNetworkCode< 0, 999, std::numeric_limits<int>::max() > com::lomiri::location::connectivity::RadioCell::Lte::MNC |
2 or 3-digit Mobile Network Code, 0..999, INT_MAX if unknown
Definition at line 194 of file radio_cell.h.
typedef PhysicalId< 0, 503, std::numeric_limits<int>::max() > com::lomiri::location::connectivity::RadioCell::Lte::PID |
Physical cell id, 0..503, INT_MAX if unknown
Definition at line 215 of file radio_cell.h.
typedef ArbitraryStrengthUnit< 0, 31, 99 > com::lomiri::location::connectivity::RadioCell::Lte::SignalStrength |
Valid values are (0-31, 99) as defined in TS 27.007 8.5
Definition at line 222 of file radio_cell.h.
typedef TrackingAreaCode< 0, 65535, std::numeric_limits<int>::max() > com::lomiri::location::connectivity::RadioCell::Lte::TAC |
16-bit Tracking Area Code, 0..65535, INT_MAX if unknown
Definition at line 201 of file radio_cell.h.
ID com::lomiri::location::connectivity::RadioCell::Lte::id |
Definition at line 227 of file radio_cell.h.
MCC com::lomiri::location::connectivity::RadioCell::Lte::mobile_country_code |
Definition at line 224 of file radio_cell.h.
MNC com::lomiri::location::connectivity::RadioCell::Lte::mobile_network_code |
Definition at line 225 of file radio_cell.h.
PID com::lomiri::location::connectivity::RadioCell::Lte::physical_id |
Definition at line 228 of file radio_cell.h.
SignalStrength com::lomiri::location::connectivity::RadioCell::Lte::strength |
Definition at line 229 of file radio_cell.h.
TAC com::lomiri::location::connectivity::RadioCell::Lte::tracking_area_code |
Definition at line 226 of file radio_cell.h.