forked from osmocom/wireshark
NAS EPS: fix a missed capital letter
Change-Id: I937b832807e7fb5af69d0f3238011b41f9223f12 Reviewed-on: https://code.wireshark.org/review/9118 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>daniel/osmux
parent
6126a64550
commit
d1a81df8c0
|
@ -1527,7 +1527,7 @@ static const range_string nas_eps_service_type_vals[] = {
|
|||
{ 1, 1, "Mobile terminating CS fallback or 1xCS fallback"},
|
||||
{ 2, 2, "Mobile originating CS fallback emergency call or 1xCS fallback emergency call"},
|
||||
{ 3, 4, "Mobile originating CS fallback or 1xCS fallback"},
|
||||
{ 8, 11, "packet services via S1"},
|
||||
{ 8, 11, "Packet services via S1"},
|
||||
{ 0, 0, NULL }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue