NAS-EPS: remove an extra spare bit

It has been replaced by the 15 bearers capability during R15 development
This commit is contained in:
Pascal Quantin 2020-11-13 19:10:20 +01:00
parent e35752c252
commit 440d8ceff9
1 changed files with 1 additions and 2 deletions

View File

@ -2172,9 +2172,8 @@ de_emm_ue_net_cap(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_,
return (len);
/* Octet 9
* 0 Spare SGC N1mode DCNR CP backoff RestrictEC V2X PC5 multipleDRB
* 15 bearers SGC N1mode DCNR CP backoff RestrictEC V2X PC5 multipleDRB
*/
proto_tree_add_bits_item(tree, hf_nas_eps_spare_bits, tvb, (curr_offset<<3), 1, ENC_BIG_ENDIAN);
proto_tree_add_bitmask_list(tree, tvb, curr_offset, 1, oct9_flags, ENC_NA);
curr_offset++;