NAS EPS: add a missing space

Change-Id: I0339b7a70f0fd7b9bef43922d1093f9392c0eefe
Reviewed-on: https://code.wireshark.org/review/18338
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
This commit is contained in:
Pascal Quantin 2016-10-20 15:16:14 +02:00
parent c9fa9b51de
commit a9b391dcb2
1 changed files with 2 additions and 2 deletions

View File

@ -886,9 +886,9 @@ static const value_string nas_eps_emm_pnb_ciot_vals[] = {
}; };
static const true_false_string nas_eps_emm_saf_value = { static const true_false_string nas_eps_emm_saf_value = {
"Keeping the NAS signalling connection is required after the completion of the" "Keeping the NAS signalling connection is required after the completion of the"
"tracking area updating procedure", " tracking area updating procedure",
"Keeping the NAS signalling connection is not required after the completion of the" "Keeping the NAS signalling connection is not required after the completion of the"
"tracking area updating procedure" " tracking area updating procedure"
}; };
static const true_false_string nas_eps_emm_add_upd_type_value = { static const true_false_string nas_eps_emm_add_upd_type_value = {
"SMS only", "SMS only",