Home
last modified time | relevance | path

Searched defs:GbrQosInformation (Results 1 – 2 of 2) sorted by relevance

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/lte/model/
H A Deps-bearer.h35 struct GbrQosInformation struct
42 uint64_t gbrDl; /**< Guaranteed Bit Rate (bit/s) in downlink */
43 uint64_t gbrUl; /**< Guaranteed Bit Rate (bit/s) in uplink */
44 uint64_t mbrDl; /**< Maximum Bit Rate (bit/s) in downlink */
45 uint64_t mbrUl; /**< Maximum Bit Rate (bit/s) in uplink */
H A Deps-bearer.cc29 GbrQosInformation::GbrQosInformation () in GbrQosInformation() function in ns3::GbrQosInformation