DCT2000: For LTE MAC, set flag to say whether sf/sfn present or not

Change-Id: Id11866fd90e69a0185a8095a82fab5fbc44c92ae
Reviewed-on: https://code.wireshark.org/review/29260
Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
This commit is contained in:
Martin Mathieson 2018-08-23 10:43:36 +01:00
parent f0b41190eb
commit f5c1c1935c
1 changed files with 2 additions and 0 deletions

View File

@ -1799,6 +1799,7 @@ static void attach_mac_lte_info(packet_info *pinfo, guint *outhdr_values, guint
p_mac_lte_info->detailed_phy_info.dl_info.present = FALSE;
}
p_mac_lte_info->sfnSfInfoPresent = TRUE;
p_mac_lte_info->subframeNumber = outhdr_values[i++]; // 4
p_mac_lte_info->isPredefinedData = outhdr_values[i++]; // 5
p_mac_lte_info->rnti = outhdr_values[i++]; // 6
@ -2139,6 +2140,7 @@ static void check_for_oob_mac_lte_events(packet_info *pinfo, tvbuff_t *tvb, prot
}
p_mac_lte_info->radioType = FDD_RADIO; /* TODO: will be the same as rest of log... */
p_mac_lte_info->sfnSfInfoPresent = FALSE; /* We don't have this */
p_mac_lte_info->oob_event = oob_event;
/* Store info in packet */