Struct tramex_tools::interface::layer::Layers
source · pub struct Layers {Show 16 fields
pub phy: LayerLogLevel,
pub mac: LayerLogLevel,
pub rlc: LayerLogLevel,
pub pdcp: LayerLogLevel,
pub rrc: LayerLogLevel,
pub nas: LayerLogLevel,
pub s72: LayerLogLevel,
pub s1ap: LayerLogLevel,
pub ngap: LayerLogLevel,
pub gtpu: LayerLogLevel,
pub x2ap: LayerLogLevel,
pub xnap: LayerLogLevel,
pub m2ap: LayerLogLevel,
pub lppa: LayerLogLevel,
pub nrppa: LayerLogLevel,
pub trx: LayerLogLevel,
}
Expand description
Layers struct
Fields§
§phy: LayerLogLevel
Physical layer
mac: LayerLogLevel
Medium Access Control layer
rlc: LayerLogLevel
Radio Link Control layer
pdcp: LayerLogLevel
Packet Data Convergence Protocol layer
rrc: LayerLogLevel
Radio Resource Control layer
nas: LayerLogLevel
Non Access Stratum layer
s72: LayerLogLevel
S1 Application Protocol layer
s1ap: LayerLogLevel
S1 Application Protocol layer
ngap: LayerLogLevel
Next Generation Application Protocol layer
gtpu: LayerLogLevel
GTPU layer
x2ap: LayerLogLevel
X2 Application Protocol layer
xnap: LayerLogLevel
Xn Application Protocol layer
m2ap: LayerLogLevel
M2 Application Protocol layer
lppa: LayerLogLevel
LTE Positioning Protocol A layer
nrppa: LayerLogLevel
NR Positioning Protocol A layer
trx: LayerLogLevel
TRX layer
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Layers
impl<'de> Deserialize<'de> for Layers
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for Layers
impl Send for Layers
impl Sync for Layers
impl Unpin for Layers
impl UnwindSafe for Layers
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more