2 # rc-v3 conformation file
11 #.EXPORTS ONLY_VALS WS_DLL
18 E2SM-RC-ActionDefinition
19 E2SM-RC-RANFunctionDefinition
20 E2SM-RC-IndicationMessage
21 E2SM-RC-IndicationHeader
24 E2SM-RC-ControlMessage
25 E2SM-RC-ControlOutcome
28 E2SM-RC-QueryDefinition
46 GlobalenGNB-ID/en-gNB-ID en-gNB-ID_choice
47 GlobalGNB-ID/gNB-ID gNB-ID_choice
50 #.ASSIGN_VALUE_TO_TYPE
56 #.FN_BODY RANfunction-Name/ranFunction-ShortName VAL_PTR=&value_tvb
59 if (!actx->pinfo->fd->visited) {
60 /* N.B. too early to work out exact dissector, as don't have OID yet */
61 e2ap_store_ran_function_mapping(actx->pinfo, tree, value_tvb,
62 tvb_get_string_enc(actx->pinfo->pool, value_tvb, 0, tvb_captured_length(value_tvb), ENC_ASCII));
66 #.FN_BODY RANfunction-Name/ranFunction-E2SM-OID VAL_PTR = ¶meter_tvb
67 tvbuff_t *parameter_tvb;
69 e2ap_update_ran_function_mapping(actx->pinfo, tree, parameter_tvb,
70 tvb_get_string_enc(actx->pinfo->pool, parameter_tvb, 0,
71 tvb_captured_length(parameter_tvb), ENC_ASCII));
76 # Editor modelines - https://www.wireshark.org/tools/modelines.html
81 # indent-tabs-mode: nil
84 # vi: set shiftwidth=2 tabstop=8 expandtab:
85 # :indentSize=2:tabSize=8:noTabs=true: