Enum tramex_tools::interface::layer::Layer
source · pub enum Layer {
Show 15 variants
PHY,
MAC,
RLC,
PDCP,
RRC,
NAS,
S1AP,
NGAP,
X2AP,
XNAP,
M2AP,
LPPA,
NRPPA,
GTPU,
PROD,
}
Expand description
Layer enum
Variants§
PHY
Physical layer
MAC
Medium Access Control layer
RLC
Radio Link Control layer
PDCP
Packet Data Convergence Protocol layer
RRC
Radio Resource Control layer
NAS
Non Access Stratum layer
S1AP
S1 Application Protocol layer
NGAP
Next Generation Application Protocol layer
X2AP
X2 Application Protocol layer
XNAP
Xn Application Protocol layer
M2AP
M2 Application Protocol layer
LPPA
LTE Positioning Protocol A layer
NRPPA
NR Positioning Protocol A layer
GTPU
GTPU layer
PROD
Special layer of amarisoft
Trait Implementations§
source§impl<'de> Deserialize<'de> for Layer
impl<'de> Deserialize<'de> for Layer
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
source§impl PartialEq for Layer
impl PartialEq for Layer
impl StructuralPartialEq for Layer
Auto Trait Implementations§
impl RefUnwindSafe for Layer
impl Send for Layer
impl Sync for Layer
impl Unpin for Layer
impl UnwindSafe for Layer
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