packet-gsm_abis_om2000.c: Add string for TRXC Managed Object

This is a managed object that we see e.g. in the OM2000 spoken to
a DUG20 of the RBS6000 series.

Change-Id: I12bb1df1ea4581178f73b7d31de8628711d42ed9
Reviewed-on: https://code.wireshark.org/review/35835
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Harald Welte 2020-01-15 23:06:51 +01:00 committed by Anders Broman
parent 4ad18674b7
commit 34a18d9302
1 changed files with 2 additions and 0 deletions

View File

@ -506,6 +506,7 @@ static const value_string om2k_mo_class_short_vals[] = {
{ 0x05, "IS" },
{ 0x06, "CON" },
{ 0x07, "DP" },
{ 0x08, "MCTR" },
{ 0x0a, "CF" },
{ 0x0b, "TX" },
{ 0x0c, "RX" },
@ -520,6 +521,7 @@ static const value_string om2k_mo_class_vals[] = {
{ 0x05, "IS (Interface Switch)" },
{ 0x06, "CON (Concentrator)" },
{ 0x07, "DP (Data Path)" },
{ 0x08, "MCTR (Multi Carrier TRansceiver)" },
{ 0x0a, "CF (Central Function)" },
{ 0x0b, "TX (Transmitter)" },
{ 0x0c, "RX (Receiver)" },