SAP ID bug fix

git-svn-id: http://op25.osmocom.org/svn/trunk@87 65a5c917-d112-43f1-993d-58c26a4786be
This commit is contained in:
mossmann 2008-06-13 22:02:04 +00:00
parent f581bfee1a
commit ab33641fd3
1 changed files with 1 additions and 8 deletions

View File

@ -413,13 +413,6 @@ static const value_string pdu_formats[] = {
{ 0, NULL }
};
static const value_string sap_ids[] = {
/* I doubt this is complete. */
{ 61, "Trunked Control SAP (Multi-block)" },
{ 63, "Protected Trunked Control SAP (Multi-block)" },
{ 0, NULL }
};
static const true_false_string inbound_outbound = {
"Outbound",
"Inbound"
@ -1674,7 +1667,7 @@ proto_register_p25cai(void)
},
{ &hf_p25cai_sapid,
{ "SAP ID", "p25cai.sapid",
FT_UINT8, BASE_HEX, VALS(sap_ids), 0x3F,
FT_UINT8, BASE_HEX, VALS(service_access_points), 0x3F,
NULL, HFILL }
},
{ &hf_p25cai_llid,