16#ifndef PACKET_CHARGING_ASE_H
17#define PACKET_CHARGING_ASE_H
19#define minSubTariffControlLen 1
20#define maxSubTariffControlLen 8
21#define minAcknowledgementIndicatorsLen 1
22#define maxAcknowledgementIndicatorsLen 8
23#define minChargingControlIndicatorsLen 1
24#define maxChargingControlIndicatorsLen 8
25#define maxNetworkOperators 6
26#define minStopIndicatorsLen 1
27#define maxStopIndicatorsLen 8
28#define minTariffIndicatorsLen 1
29#define maxTariffIndicatorsLen 8
30#define minCommunicationTariffNum 1
31#define maxCommunicationTariffNum 4
34#define numOfExtensions 1
38extern const value_string charging_ase_ChargingMessageType_vals[];
39unsigned dissect_charging_ase_ChargingMessageType(
bool implicit_tag _U_, tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_, proto_tree *tree _U_,
int hf_index _U_);
40int dissect_charging_ase_ChargingMessageType_PDU(tvbuff_t *tvb _U_,
packet_info *pinfo _U_, proto_tree *tree _U_,
void *data _U_);
struct _asn1_ctx_t asn1_ctx_t
Central context object threaded through all ASN.1 dissection calls.
struct _packet_info packet_info
Represents the metadata and indexing information for a single captured frame.
struct _value_string value_string
Mapping between a 32-bit integer value and its string representation.