From 34a18d9302b24bf47972b0e6287e5272c1bb2f6b Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 15 Jan 2020 23:06:51 +0100 Subject: [PATCH] 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 Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- epan/dissectors/packet-gsm_abis_om2000.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/epan/dissectors/packet-gsm_abis_om2000.c b/epan/dissectors/packet-gsm_abis_om2000.c index a80771cf11..e41a942d53 100644 --- a/epan/dissectors/packet-gsm_abis_om2000.c +++ b/epan/dissectors/packet-gsm_abis_om2000.c @@ -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)" },