17#define DIRECTION_UPLINK 0
18#define DIRECTION_DOWNLINK 1
43 uint8_t phr_type2_othercell;
46 bool sfnSlotInfoPresent;
47 uint16_t sysframeNumber;
79#define MAC_NR_START_STRING "mac-nr"
93#define MAC_NR_RNTI_TAG 0x02
96#define MAC_NR_UEID_TAG 0x03
99#define MAC_NR_FRAME_SUBFRAME_TAG 0x04
102#define MAC_NR_PHR_TYPE2_OTHERCELL_TAG 0x05
105#define MAC_NR_HARQID 0x06
108#define MAC_NR_FRAME_SLOT_TAG 0x07
113#define MAC_NR_PAYLOAD_TAG 0x01
127 bool rlcMode_present;
130 uint8_t tempDirection;
132 bool rlcUlSnLength_present;
133 uint8_t rlcUlSnLength;
134 bool rlcDlSnLength_present;
135 uint8_t rlcDlSnLength;
143void set_mac_nr_srb3_in_use(uint16_t ueid);
144void set_mac_nr_srb4_in_use(uint16_t ueid);
148bool dissect_mac_nr_context_fields(
struct mac_nr_info *p_mac_nr_info, tvbuff_t *tvb,
149 packet_info *pinfo, proto_tree *tree,
unsigned *p_offset);
struct _packet_info packet_info
Represents the metadata and indexing information for a single captured frame.
Definition packet-mac-nr.h:31
Definition packet-mac-nr.h:119