language
stringlengths 0
24
| filename
stringlengths 9
214
| code
stringlengths 99
9.93M
|
---|---|---|
ASN.1 | wireshark/epan/dissectors/asn1/h460/NUMBER-PORTABILITY.asn | -- NUMBER-PORTABILITY.asn
--
-- Taken from ITU ASN.1 database
-- http://www.itu.int/ITU-T/asn1/database/itu-t/h/h460.2/2001/NUMBER-PORTABILITY.asn
--
-- Module NUMBER-PORTABILITY (H.460.2:07/2001)
NUMBER-PORTABILITY DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
PublicTypeOfNumber, PrivateTypeOfNumber, AliasAddress
FROM H323-MESSAGES;
NumberPortabilityInfo ::= CHOICE {
numberPortabilityRejectReason NumberPortabilityRejectReason,
nUMBERPORTABILITYDATA
SEQUENCE {addressTranslated NULL OPTIONAL,
portedAddress PortabilityAddress OPTIONAL,
routingAddress PortabilityAddress OPTIONAL,
regionalParams RegionalParameters OPTIONAL,
...},
...
}
NumberPortabilityRejectReason ::= CHOICE {
unspecified NULL,
qorPortedNumber NULL,
...
}
PortabilityAddress ::= SEQUENCE {
aliasAddress AliasAddress,
typeOfAddress NumberPortabilityTypeOfNumber OPTIONAL,
...
}
NumberPortabilityTypeOfNumber ::= CHOICE {
publicTypeOfNumber PublicTypeOfNumber,
privateTypeOfNumber PrivateTypeOfNumber,
portabilityTypeOfNumber PortabilityTypeOfNumber,
...
}
PortabilityTypeOfNumber ::= CHOICE {
portedNumber NULL,
routingNumber NULL,
concatenatedNumber NULL,
...
}
RegionalParameters ::= SEQUENCE {
t35CountryCode INTEGER(0..255),
t35Extension INTEGER(0..255),
variantIdentifier INTEGER(1..255) OPTIONAL,
regionalData OCTET STRING,
...
}
END
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D |
C | wireshark/epan/dissectors/asn1/h460/packet-h460-template.c | /* packet-h460.c
* Routines for H.460.x packet dissection
* 2007 Tomas Kukosa
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "config.h"
#include <epan/packet.h>
#include <epan/oids.h>
#include <epan/asn1.h>
#include "packet-per.h"
#include "packet-h225.h"
#include "packet-h235.h"
#include "packet-h245.h"
#define PNAME "H.460 Supplementary Services"
#define PSNAME "H.460"
#define PFNAME "h460"
void proto_register_h460(void);
void proto_reg_handoff_h460(void);
/* Initialize the protocol and registered fields */
static int proto_h460 = -1;
#include "packet-h460-hf.c"
/* Initialize the subtree pointers */
#include "packet-h460-ett.c"
/* Main dissector handle */
static dissector_handle_t h460_name_handle;
/* Subdissectors */
static dissector_handle_t q931_ie_handle = NULL;
static dissector_handle_t h225_ras_handle = NULL;
#include "packet-h460-fn.c"
static int
dissect_ies(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_) {
int offset = 0;
if (q931_ie_handle) {
call_dissector(q931_ie_handle, tvb, pinfo, tree);
offset += tvb_reported_length_remaining(tvb, offset);
}
return offset;
}
static int
dissect_ras(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_) {
int offset = 0;
if (h225_ras_handle) {
call_dissector(h225_ras_handle, tvb, pinfo, tree);
offset += tvb_reported_length_remaining(tvb, offset);
}
return offset;
}
typedef struct _h460_feature_t {
guint32 opt;
const gchar *id;
const gchar *name;
dissector_t content_pdu;
/*---*/
const gchar *key_gd;
const gchar *key_fd;
const gchar *key_gm;
const gchar *key_gi;
dissector_handle_t content_hnd;
} h460_feature_t;
/* Fill in the items after content_pdu */
#define FFILL NULL, NULL, NULL, NULL, NULL
/* options */
#define GD 0x01 /* present in H.225 GenericData */
#define FD 0x02 /* present in H.225 FeatureDescriptor */
#define GM 0x04 /* present in H.245 GenericMessage */
#define GI 0x08 /* present in H.245 GenericInformation */
static h460_feature_t h460_feature_tab[] = {
/* H.460.3 */
{ GD|FD, "2", "Number Portability", NULL, FFILL },
{ GD|FD, "2/1", "NumberPortabilityData", dissect_h460_2_NumberPortabilityInfo_PDU, FFILL },
/* H.460.3 */
{ GD|FD, "3", "Circuit Status", NULL, FFILL },
{ GD|FD, "3/1", "Circuit Status Map", dissect_h460_3_CircuitStatus_PDU, FFILL },
/* H.460.4 */
{ GD|FD, "4", "CallPriorityDesignation", NULL, FFILL },
{ GD|FD, "4/1", "CallPriorityRequest", dissect_h460_4_CallPriorityInfo_PDU, FFILL },
{ GD|FD, "4/2", "CallPriorityConfirm", dissect_h460_4_CallPriorityInfo_PDU, FFILL },
{ GD|FD, "4/3", "Country/InternationalNetworkCallOriginationRequest", dissect_h460_4_CountryInternationalNetworkCallOriginationIdentification_PDU, FFILL },
{ GD|FD, "4/4", "Country/InternationalNetworkCallOriginationConfirm", dissect_h460_4_CountryInternationalNetworkCallOriginationIdentification_PDU, FFILL },
/* H.460.5 */
{ GD|FD, "5", "DuplicateIEs", NULL, FFILL },
{ GD|FD, "5/1", "IEsString", dissect_ies, FFILL },
/* H.460.6 */
{ GD|FD, "6", "Extended Fast Connect", NULL, FFILL },
{ GD|FD, "6/1", "EFC Proposal", NULL, FFILL },
{ GD|FD, "6/2", "EFC Close All Media Channels", NULL, FFILL },
{ GD|FD, "6/3", "EFC Request New Proposals", NULL, FFILL },
{ GD|FD, "6/4", "EFC Require Symmetric Operation", NULL, FFILL },
/* H.460.7 */
{ GD|FD, "7", "Digit Maps", NULL, FFILL },
{ FD, "7/1", "Digit Maps Length", NULL, FFILL },
{ FD, "7/2", "Digit Map Length for Overlapped Sending", NULL, FFILL },
{ FD, "7/3", "HTTP Digit Maps Download Capability", NULL, FFILL },
{ GD , "7/1", "Start Timer", NULL, FFILL },
{ GD , "7/2", "Short Timer", NULL, FFILL },
{ GD , "7/3", "Long Timer", NULL, FFILL },
{ GD , "7/4", "Digit Map String", NULL, FFILL },
{ GD , "7/5", "ToN Associated Digit Map", NULL, FFILL },
{ GD , "7/5/1", "Type of Number", NULL, FFILL },
{ GD , "7/5/2", "Digit Map Strings for ToN", NULL, FFILL },
{ GD , "7/6", "Digit Map URL", NULL, FFILL },
/* H.460.8 */
{ GD|FD, "8", "Querying for Alternate Routes", NULL, FFILL },
{ GD|FD, "8/1", "Query Count", NULL, FFILL },
{ GD|FD, "8/2", "Call Termination Cause", NULL, FFILL },
/* H.460.9 */
{ GD|FD, "9", "QoS-monitoring Reporting", NULL, FFILL },
{ GD|FD, "9/0", "qosMonitoringFinalOnly", NULL, FFILL },
{ GD|FD, "9/1", "qosMonitoringReportData", dissect_h460_9_QosMonitoringReportData_PDU, FFILL },
{ GD|FD, "9/2", "qosMonitoringExtendedRTPMetrics", dissect_h460_9_ExtendedRTPMetrics_PDU, FFILL },
/* H.460.10 */
{ GD|FD, "10", "Call Party Category", NULL, FFILL },
{ GD|FD, "10/1", "Call party category info", dissect_h460_10_CallPartyCategoryInfo_PDU, FFILL },
/* H.460.11 */
{ GD|FD, "11", "Delayed Call Establishment", NULL, FFILL },
{ GD|FD, "11/1", "Delay Point Indicator", NULL, FFILL },
{ GD|FD, "11/2", "Implicit DCE Release", NULL, FFILL },
{ GD|FD, "11/3", "Delay Point Reached", NULL, FFILL },
{ GD|FD, "11/4", "DCE Release", NULL, FFILL },
/* H.460.12 */
{ GD|FD, "12", "Glare Control Indicator", NULL, FFILL },
{ GD|FD, "12/1", "Glare Control Indicator Parameter", NULL, FFILL },
/* H.460.13 */
{ GD|FD, "13", "Called User Release Control", NULL, FFILL },
{ GD|FD, "13/1", "Called User Release Control", NULL, FFILL },
/* H.460.14 */
{ GD|FD, "14", "Multi-Level Precedence and Preemption", NULL, FFILL },
{ GD|FD, "14/1", "MLPP Information", dissect_h460_14_MLPPInfo_PDU, FFILL },
/* H.460.15 */
{ GD|FD, "15", "Call signalling transport channel suspension and redirection", NULL, FFILL },
{ GD|FD, "15/1", "Signalling channel suspend and redirect", dissect_h460_15_SignallingChannelData_PDU, FFILL },
/* H.460.16 */
{ GD|FD, "16", "Multiple-message Release Sequence", NULL, FFILL },
{ GD|FD, "16/1", "MMRS use required", NULL, FFILL },
{ GD|FD, "16/2", "MMRS procedure", NULL, FFILL },
{ GD|FD, "16/3", "MMRS additional IEs", dissect_ies, FFILL },
/* H.460.17 */
{ GD|FD, "17", "RAS over H.225.0", NULL, FFILL },
{ GD|FD, "17/1", "RAS message", dissect_ras, FFILL },
/* H.460.18 */
{ GD|FD , "18", "Signalling Traversal", NULL, FFILL },
{ GD|FD , "18/1", "IncomingCallIndication", dissect_h460_18_IncomingCallIndication_PDU, FFILL },
{ GD|FD , "18/2", "LRQKeepAliveData", dissect_h460_18_LRQKeepAliveData_PDU, FFILL },
{ GM, "0.0.8.460.18.0.1", "Signalling Traversal", NULL, FFILL },
{ GM, "0.0.8.460.18.0.1-1", "connectionCorrelation", NULL, FFILL },
{ GM, "0.0.8.460.18.0.1-1/1", "callIdentifier", NULL, FFILL },
{ GM, "0.0.8.460.18.0.1-1/2", "answerCall", NULL, FFILL },
/* H.460.19 */
{ GD|FD , "19", "mediaNATFWTraversal", NULL, FFILL },
{ GD|FD , "19/1", "supportTransmitMultiplexedMedia", NULL, FFILL },
{ GD|FD , "19/2", "mediaTraversalServer", NULL, FFILL },
{ GI, "0.0.8.460.19.0.1", "mediaNATFWTraversal", NULL, FFILL },
{ GI, "0.0.8.460.19.0.1/1", "Traversal Parameters", dissect_h460_19_TraversalParameters_PDU, FFILL },
/* H.460.20 */
{ GD|FD, "20", "LocationSourceAddress", NULL, FFILL },
{ GD|FD, "20/1", "LocationSourceAddress", dissect_h225_ExtendedAliasAddress_PDU, FFILL },
/* H.460.21 */
{ GD|FD, "21", "Message Broadcast", NULL, FFILL },
{ GD|FD, "21/1", "MessageBroadcastParameter", dissect_h460_21_CapabilityAdvertisement_PDU, FFILL },
/* H.460.22 */
{ GD|FD, "22", "securityProtocolNegotiation", NULL, FFILL },
{ GD|FD, "22/1", "tlsSecurityProtocol", NULL, FFILL },
{ GD|FD, "22/1/1", "priority", NULL, FFILL },
{ GD|FD, "22/1/2", "connectionAddress", NULL, FFILL },
{ GD|FD, "22/2", "ipsecSecurityProtocol", NULL, FFILL },
{ GD|FD, "22/2/1", "priority", NULL, FFILL },
{ 0, NULL, NULL, NULL, FFILL },
};
static h460_feature_t *find_ftr(const gchar *key) {
h460_feature_t *ftr = NULL;
h460_feature_t *f;
for (f=h460_feature_tab; f->id; f++) {
if (f->key_gd && !strcmp(key, f->key_gd)) { ftr = f; break; }
if (f->key_fd && !strcmp(key, f->key_fd)) { ftr = f; break; }
if (f->key_gm && !strcmp(key, f->key_gm)) { ftr = f; break; }
if (f->key_gi && !strcmp(key, f->key_gi)) { ftr = f; break; }
}
return ftr;
}
/*--- dissect_h460_name -------------------------------------------*/
static int
dissect_h460_name(tvbuff_t *tvb _U_, packet_info *pinfo, proto_tree *tree, void *data) {
int offset = 0;
asn1_ctx_t *actx;
h460_feature_t *ftr;
/* Reject the packet if data is NULL */
if (data == NULL)
return 0;
actx = get_asn1_ctx(data);
DISSECTOR_ASSERT(actx);
if (tree) {
ftr = find_ftr(pinfo->match_string);
if (ftr) {
proto_item_append_text(actx->created_item, " - %s", ftr->name);
proto_item_append_text(proto_item_get_parent(proto_tree_get_parent(tree)), ": %s", ftr->name);
} else {
proto_item_append_text(actx->created_item, " - unknown(%s)", pinfo->match_string);
}
}
return offset;
}
/*--- proto_register_h460 ----------------------------------------------*/
void proto_register_h460(void) {
h460_feature_t *ftr;
/* List of fields */
static hf_register_info hf[] = {
#include "packet-h460-hfarr.c"
};
/* List of subtrees */
static gint *ett[] = {
#include "packet-h460-ettarr.c"
};
/* Register protocol */
proto_h460 = proto_register_protocol(PNAME, PSNAME, PFNAME);
/* Register fields and subtrees */
proto_register_field_array(proto_h460, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
h460_name_handle = register_dissector(PFNAME, dissect_h460_name, proto_h460);
for (ftr=h460_feature_tab; ftr->id; ftr++) {
if (ftr->opt & GD) ftr->key_gd = wmem_strdup_printf(wmem_epan_scope(), "GenericData/%s", ftr->id);
if (ftr->opt & FD) ftr->key_fd = wmem_strdup_printf(wmem_epan_scope(), "FeatureDescriptor/%s", ftr->id);
if (ftr->opt & GM) ftr->key_gm = wmem_strdup_printf(wmem_epan_scope(), "GenericMessage/%s", ftr->id);
if (ftr->opt & GI) ftr->key_gi = wmem_strdup_printf(wmem_epan_scope(), "GenericInformation/%s", ftr->id);
if (ftr->content_pdu) ftr->content_hnd = create_dissector_handle(ftr->content_pdu, proto_h460);
}
}
/*--- proto_reg_handoff_h460 -------------------------------------------*/
void proto_reg_handoff_h460(void)
{
h460_feature_t *ftr;
q931_ie_handle = find_dissector_add_dependency("q931.ie", proto_h460);
h225_ras_handle = find_dissector_add_dependency("h225.ras", proto_h460);
for (ftr=h460_feature_tab; ftr->id; ftr++) {
if (ftr->key_gd) dissector_add_string("h225.gef.name", ftr->key_gd, h460_name_handle);
if (ftr->key_fd) dissector_add_string("h225.gef.name", ftr->key_fd, h460_name_handle);
if (ftr->key_gm) dissector_add_string("h245.gef.name", ftr->key_gm, h460_name_handle);
if (ftr->key_gi) dissector_add_string("h245.gef.name", ftr->key_gi, h460_name_handle);
if (ftr->content_hnd) {
if (ftr->key_gd) dissector_add_string("h225.gef.content", ftr->key_gd, ftr->content_hnd);
if (ftr->key_fd) dissector_add_string("h225.gef.content", ftr->key_fd, ftr->content_hnd);
if (ftr->key_gm) dissector_add_string("h245.gef.content", ftr->key_gm, ftr->content_hnd);
if (ftr->key_gi) dissector_add_string("h245.gef.content", ftr->key_gi, ftr->content_hnd);
}
}
} |
ASN.1 | wireshark/epan/dissectors/asn1/h460/QOS-MONITORING-EXTENDED-VOIP-REPORT.asn | -- QOS-MONITORING-EXTENDED-VOIP-REPORT.asn
--
-- Taken from ITU ASN.1 database
-- http://www.itu.int/ITU-T/asn1/database/itu-t/h/h460.9/2002/QOS-MONITORING-EXTENDED-VOIP-REPORT.asn
--
-- Module QOS-MONITORING-EXTENDED-VOIP-REPORT (H.460.9:11/2002)
QOS-MONITORING-EXTENDED-VOIP-REPORT DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS GenericIdentifier
FROM H323-MESSAGES;
ExtendedRTPMetrics ::= SEQUENCE {
networkPacketLossRate INTEGER(0..255) OPTIONAL,
jitterBufferDiscardRate INTEGER(0..255) OPTIONAL,
burstMetrics BurstMetrics OPTIONAL,
rtcpRoundTripDelay INTEGER(0..65535) OPTIONAL,
endSystemDelay INTEGER(0..65535) OPTIONAL,
signalLevel INTEGER(-127..10) OPTIONAL,
noiseLevel INTEGER(-127..0) OPTIONAL,
residualEchoReturnLoss INTEGER(0..127) OPTIONAL,
rFactor INTEGER(0..100) OPTIONAL,
extRFactor INTEGER(0..100) OPTIONAL,
estimatedMOSLQ INTEGER(10..50) OPTIONAL,
estimatedMOSCQ INTEGER(10..50) OPTIONAL,
plcType PLCtypes OPTIONAL,
jitterBufferParms JitterBufferParms OPTIONAL,
...
}
BurstMetrics ::= SEQUENCE {
gmin INTEGER(0..255) OPTIONAL,
burstLossDensity INTEGER(0..255) OPTIONAL,
gapLossDensity INTEGER(0..255) OPTIONAL,
burstDuration INTEGER(0..65535) OPTIONAL,
gapDuration INTEGER(0..65535) OPTIONAL,
...
}
PLCtypes ::= CHOICE {
unspecified NULL,
disabled NULL,
enhanced NULL,
standard NULL,
...
}
JitterBufferParms ::= SEQUENCE {
jitterBufferType JitterBufferTypes OPTIONAL,
jitterBufferAdaptRate INTEGER(0..15) OPTIONAL,
jitterBufferNominalSize INTEGER(0..65535) OPTIONAL,
jitterBufferMaxSize INTEGER(0..65535) OPTIONAL,
jitterBufferAbsoluteMax INTEGER(0..65535) OPTIONAL,
...
}
JitterBufferTypes ::= CHOICE {
unknown NULL,
reserved NULL,
nonadaptive NULL,
adaptive NULL,
...
}
qosMonitoringExtendedRTPMetrics GenericIdentifier ::= standard:2
END -- of QOS-MONITORING-EXTENDED-VOIP-REPORT
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D |
ASN.1 | wireshark/epan/dissectors/asn1/h460/QOS-MONITORING-REPORT.asn | -- QOS-MONITORING-REPORT.asn
--
-- Taken from ITU ASN.1 database
-- http://www.itu.int/ITU-T/asn1/database/itu-t/h/h460.9/2002/QOS-MONITORING-REPORT.asn
--
-- Module QOS-MONITORING-REPORT (H.460.9:11/2002)
QOS-MONITORING-REPORT DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
NonStandardParameter, TransportChannelInfo, CallIdentifier,
CallReferenceValue, ConferenceIdentifier, BandWidth, GenericIdentifier
FROM H323-MESSAGES;
EstimatedEnd2EndDelay ::= INTEGER(0..4294967295)
-- middle 32 bits of 64 bit NTP timestamp
CalculatedJitter ::= INTEGER(0..4294967295)
-- measured in timestamp units
Extension ::= SEQUENCE {
extensionId GenericIdentifier,
extensionContent OCTET STRING OPTIONAL,
...
}
RTCPMeasures ::= SEQUENCE {
rtpAddress TransportChannelInfo,
rtcpAddress TransportChannelInfo,
sessionId INTEGER(1..255),
nonStandardData NonStandardParameter OPTIONAL,
mediaSenderMeasures
SEQUENCE {worstEstimatedEnd2EndDelay EstimatedEnd2EndDelay OPTIONAL,
meanEstimatedEnd2EndDelay EstimatedEnd2EndDelay OPTIONAL,
...} OPTIONAL,
mediaReceiverMeasures
SEQUENCE {cumulativeNumberOfPacketsLost INTEGER(0..4294967295) OPTIONAL,
packetLostRate INTEGER(0..65535) OPTIONAL,
worstJitter CalculatedJitter OPTIONAL,
estimatedThroughput BandWidth OPTIONAL, -- in 100s of bits--
fractionLostRate INTEGER(0..65535) OPTIONAL,
meanJitter CalculatedJitter OPTIONAL,
...} OPTIONAL,
extensions SEQUENCE OF Extension OPTIONAL,
...
}
PerCallQoSReport ::= SEQUENCE {
nonStandardData NonStandardParameter OPTIONAL,
callReferenceValue CallReferenceValue,
conferenceID ConferenceIdentifier,
callIdentifier CallIdentifier,
mediaChannelsQoS SEQUENCE OF RTCPMeasures OPTIONAL,
-- one element per media channel
extensions SEQUENCE OF Extension OPTIONAL,
...
}
QosMonitoringReportData ::= CHOICE {
periodic PeriodicQoSMonReport, -- included in IRR messages
final FinalQosMonReport, -- included in DRQ/DCF message
interGK InterGKQosMonReport, -- included in usageIndication message
...
}
PeriodicQoSMonReport ::= SEQUENCE {
perCallInfo SEQUENCE OF PerCallQoSReport, -- one element per call
extensions SEQUENCE OF Extension OPTIONAL,
...
}
FinalQosMonReport ::= SEQUENCE {
mediaInfo SEQUENCE OF RTCPMeasures, -- one element per channel
nonStandardData NonStandardParameter OPTIONAL,
extensions SEQUENCE OF Extension OPTIONAL,
...
}
InterGKQosMonReport ::= SEQUENCE {
mediaInfo SEQUENCE OF RTCPMeasures, -- one element per channel
nonStandardData NonStandardParameter OPTIONAL,
extensions SEQUENCE OF Extension OPTIONAL,
...
}
--
-- H.460.9 Identifiers:
--
qosMonitoringReportID GenericIdentifier ::=
standard:9
qosMonitoringFinalOnly GenericIdentifier ::= standard:0
qosMonitoringReportData GenericIdentifier ::= standard:1
END -- of ASN.1
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D |
ASN.1 | wireshark/epan/dissectors/asn1/h460/SIGNALLING-CHANNEL-SUSPEND-REDIRECT.asn | -- SIGNALLING-CHANNEL-SUSPEND-REDIRECT.asn
--
-- Taken from ITU ASN.1 database
-- http://www.itu.int/ITU-T/asn1/database/itu-t/h/h460.15/2004/SIGNALLING-CHANNEL-SUSPEND-REDIRECT.asn
--
-- Module SIGNALLING-CHANNEL-SUSPEND-REDIRECT (H.460.15:03/2004)
SIGNALLING-CHANNEL-SUSPEND-REDIRECT DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS TransportAddress
FROM H323-MESSAGES;
SignallingChannelData ::= SEQUENCE {
signallingChannelData
CHOICE {channelSuspendRequest ChannelSuspendRequest,
channelSuspendResponse ChannelSuspendResponse,
channelSuspendConfirm ChannelSuspendConfirm,
channelSuspendCancel ChannelSuspendCancel,
channelResumeRequest ChannelResumeRequest,
channelResumeResponse ChannelResumeResponse,
...},
...
}
ChannelSuspendRequest ::= SEQUENCE {
channelResumeAddress SEQUENCE OF TransportAddress,
immediateResume BOOLEAN,
resetH245 NULL OPTIONAL,
...
}
ChannelSuspendResponse ::= SEQUENCE {
okToSuspend BOOLEAN,
channelResumeAddress SEQUENCE OF TransportAddress,
...
}
ChannelSuspendConfirm ::= SEQUENCE {...
}
ChannelSuspendCancel ::= SEQUENCE {...
}
ChannelResumeRequest ::= SEQUENCE {
randomNumber INTEGER(0..4294967295),
resetH245 NULL OPTIONAL,
...
}
ChannelResumeResponse ::= SEQUENCE {...
}
END -- of ASN.1
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D |
ASN.1 | wireshark/epan/dissectors/asn1/h460/SIGNALLING-TRAVERSAL.asn | -- SIGNALLING-TRAVERSAL.asn
--
-- Taken from ITU ASN.1 database
-- http://www.itu.int/ITU-T/asn1/database/itu-t/h/h460.18/2005/SIGNALLING-TRAVERSAL.asn
--
-- Module SIGNALLING-TRAVERSAL (H.460.18:09/2005)
SIGNALLING-TRAVERSAL {itu-t(0) recommendation(0) h(8) 460 18 version(0) 1}
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS CallIdentifier, TimeToLive, TransportAddress
FROM H323-MESSAGES;
IncomingCallIndication ::= SEQUENCE {
callSignallingAddress TransportAddress,
callID CallIdentifier,
...
}
LRQKeepAliveData ::= SEQUENCE {
lrqKeepAliveInterval TimeToLive, -- keep-alive interval (seconds)
...
}
END
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D |
Text | wireshark/epan/dissectors/asn1/h501/CMakeLists.txt | # CMakeLists.txt
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <[email protected]>
# Copyright 1998 Gerald Combs
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
set( PROTOCOL_NAME h501 )
set( PROTO_OPT )
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
H501-MESSAGES.asn
)
set( EXTRA_DIST
${ASN_FILE_LIST}
packet-${PROTOCOL_NAME}-template.c
${PROTOCOL_NAME}.cnf
)
set( SRC_FILES
${EXTRA_DIST}
${EXT_ASN_FILE_LIST}
)
set( A2W_FLAGS )
set( EXTRA_CNF
"${CMAKE_CURRENT_BINARY_DIR}/../h225/h225-exp.cnf"
"${CMAKE_CURRENT_BINARY_DIR}/../h235/h235-exp.cnf"
)
ASN2WRS() |
ASN.1 | wireshark/epan/dissectors/asn1/h501/H501-MESSAGES.asn | -- H501-MESSAGES.asn
--
-- Taken from ITU ASN.1 database
-- http://www.itu.int/ITU-T/asn1/database/itu-t/h/h501/2002/H501-MESSAGES.asn
--
-- Module H501-MESSAGES (H.501:03/2002)
H501-MESSAGES DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
AuthenticationMechanism, TimeStamp, ClearToken
FROM H235-SECURITY-MESSAGES
AliasAddress, TransportAddress, ReleaseCompleteReason, ConferenceIdentifier,
CallIdentifier, CryptoH323Token, CryptoToken, EndpointType,
GatekeeperIdentifier, GloballyUniqueID, NonStandardParameter, NumberDigits,
PartyNumber, SupportedProtocols, TransportQOS, VendorIdentifier,
IntegrityMechanism, ICV, FeatureSet, GenericData, EnumeratedParameter,
ServiceControlSession, CircuitInfo, CircuitIdentifier
FROM H323-MESSAGES;
Message ::= SEQUENCE {body MessageBody,
common MessageCommonInfo,
...
}
MessageBody ::= CHOICE {
serviceRequest ServiceRequest,
serviceConfirmation ServiceConfirmation,
serviceRejection ServiceRejection,
serviceRelease ServiceRelease,
descriptorRequest DescriptorRequest,
descriptorConfirmation DescriptorConfirmation,
descriptorRejection DescriptorRejection,
descriptorIDRequest DescriptorIDRequest,
descriptorIDConfirmation DescriptorIDConfirmation,
descriptorIDRejection DescriptorIDRejection,
descriptorUpdate DescriptorUpdate,
descriptorUpdateAck DescriptorUpdateAck,
accessRequest AccessRequest,
accessConfirmation AccessConfirmation,
accessRejection AccessRejection,
requestInProgress RequestInProgress,
nonStandardRequest NonStandardRequest,
nonStandardConfirmation NonStandardConfirmation,
nonStandardRejection NonStandardRejection,
unknownMessageResponse UnknownMessageResponse,
usageRequest UsageRequest,
usageConfirmation UsageConfirmation,
usageIndication UsageIndication,
usageIndicationConfirmation UsageIndicationConfirmation,
usageIndicationRejection UsageIndicationRejection,
usageRejection UsageRejection,
validationRequest ValidationRequest,
validationConfirmation ValidationConfirmation,
validationRejection ValidationRejection,
...,
authenticationRequest AuthenticationRequest,
authenticationConfirmation AuthenticationConfirmation,
authenticationRejection AuthenticationRejection
}
MessageCommonInfo ::= SEQUENCE {
sequenceNumber INTEGER(0..65535),
annexGversion ProtocolVersion, -- set to "H.225.0 Annex G V2"
hopCount INTEGER(1..255),
replyAddress SEQUENCE OF TransportAddress OPTIONAL,
-- Must be present in request
integrityCheckValue ICV OPTIONAL,
tokens SEQUENCE OF ClearToken OPTIONAL,
cryptoTokens SEQUENCE OF CryptoH323Token OPTIONAL,
nonStandard SEQUENCE OF NonStandardParameter OPTIONAL,
...,
serviceID ServiceID OPTIONAL,
genericData SEQUENCE OF GenericData OPTIONAL,
featureSet FeatureSet OPTIONAL,
version ProtocolVersion -- current H.501 protocol version
}
ServiceID ::= GloballyUniqueID
--
-- H.501 messages
--
ServiceRequest ::= SEQUENCE {
elementIdentifier ElementIdentifier OPTIONAL,
domainIdentifier AliasAddress OPTIONAL,
securityMode SEQUENCE OF SecurityMode OPTIONAL,
timeToLive INTEGER(1..4294967295) OPTIONAL,
...,
usageSpec UsageSpecification OPTIONAL
}
SecurityMode ::= SEQUENCE {
authentication AuthenticationMechanism OPTIONAL,
integrity IntegrityMechanism OPTIONAL,
algorithmOIDs SEQUENCE OF OBJECT IDENTIFIER OPTIONAL,
...
}
ServiceConfirmation ::= SEQUENCE {
elementIdentifier ElementIdentifier,
domainIdentifier AliasAddress,
alternates AlternatePEInfo OPTIONAL,
securityMode SecurityMode OPTIONAL,
timeToLive INTEGER(1..4294967295) OPTIONAL,
...,
usageSpec UsageSpecification OPTIONAL
}
ServiceRejection ::= SEQUENCE {
reason ServiceRejectionReason,
alternates AlternatePEInfo OPTIONAL,
...
}
ServiceRejectionReason ::= CHOICE {
serviceUnavailable NULL,
serviceRedirected NULL,
security NULL,
continue NULL,
undefined NULL,
...,
unknownServiceID NULL,
cannotSupportUsageSpec NULL, -- Cannot comply with proposed spec
neededFeature NULL,
genericDataReason NULL,
usageUnavailable NULL, -- Usage reporting not supported
unknownUsageSendTo NULL -- Usage sendTo could not be resolved
}
ServiceRelease ::= SEQUENCE {
reason ServiceReleaseReason,
alternates AlternatePEInfo OPTIONAL,
...
}
ServiceReleaseReason ::= CHOICE {
outOfService NULL,
maintenance NULL,
terminated NULL,
expired NULL,
...
}
DescriptorRequest ::= SEQUENCE {descriptorID SEQUENCE OF DescriptorID,
...
}
DescriptorConfirmation ::= SEQUENCE {descriptor SEQUENCE OF Descriptor,
...
}
DescriptorRejection ::= SEQUENCE {
reason DescriptorRejectionReason,
descriptorID DescriptorID OPTIONAL,
...
}
DescriptorRejectionReason ::= CHOICE {
packetSizeExceeded NULL, -- use other transport type
illegalID NULL, -- no descriptor for provided descriptorID
security NULL, -- request did not meet security requirements
hopCountExceeded NULL,
noServiceRelationship NULL,
undefined NULL,
...,
neededFeature NULL,
genericDataReason NULL,
unknownServiceID NULL-- The serviceID is not recognized by--
-- the peer element
}
DescriptorIDRequest ::= SEQUENCE {...
}
DescriptorIDConfirmation ::= SEQUENCE {
descriptorInfo SEQUENCE OF DescriptorInfo,
...
}
DescriptorIDRejection ::= SEQUENCE {reason DescriptorIDRejectionReason,
...
}
DescriptorIDRejectionReason ::= CHOICE {
noDescriptors NULL, -- no descriptors to report
security NULL, -- request did not meet security requirements
hopCountExceeded NULL,
noServiceRelationship NULL,
undefined NULL,
...,
neededFeature NULL,
genericDataReason NULL,
unknownServiceID NULL-- The serviceID is not recognized by--
-- the peer element
}
DescriptorUpdate ::= SEQUENCE {
sender AliasAddress,
updateInfo SEQUENCE OF UpdateInformation,
...
}
UpdateInformation ::= SEQUENCE {
descriptorInfo
CHOICE {descriptorID DescriptorID,
descriptor Descriptor,
...},
updateType CHOICE {added NULL,
deleted NULL,
changed NULL,
...},
...
}
DescriptorUpdateAck ::= SEQUENCE {...
}
AccessRequest ::= SEQUENCE {
destinationInfo PartyInformation,
sourceInfo PartyInformation OPTIONAL,
callInfo CallInformation OPTIONAL,
usageSpec UsageSpecification OPTIONAL,
...,
desiredProtocols SEQUENCE OF SupportedProtocols OPTIONAL
}
AccessConfirmation ::= SEQUENCE {
templates SEQUENCE OF AddressTemplate,
partialResponse BOOLEAN,
...,
supportedProtocols SEQUENCE OF SupportedProtocols OPTIONAL,
serviceControl SEQUENCE OF ServiceControlSession OPTIONAL
}
AccessRejection ::= SEQUENCE {
reason AccessRejectionReason,
...,
serviceControl SEQUENCE OF ServiceControlSession OPTIONAL
}
AccessRejectionReason ::= CHOICE {
noMatch NULL, -- no template matched the destinationInfo
packetSizeExceeded NULL, -- use other transport type
security NULL, -- request did not meet security requirements
hopCountExceeded NULL,
needCallInformation NULL, -- Call Information must be specified
noServiceRelationship NULL,
undefined NULL,
...,
neededFeature NULL,
genericDataReason NULL,
destinationUnavailable NULL, -- Destination was resolved but is
-- unavailable
aliasesInconsistent NULL, -- Multiple aliases identify distinct
-- destinations
resourceUnavailable NULL, -- One or more required resources are
-- unavailable
incompleteAddress NULL, -- Destination cannot be distinctly
-- identified
unknownServiceID NULL, -- The serviceID is not recognized by
-- the peer element
usageUnavailable NULL, -- Usage reporting not supported
cannotSupportUsageSpec NULL, -- Cannot comply with proposed spec
unknownUsageSendTo NULL -- Usage sendTo could not be resolved
}
UsageRequest ::= SEQUENCE {
callInfo CallInformation,
usageSpec UsageSpecification,
...
}
UsageConfirmation ::= SEQUENCE {...
}
UsageRejection ::= SEQUENCE {reason UsageRejectReason,
...
}
UsageIndication ::= SEQUENCE {
callInfo CallInformation,
accessTokens SEQUENCE OF AccessToken OPTIONAL,
senderRole Role,
usageCallStatus UsageCallStatus,
srcInfo PartyInformation OPTIONAL,
destAddress PartyInformation,
startTime TimeStamp OPTIONAL,
endTime TimeStamp OPTIONAL,
terminationCause TerminationCause OPTIONAL,
usageFields SEQUENCE OF UsageField,
...
}
UsageField ::= SEQUENCE {id OBJECT IDENTIFIER,
value OCTET STRING,
...
}
UsageRejectReason ::= CHOICE {
invalidCall NULL,
unavailable NULL,
security NULL,
noServiceRelationship NULL,
undefined NULL,
...,
neededFeature NULL,
genericDataReason NULL,
unknownServiceID NULL-- The serviceID is not recognized by--
-- the peer element
}
UsageIndicationConfirmation ::= SEQUENCE {...
}
UsageIndicationRejection ::= SEQUENCE {
reason UsageIndicationRejectionReason,
...
}
UsageIndicationRejectionReason ::= CHOICE {
unknownCall NULL,
incomplete NULL,
security NULL,
noServiceRelationship NULL,
undefined NULL,
...,
neededFeature NULL,
genericDataReason NULL,
unknownServiceID NULL-- The serviceID is not recognized by--
-- the peer element
}
ValidationRequest ::= SEQUENCE {
accessToken SEQUENCE OF AccessToken OPTIONAL,
destinationInfo PartyInformation OPTIONAL,
sourceInfo PartyInformation OPTIONAL,
callInfo CallInformation,
usageSpec UsageSpecification OPTIONAL,
...
}
ValidationConfirmation ::= SEQUENCE {
destinationInfo PartyInformation OPTIONAL,
usageSpec UsageSpecification OPTIONAL,
...
}
ValidationRejection ::= SEQUENCE {reason ValidationRejectionReason,
...
}
ValidationRejectionReason ::= CHOICE {
tokenNotValid NULL,
security NULL, -- request did not meet security requirements
hopCountExceeded NULL,
missingSourceInfo NULL,
missingDestInfo NULL,
noServiceRelationship NULL,
undefined NULL,
...,
neededFeature NULL,
genericDataReason NULL,
unknownServiceID NULL-- The serviceID is not recognized by--
-- the peer element
}
RequestInProgress ::= SEQUENCE {
delay INTEGER(1..65535),
...,
serviceControl SEQUENCE OF ServiceControlSession OPTIONAL
}
NonStandardRequest ::= SEQUENCE {...
}
NonStandardConfirmation ::= SEQUENCE {...
}
NonStandardRejection ::= SEQUENCE {reason NonStandardRejectionReason,
...
}
NonStandardRejectionReason ::= CHOICE {
notSupported NULL,
noServiceRelationship NULL,
undefined NULL,
...,
neededFeature NULL,
genericDataReason NULL,
unknownServiceID NULL-- The serviceID is not recognized by--
-- the peer element
}
UnknownMessageResponse ::= SEQUENCE {
unknownMessage OCTET STRING,
reason UnknownMessageReason,
...
}
UnknownMessageReason ::= CHOICE {notUnderstood NULL,
undefined NULL,
...
}
AuthenticationRequest ::= SEQUENCE {
applicationMessage ApplicationMessage, -- e.g. RAS message in
-- ITU-T Rec. H.323
...
}
ApplicationMessage ::= OCTET STRING
AuthenticationConfirmation ::= SEQUENCE {...
}
AuthenticationRejection ::= SEQUENCE {
reason AuthenticationRejectionReason,
...
}
AuthenticationRejectionReason ::= CHOICE {
security NULL,
hopCountExceeded NULL,
noServiceRelationship NULL,
undefined NULL,
neededFeature NULL,
genericDataReason NULL,
unknownServiceID NULL,
securityWrongSyncTime NULL, -- time server problem or network delay
securityReplay NULL, -- replay attack encountered
securityWrongGeneralID NULL, -- wrong general ID
securityWrongSendersID NULL, -- wrong senders ID
securityIntegrityFailed NULL, -- integrity check failed
securityWrongOID NULL, -- wrong token OIDs or crypto alg OIDs
...
}
--
-- structures common to multiple messages
--
AddressTemplate ::= SEQUENCE {
pattern SEQUENCE OF Pattern,
routeInfo SEQUENCE OF RouteInformation,
timeToLive INTEGER(1..4294967295),
...,
supportedProtocols SEQUENCE OF SupportedProtocols OPTIONAL,
featureSet FeatureSet OPTIONAL
}
Pattern ::= CHOICE {
specific AliasAddress,
wildcard AliasAddress,
range SEQUENCE {startOfRange PartyNumber,
endOfRange PartyNumber},
...
}
RouteInformation ::= SEQUENCE {
messageType
CHOICE {sendAccessRequest NULL,
sendSetup NULL,
nonExistent NULL,
...},
callSpecific BOOLEAN,
usageSpec UsageSpecification OPTIONAL,
priceInfo SEQUENCE OF PriceInfoSpec OPTIONAL,
contacts SEQUENCE OF ContactInformation,
type EndpointType OPTIONAL,
-- must be present if messageType = sendSetup
...,
featureSet FeatureSet OPTIONAL,
circuitID CircuitInfo OPTIONAL,
supportedCircuits SEQUENCE OF CircuitIdentifier OPTIONAL
}
ContactInformation ::= SEQUENCE {
transportAddress AliasAddress,
priority INTEGER(0..127),
transportQoS TransportQOS OPTIONAL,
security SEQUENCE OF SecurityMode OPTIONAL,
accessTokens SEQUENCE OF AccessToken OPTIONAL,
...,
multipleCalls BOOLEAN OPTIONAL,
featureSet FeatureSet OPTIONAL,
circuitID CircuitInfo OPTIONAL,
supportedCircuits SEQUENCE OF CircuitIdentifier OPTIONAL
}
PriceInfoSpec ::= SEQUENCE {
currency IA5String(SIZE (3)), -- e.g. "USD"
currencyScale INTEGER(-127..127),
validFrom GlobalTimeStamp OPTIONAL,
validUntil GlobalTimeStamp OPTIONAL,
hoursFrom IA5String(SIZE (6)) OPTIONAL, -- "HHMMSS" UTC
hoursUntil IA5String(SIZE (6)) OPTIONAL, -- "HHMMSS" UTC
priceElement SEQUENCE OF PriceElement OPTIONAL,
priceFormula IA5String(SIZE (1..2048)) OPTIONAL,
...
}
PriceElement ::= SEQUENCE {
amount INTEGER(0..4294967295), -- meter increment
quantum INTEGER(0..4294967295), -- each or part thereof
units
CHOICE {seconds NULL,
packets NULL,
bytes NULL,
initial NULL,
minimum NULL,
maximum NULL,
...},
...
}
Descriptor ::= SEQUENCE {
descriptorInfo DescriptorInfo,
templates SEQUENCE OF AddressTemplate,
gatekeeperID GatekeeperIdentifier OPTIONAL,
...
}
DescriptorInfo ::= SEQUENCE {
descriptorID DescriptorID,
lastChanged GlobalTimeStamp,
...
}
AlternatePEInfo ::= SEQUENCE {
alternatePE SEQUENCE OF AlternatePE,
alternateIsPermanent BOOLEAN,
...
}
AlternatePE ::= SEQUENCE {
contactAddress AliasAddress,
priority INTEGER(1..127),
elementIdentifier ElementIdentifier OPTIONAL,
...
}
AccessToken ::= CHOICE {
token ClearToken,
cryptoToken CryptoH323Token,
...,
genericData GenericData
}
CallInformation ::= SEQUENCE {
callIdentifier CallIdentifier,
conferenceID ConferenceIdentifier,
...,
circuitID CircuitInfo OPTIONAL
}
UsageCallStatus ::= CHOICE {
preConnect NULL, -- Call has not started
callInProgress NULL, -- Call is in progress
callEnded NULL, -- Call ended
...,
registrationLost NULL -- Uncertain if call ended or not
}
UserInformation ::= SEQUENCE {
userIdentifier AliasAddress,
userAuthenticator SEQUENCE OF CryptoH323Token OPTIONAL,
...
}
UsageSpecification ::= SEQUENCE {
sendTo ElementIdentifier,
when
SEQUENCE {never NULL OPTIONAL,
start NULL OPTIONAL,
end NULL OPTIONAL,
period INTEGER(1..65535) OPTIONAL, -- in seconds--
failures NULL OPTIONAL,
...},
required SEQUENCE OF OBJECT IDENTIFIER,
preferred SEQUENCE OF OBJECT IDENTIFIER,
...,
sendToPEAddress AliasAddress OPTIONAL
}
PartyInformation ::= SEQUENCE {
logicalAddresses SEQUENCE OF AliasAddress,
domainIdentifier AliasAddress OPTIONAL,
transportAddress AliasAddress OPTIONAL,
endpointType EndpointType OPTIONAL,
userInfo UserInformation OPTIONAL,
timeZone TimeZone OPTIONAL,
...
}
Role ::= CHOICE {
originator NULL,
destination NULL,
nonStandardData NonStandardParameter,
...
}
TimeZone ::= INTEGER(-43200..43200) -- number of seconds relative to UTC
-- including DST if appropriate
TerminationCause ::= SEQUENCE {
releaseCompleteReason ReleaseCompleteReason,
causeIE INTEGER(1..65535) OPTIONAL,
nonStandardData NonStandardParameter OPTIONAL,
...
}
ProtocolVersion ::= OBJECT IDENTIFIER
-- shall be set to
-- {itu-t(0) recommendation(0) h(8) h-225-0(2250) annex(1) g(7)
-- version(0) 2} in field annexGversion;
-- {itu-t(0) recommendation(0) h(8) 501 version(0) 1}
-- in field version
DescriptorID ::=
GloballyUniqueID
ElementIdentifier ::= BMPString(SIZE (1..128))
GlobalTimeStamp ::= IA5String(SIZE (14))
-- UTC, in the form YYYYMMDDHHmmSS
-- where YYYY = year, MM = month, DD = day,
-- HH = hour, mm = minute, SS = second
-- (for example, 19981219120000 for noon
-- 19 December 1998)
--
-- REPOSITORY FOR APPLICATION SPECIFIC DATA
--
-- H.225.0 Annex-G profile data
--
idAnnexGProfiles INTEGER ::=
0
idAnnexGProfileA INTEGER ::= 1
--annexGProfileA EnumeratedParameter ::=
--{
-- id standard:idAnnexGProfileA
--}
END -- of H501-MESSAGES
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D |
Configuration | wireshark/epan/dissectors/asn1/h501/h501.cnf | # h501.cnf
# H.501 conformation file
# 2007 Tomas Kukosa
#.INCLUDE ../h225/h225-exp.cnf
#.INCLUDE ../h235/h235-exp.cnf
#.OPT
PER
ALIGNED
#.END
#.PDU
Message
#.END
#.FIELD_RENAME
DescriptorRejection/descriptorID descriptorRejection_descriptorID
UpdateInformation/descriptorInfo/descriptorID updateInformation_descriptorID
DescriptorInfo/descriptorID descriptorInfo_descriptorID
#.FIELD_ATTR
DescriptorRejection/descriptorID ABBREV=descriptorRejection_descriptorID
UpdateInformation/descriptorInfo/descriptorID ABBREV=updateInformation_descriptorID
DescriptorInfo/descriptorID ABBREV=descriptorInfo_descriptorID
#.FN_PARS MessageBody
VAL_PTR = &msg_type
#.FN_HDR
gint32 msg_type = -1;
const gchar *p = NULL;
#.FN_FTR
p = try_val_to_str(msg_type, VALS(h501_MessageBody_vals));
if (p )
col_set_str(actx->pinfo->cinfo, COL_INFO, p);
#.END |
C | wireshark/epan/dissectors/asn1/h501/packet-h501-template.c | /* packet-h501.c
* Routines for H.501 packet dissection
* 2007 Tomas Kukosa
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "config.h"
#include <epan/packet.h>
#include <epan/prefs.h>
#include <epan/oids.h>
#include <epan/asn1.h>
#include "packet-tpkt.h"
#include "packet-per.h"
#include "packet-h225.h"
#include "packet-h235.h"
#define PNAME "H.501 Mobility"
#define PSNAME "H.501"
#define PFNAME "h501"
void proto_register_h501(void);
/* Initialize the protocol and registered fields */
static int proto_h501 = -1;
#include "packet-h501-hf.c"
/* Initialize the subtree pointers */
static int ett_h501 = -1;
#include "packet-h501-ett.c"
/* Dissectors */
static dissector_handle_t h501_pdu_handle;
static dissector_handle_t h501_udp_handle;
static dissector_handle_t h501_tcp_handle;
/* Preferences */
#define H501_PORT 2099
static gboolean h501_desegment_tcp = TRUE;
void proto_reg_handoff_h501(void);
#include "packet-h501-fn.c"
static int
dissect_h501_pdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
proto_item *ti = NULL;
proto_tree *h501_tree = NULL;
col_set_str(pinfo->cinfo, COL_PROTOCOL, PSNAME);
ti = proto_tree_add_item(tree, proto_h501, tvb, 0, -1, ENC_NA);
h501_tree = proto_item_add_subtree(ti, ett_h501);
return dissect_Message_PDU(tvb, pinfo, h501_tree, NULL);
}
static int
dissect_h501_udp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
dissect_tpkt_encap(tvb, pinfo, tree, FALSE, h501_pdu_handle);
return tvb_captured_length(tvb);
}
static int
dissect_h501_tcp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
dissect_tpkt_encap(tvb, pinfo, tree, h501_desegment_tcp, h501_pdu_handle);
return tvb_captured_length(tvb);
}
/*--- proto_register_h501 ----------------------------------------------*/
void proto_register_h501(void) {
module_t *h501_module;
/* List of fields */
static hf_register_info hf[] = {
#include "packet-h501-hfarr.c"
};
/* List of subtrees */
static gint *ett[] = {
&ett_h501,
#include "packet-h501-ettarr.c"
};
/* Register protocol */
proto_h501 = proto_register_protocol(PNAME, PSNAME, PFNAME);
/* Register fields and subtrees */
proto_register_field_array(proto_h501, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
/* Register dissectors */
h501_pdu_handle = register_dissector(PFNAME, dissect_h501_pdu, proto_h501);
h501_udp_handle = register_dissector(PFNAME ".udp", dissect_h501_udp, proto_h501);
h501_tcp_handle = register_dissector(PFNAME ".tcp", dissect_h501_tcp, proto_h501);
/* Register dissection preferences */
h501_module = prefs_register_protocol(proto_h501, NULL);
prefs_register_bool_preference(h501_module, "desegment",
"Desegment H.501 over TCP",
"Desegment H.501 messages that span more TCP segments",
&h501_desegment_tcp);
}
/*--- proto_reg_handoff_h501 -------------------------------------------*/
void proto_reg_handoff_h501(void)
{
dissector_add_uint_with_preference("tcp.port", H501_PORT, h501_tcp_handle);
dissector_add_uint_with_preference("udp.port", H501_PORT, h501_udp_handle);
} |
Text | wireshark/epan/dissectors/asn1/HI2Operations/CMakeLists.txt | # CMakeLists.txt
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <[email protected]>
# Copyright 1998 Gerald Combs
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
set( PROTOCOL_NAME HI2Operations )
set( ASN_FILE_LIST
HI2Operations_ver18.asn
HI3CCLinkData.asn
EpsHI2Operations.asn
UmtsHI2Operations.asn
)
set( EXTRA_DIST
${ASN_FILE_LIST}
packet-${PROTOCOL_NAME}-template.c
${PROTOCOL_NAME}.cnf
)
set( SRC_FILES
${EXTRA_DIST}
${EXT_ASN_FILE_LIST}
)
set( A2W_FLAGS -b )
ASN2WRS() |
ASN.1 | wireshark/epan/dissectors/asn1/HI2Operations/EpsHI2Operations.asn | --- WS Modified EpsHI2Operations, some defines was merged in HI2Operations or fully moved there
---
EpsHI2Operations {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulintercept(2)
threeGPP(4) hi2eps(8) r16 (16) version-1 (1)}
DEFINITIONS IMPLICIT TAGS ::=
BEGIN
IMPORTS
GSMLocation,
LawfulInterceptionIdentifier,
TimeStamp,
MapDatum,
Network-Identifier,
National-Parameters,
National-HI2-ASN1parameters,
DataNodeAddress,
IPAddress,
IP-value,
PartyInformation,
SMS-report,
UMTSLocation,
X25Address
FROM HI2Operations
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2)
lawfulIntercept(2) hi2(1) version18(18)} -- Imported from TS 101 671 v3.14.1
CivicAddress,
ExtendedLocParameters,
LocationErrorCode
FROM UmtsHI2Operations
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2)
lawfulintercept(2) threeGPP(4) hi2(1) r16 (16) version-0 (0)};
-- Imported from 3GPP TS 33.108, UMTS PS HI2
-- Object Identifier Definitions
-- Security DomainId
-- WS Allready in HI2... lawfulInterceptDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2)}
-- Security Subdomains
threeGPPSUBDomainId OBJECT IDENTIFIER ::= {lawfulInterceptDomainId threeGPP(4)}
hi2epsDomainId OBJECT IDENTIFIER ::= {threeGPPSUBDomainId hi2eps(8) r16(16) version-1 (1)}
EpsIRIsContent ::= CHOICE
{
epsiRIContent EpsIRIContent,
epsIRISequence EpsIRISequence
}
EpsIRISequence ::= SEQUENCE OF EpsIRIContent
-- Aggregation of EpsIRIContent is an optional feature.
-- It may be applied in cases when at a given point in time
-- several IRI records are available for delivery to the same LEA destination.
-- As a general rule, records created at any event shall be sent
-- immediately and not withheld in the DF or MF in order to
-- apply aggragation.
-- When aggregation is not to be applied,
-- EpsIRIContent needs to be chosen.
-- EpsIRIContent includes events that correspond to EPS and UMTS/GPRS.
EpsIRIContent ::= CHOICE
{
iRI-Begin-record [1] IRI-Parameters, -- include at least one optional parameter
iRI-End-record [2] IRI-Parameters,
iRI-Continue-record [3] IRI-Parameters, -- include at least one optional parameter
iRI-Report-record [4] IRI-Parameters -- include at least one optional parameter
}
-- the EpsIRIContent may provide events that correspond to UMTS/GPRS as well.
-- Parameters having the same tag numbers have to be identical in Rel-5 and onwards modules.
IRI-Parameters ::= SEQUENCE
{
hi2epsDomainId [0] OBJECT IDENTIFIER, -- 3GPP HI2 EPS domain
lawfulInterceptionIdentifier [1] LawfulInterceptionIdentifier,
-- This identifier is associated to the target.
timeStamp [3] TimeStamp,
-- date and time of the event triggering the report.)
initiator [4] ENUMERATED
{
not-Available (0),
originating-Target (1),
-- in case of GPRS, this indicates that the PDP context activation, modification
-- or deactivation is MS requested
-- in case of EPS, this indicated that the EPS detach, bearer activation, modification
-- or deactivation is UE requested
terminating-Target (2),
-- in case of GPRS, this indicates that the PDP context activation, modification or
-- deactivation is network initiated
-- in case of EPS, this indicated that the EPS detach, bearer activation, modification
-- or deactivation is network initiated
...
} OPTIONAL,
locationOfTheTarget [8] Location OPTIONAL,
-- location of the target
-- or cell site location
partyInformation [9] SET SIZE (1..10) OF PartyInformation OPTIONAL,
-- This parameter provides the concerned party, the identiy(ies) of the party
--)and all the information provided by the party.
serviceCenterAddress [13] PartyInformation OPTIONAL,
-- e.g. in case of SMS message this parameter provides the address of the relevant
-- server
sMS [14] SMS-report OPTIONAL,
-- this parameter provides the SMS content and associated information
national-Parameters [16] National-Parameters OPTIONAL,
ePSCorrelationNumber [18] EPSCorrelationNumber OPTIONAL,
-- this parameter provides GPRS Correlation number when the event corresponds to UMTS/GPRS.
ePSevent [20] EPSEvent OPTIONAL,
-- This information is used to provide particular action of the target
-- such as attach/detach
sgsnAddress [21] DataNodeAddress OPTIONAL,
gPRSOperationErrorCode [22] GPRSOperationErrorCode OPTIONAL,
ggsnAddress [24] DataNodeAddress OPTIONAL,
qOS [25] UmtsQos OPTIONAL,
networkIdentifier [26] Network-Identifier OPTIONAL,
sMSOriginatingAddress [27] DataNodeAddress OPTIONAL,
sMSTerminatingAddress [28] DataNodeAddress OPTIONAL,
iMSevent [29] IMSevent OPTIONAL,
sIPMessage [30] OCTET STRING OPTIONAL,
servingSGSN-number [31] OCTET STRING (SIZE (1..20)) OPTIONAL,
servingSGSN-address [32] OCTET STRING (SIZE (5..17)) OPTIONAL,
-- Octets are coded according to 3GPP TS 23.003 [25]
...,
-- Tag [33] was taken into use by ETSI module in TS 101 671v2.13.1
ldiEvent [34] LDIevent OPTIONAL,
correlation [35] CorrelationValues OPTIONAL,
ePS-GTPV2-specificParameters [36] EPS-GTPV2-SpecificParameters OPTIONAL,
-- contains parameters to be used in case of GTPV2 based intercepted messages
ePS-PMIP-specificParameters [37] EPS-PMIP-SpecificParameters OPTIONAL,
-- contains parameters to be used in case of PMIP based intercepted messages
ePS-DSMIP-SpecificParameters [38] EPS-DSMIP-SpecificParameters OPTIONAL,
-- contains parameters to be used in case of DSMIP based intercepted messages
ePS-MIP-SpecificParameters [39] EPS-MIP-SpecificParameters OPTIONAL,
-- contains parameters to be used in case of MIP based intercepted messages
servingNodeAddress [40] OCTET STRING OPTIONAL,
-- this parameter is kept for backward compatibility only and should not be used
-- as it has been superseeded by parameter visitedNetworkId
visitedNetworkId [41] UTF8String OPTIONAL,
-- contains the visited network identifier inside the Serving System Update for
-- non 3GPP access and IMS, coded according to [53] and 3GPP TS 29.229 [96]
mediaDecryption-info [42] MediaDecryption-info OPTIONAL,
servingS4-SGSN-address [43] OCTET STRING OPTIONAL,
-- Diameter Origin-Host and Origin-Realm of the S4-SGSN based on the TS 29.272 [59].
-- Only the data fields from the Diameter AVPs are provided concatenated
-- with a semicolon to populate this field.
sipMessageHeaderOffer [44] OCTET STRING OPTIONAL,
sipMessageHeaderAnswer [45] OCTET STRING OPTIONAL,
sdpOffer [46] OCTET STRING OPTIONAL,
sdpAnswer [47] OCTET STRING OPTIONAL,
uLITimestamp [48] OCTET STRING (SIZE (8)) OPTIONAL,
-- Coded according to 3GPP TS 29.060 [17]; The upper 4 octets shall carry the ULI Timestamp
-- value; The lower 4 octets are undefined and shall be ignored by the receiver
packetDataHeaderInformation [49] PacketDataHeaderInformation OPTIONAL,
mediaSecFailureIndication [50] MediaSecFailureIndication OPTIONAL,
csgIdentity [51] OCTET STRING (SIZE (4)) OPTIONAL, -- Octets are coded
-- according to 3GPP TS 23.003 [25]. The 27 bits specified in TS 23.003 shall be encoded as.
-- follows The most significant bit of the CSG Identity shall be encoded in the most
-- significant bit of the first octet of the octet string and the least significant bit coded
-- in bit 6 of octet 4.
heNBIdentity [52] OCTET STRING OPTIONAL,
-- 4 or 6 octets are coded with the HNBUnique Identity
-- as specified in 3GPP TS 23.003 [25], Clause 4.10.
heNBiPAddress [53] IPAddress OPTIONAL,
heNBLocation [54] HeNBLocation OPTIONAL,
tunnelProtocol [55] TunnelProtocol OPTIONAL,
pANI-Header-Info [56] SEQUENCE OF PANI-Header-Info OPTIONAL,
-- information extracted from P-Access-Network-Info headers of SIP message;
-- described in TS 24.229 §7.2A.4 [76]
imsVoIP [57] IMS-VoIP-Correlation OPTIONAL,
xCAPmessage [58] OCTET STRING OPTIONAL,
-- The HTTP message (HTPP header and any XCAP body) of any of the target's IMS supplementary
-- service setting management or manipulation XCAP messages occuring through the Ut interface
-- defined in the 3GPP TS 24 623 [77].
logicalFunctionInformation [59] DataNodeIdentifier OPTIONAL,
ccUnavailableReason [60] PrintableString OPTIONAL,
carrierSpecificData [61] OCTET STRING OPTIONAL,
-- Copy of raw data specified by the CSP or his vendor related to HSS.
current-previous-systems [62] Current-Previous-Systems OPTIONAL,
change-Of-Target-Identity [63] Change-Of-Target-Identity OPTIONAL,
requesting-Network-Identifier [64] OCTET STRING OPTIONAL,
-- the requesting network identifier PLMN id (Mobile Country Code and Mobile Network Country,
-- defined in E212 [87]).
requesting-Node-Type [65] Requesting-Node-Type OPTIONAL,
serving-System-Identifier [66] OCTET STRING OPTIONAL,
-- the serving network identifier PLMN id (MNC, Mobile Country Code and MNC,Mobile Network
-- Country, defined in E212 [87]) and 3GPP TR 21.905 [38], that may be included in the Diameter
-- AVP to and from the HSS.
proSeTargetType [67] ProSeTargetType OPTIONAL,
proSeRelayMSISDN [68] OCTET STRING (SIZE (1..9)) OPTIONAL,
-- coded according to 3GPP TS 29.274 [46]
proSeRelayIMSI [69] OCTET STRING (SIZE (3..8)) OPTIONAL,
-- coded according to 3GPP TS 29.274 [46]
proSeRelayIMEI [70] OCTET STRING (SIZE (8)) OPTIONAL,
-- coded according to 3GPP TS 29.274 [46]
extendedLocParameters [71] ExtendedLocParameters OPTIONAL, -- LALS extended parameters
locationErrorCode [72] LocationErrorCode OPTIONAL, -- LALS error code
otherIdentities [73] SEQUENCE OF PartyInformation OPTIONAL,
deregistrationReason [74] DeregistrationReason OPTIONAL,
requesting-Node-Identifier [75] OCTET STRING OPTIONAL,
roamingIndication [76] VoIPRoamingIndication OPTIONAL,
-- used for IMS events in the VPLMN.
cSREvent [77] CSREvent OPTIONAL,
ptc [78] PTC OPTIONAL, -- PTC Events
ptcEncryption [79] PTCEncryptionInfo OPTIONAL,
-- PTC Encryption Information
additionalCellIDs [80] SEQUENCE OF AdditionalCellID OPTIONAL,
scefID [81] UTF8String OPTIONAL,
-- SCEF-ID FQDN as defined by TS 29.336 [101], clause 8.4.5 and RFC 3588 [102] section 4.3
national-HI2-ASN1parameters [255] National-HI2-ASN1parameters OPTIONAL
}
-- Parameters having the same tag numbers have to be identical in Rel-5 and onwards modules
-- PARAMETERS FORMATS
DataNodeIdentifier ::= SEQUENCE
{
dataNodeAddress [1] DataNodeAddress OPTIONAL,
logicalFunctionType [2] LogicalFunctionType OPTIONAL,
dataNodeName [3] PrintableString(SIZE(7..25)) OPTIONAL,
--Unique identifier of a Data Node within the CSP domain. Could be a name/number combination.
...
}
LogicalFunctionType ::= ENUMERATED
{
pDNGW (0),
mME (1),
sGW (2),
ePDG (3),
hSS (4),
...
}
PANI-Header-Info ::= SEQUENCE
{
access-Type [1] OCTET STRING OPTIONAL,
-- ASCII chain '3GPP-UTRAN-TDD', '3GPP-E-UTRAN-TDD',... : see TS 24.229 §7.2A.4 [76]
access-Class [2] OCTET STRING OPTIONAL,
-- ASCII chain '3GPP-UTRAN', '3GPP-E-UTRAN',... : see TS 24.229 §7.2A.4 [76]
network-Provided [3] NULL OPTIONAL,
-- present if provided by the network
pANI-Location [4] PANI-Location OPTIONAL,
...
}
PANI-Location ::= SEQUENCE
{
raw-Location [1] OCTET STRING OPTIONAL,
-- raw copy of the location string from the P-Access-Network-Info header
location [2] Location OPTIONAL,
ePSLocation [3] EPSLocation OPTIONAL,
...
}
Location ::= SEQUENCE
{
e164-Number [1] OCTET STRING (SIZE (1..25)) OPTIONAL,
-- Coded in the same format as the ISUP location number (parameter
-- field) of the ISUP (see EN 300 356 [30]).
globalCellID [2] GlobalCellID OPTIONAL,
--see MAP format (see [4])
rAI [4] Rai OPTIONAL,
-- the Routeing Area Identifier in the current SGSN is coded in accordance with the
-- § 10.5.5.15 of document [9] without the Routing Area Identification IEI
-- (only the last 6 octets are used)
gsmLocation [5] GSMLocation OPTIONAL,
umtsLocation [6] UMTSLocation OPTIONAL,
sAI [7] Sai OPTIONAL,
-- format: PLMN-ID 3 octets (no. 1 - 3)
-- LAC 2 octets (no. 4 - 5)
-- SAC 2 octets (no. 6 - 7)
-- (according to 3GPP TS 25.413 [62])
...,
oldRAI [8] Rai OPTIONAL,
-- the Routeing Area Identifier in the old SGSN is coded in accordance with the
-- § 10.5.5.15 of document [9] without the Routing Area Identification IEI
-- (only the last 6 octets are used).
civicAddress [9] CivicAddress OPTIONAL,
operatorSpecificInfo [10] OCTET STRING OPTIONAL,
-- other CSP specific information.
uELocationTimestamp [11] CHOICE
{
timestamp [0] TimeStamp,
timestampUnknown [1] NULL,
...
} OPTIONAL
-- Date/time of the UE location
}
GlobalCellID ::= OCTET STRING (SIZE (5..7))
Rai ::= OCTET STRING (SIZE (6))
Sai ::= OCTET STRING (SIZE (7))
AdditionalCellID ::= SEQUENCE
{
nCGI [1] NCGI,
gsmLocation [2] GSMLocation OPTIONAL,
umtsLocation [3] UMTSLocation OPTIONAL,
timeOfLocation [4] GeneralizedTime OPTIONAL,
...
}
MCC ::= NumericString (SIZE(3))
MNC ::= NumericString (SIZE(2..3))
PLMNID ::= SEQUENCE
{
mCC [1] MCC,
mNC [2] MNC,
...
}
-- TS 36.413 [100], clause 9.2.1.142
NRCellID ::= BIT STRING (SIZE(36))
NCGI ::= SEQUENCE
{
pLMNID [1] PLMNID,
nRCellID [2] NRCellID,
...
}
EPSCorrelationNumber ::= OCTET STRING
-- In case of PS interception, the size will be in the range (8..20)
CorrelationValues ::= CHOICE {
iri-to-CC [0] IRI-to-CC-Correlation, -- correlates IRI to Content(s)
iri-to-iri [1] IRI-to-IRI-Correlation, -- correlates IRI to IRI
both-IRI-CC [2] SEQUENCE { -- correlates IRI to IRI and IRI to Content(s)
iri-CC [0] IRI-to-CC-Correlation,
iri-IRI [1] IRI-to-IRI-Correlation}
}
IMS-VoIP-Correlation ::= SET OF SEQUENCE {
ims-iri [0] IRI-to-IRI-Correlation,
ims-cc [1] IRI-to-CC-Correlation OPTIONAL
}
IRI-to-CC-Correlation ::= SEQUENCE { -- correlates IRI to Content
cc [0] SET OF OCTET STRING,-- correlates IRI to multiple CCs
iri [1] OCTET STRING OPTIONAL
-- correlates IRI to CC with signaling
}
IRI-to-IRI-Correlation ::= OCTET STRING -- correlates IRI to IRI
EPSEvent ::= ENUMERATED
{
pDPContextActivation (1),
startOfInterceptionWithPDPContextActive (2),
pDPContextDeactivation (4),
gPRSAttach (5),
gPRSDetach (6),
locationInfoUpdate (10),
sMS (11),
pDPContextModification (13),
servingSystem (14),
... ,
startOfInterceptionWithMSAttached (15),
e-UTRANAttach (16),
e-UTRANDetach (17),
bearerActivation (18),
startOfInterceptionWithActiveBearer (19),
bearerModification (20),
bearerDeactivation (21),
uERequestedBearerResourceModification (22),
uERequestedPDNConnectivity (23),
uERequestedPDNDisconnection (24),
trackingAreaEpsLocationUpdate (25),
servingEvolvedPacketSystem (26),
pMIPAttachTunnelActivation (27),
pMIPDetachTunnelDeactivation (28),
startOfInterceptWithActivePMIPTunnel (29),
pMIPPdnGwInitiatedPdnDisconnection (30),
mIPRegistrationTunnelActivation (31),
mIPDeregistrationTunnelDeactivation (32),
startOfInterceptWithActiveMIPTunnel (33),
dSMIPRegistrationTunnelActivation (34),
dSMIPDeregistrationTunnelDeactivation (35),
startOfInterceptWithActiveDsmipTunnel (36),
dSMipHaSwitch (37),
pMIPResourceAllocationDeactivation (38),
mIPResourceAllocationDeactivation (39),
pMIPsessionModification (40),
startOfInterceptWithEUTRANAttachedUE (41),
dSMIPSessionModification (42),
packetDataHeaderInformation (43),
hSS-Subscriber-Record-Change (44),
registration-Termination (45),
-- FFS
location-Up-Date (46),
-- FFS
cancel-Location (47),
register-Location (48),
location-Information-Request (49),
proSeRemoteUEReport (50),
proSeRemoteUEStartOfCommunication (51),
proSeRemoteUEEndOfCommunication (52),
startOfLIwithProSeRemoteUEOngoingComm (53),
startOfLIforProSeUEtoNWRelay (54),
scefRequestednonIPPDNDisconnection (55)
}
-- see [19]
CSREvent ::= ENUMERATED
{
cSREventMessage (1),
...
}
IMSevent ::= ENUMERATED
{
unfilteredSIPmessage (1),
-- This value indicates to LEMF that the whole SIP message is sent , i.e. without filtering
-- CC; location information is removed by the DF2/MF if not required to be sent.
...,
sIPheaderOnly (2),
-- If warrant requires only IRI then specific content in a 'sIPMessage'
-- (e.g. 'Message', etc.) has been deleted before sending it to LEMF.
decryptionKeysAvailable (3),
-- This value indicates to LEMF that the IRI carries CC decryption keys for the session
-- under interception.
startOfInterceptionForIMSEstablishedSession (4),
-- This value indicates to LEMF that the IRI carries information related to
-- interception started on an already established IMS session.
xCAPRequest (5),
-- This value indicates to LEMF that the XCAP request is sent.
xCAPResponse (6) ,
-- This value indicates to LEMF that the XCAP response is sent.
ccUnavailable (7),
-- This value indicates to LEMF that the media is not available for interception for intercept
-- orders that require media interception.
sMSOverIMS (8),
-- This value indicates to LEMF that the SMS utilized by SMS over IP (using IMS) is
-- being reported.
servingSystem(9),
-- Applicable to HSS interception
subscriberRecordChange(10),
-- Applicable to HSS interception
registrationTermination(11),
-- Applicable to HSS interception
locationInformationRequest(12)
-- Applicable to HSS interception
}
GPRS-parameters ::= SEQUENCE
{
pDP-address-allocated-to-the-target [1] DataNodeAddress OPTIONAL,
aPN [2] OCTET STRING (SIZE(1..100)) OPTIONAL,
-- The Access Point Name (APN) is coded in accordance with
-- 3GPP TS 24.008 [9] without the APN IEI (only the last 100 octets are used).
-- Octets are coded according to 3GPP TS 23.003 [25].
pDP-type [3] OCTET STRING (SIZE(2)) OPTIONAL,
-- Include either Octets 3 and 4 of the Packet Data Protocol Address information element
-- of 3GPP TS 24.008 [9] or Octets 4 and 5 of the End User Address IE of 3GPP TS 29.060 [17].
-- when PDP-type is IPv4 or IPv6, the IP address is carried by parameter
-- pDP-address-allocated-to-the-target
-- when PDP-type is IPv4v6, the additional IP address is carried by parameter
-- additionalIPaddress
...,
nSAPI [4] OCTET STRING (SIZE (1)) OPTIONAL,
-- Include either Octet 2 of the NSAPI IE of 3GPP TS 24.008 [9]
-- or Octet 2 of the NSAPI IE of 3GPP TS 29.060 [17].
additionalIPaddress [5] DataNodeAddress OPTIONAL
}
GPRSOperationErrorCode ::= OCTET STRING
-- The parameter shall carry the GMM cause value or the SM cause value, as defined in the
-- standard [9], without the IEI.
LDIevent ::= ENUMERATED
{
targetEntersIA (1),
targetLeavesIA (2),
...
}
UmtsQos ::= CHOICE
{
qosMobileRadio [1] OCTET STRING,
-- The qosMobileRadio parameter shall be coded in accordance with the § 10.5.6.5 of
-- document [9] without the Quality of service IEI and Length of
-- quality of service IE (. That is, first
-- two octets carrying 'Quality of service IEI' and 'Length of quality of service
-- IE' shall be excluded).
qosGn [2] OCTET STRING
-- qosGn parameter shall be coded in accordance with § 7.7.34 of document [17]
}
EPS-GTPV2-SpecificParameters ::= SEQUENCE
{
pDNAddressAllocation [1] OCTET STRING OPTIONAL,
aPN [2] OCTET STRING (SIZE (1..100)) OPTIONAL,
protConfigOptions [3] ProtConfigOptions OPTIONAL,
attachType [4] OCTET STRING (SIZE (1)) OPTIONAL,
-- coded according to TS 24.301 [47]
ePSBearerIdentity [5] OCTET STRING OPTIONAL,
detachType [6] OCTET STRING (SIZE (1)) OPTIONAL,
-- coded according to TS 24.301 [47], includes switch off indicator
rATType [7] OCTET STRING (SIZE (1)) OPTIONAL,
failedBearerActivationReason [8] OCTET STRING (SIZE (1)) OPTIONAL,
ePSBearerQoS [9] OCTET STRING OPTIONAL,
bearerActivationType [10] TypeOfBearer OPTIONAL,
aPN-AMBR [11] OCTET STRING OPTIONAL,
-- see 3GPP TS 29.274 [46] parameters coding rules defined for EPS-GTPV2-SpecificParameters.
procedureTransactionId [12] OCTET STRING OPTIONAL,
linkedEPSBearerId [13] OCTET STRING OPTIONAL,
--The Linked EPS Bearer Identity shall be included and coded according to 3GPP TS 29.274 [46].
tFT [14] OCTET STRING OPTIONAL,
-- Only octets 3 onwards of TFT IE from 3GPP TS 24.008 [9] shall be included.
handoverIndication [15] NULL OPTIONAL,
failedBearerModReason [16] OCTET STRING (SIZE (1)) OPTIONAL,
trafficAggregateDescription [17] OCTET STRING OPTIONAL,
failedTAUReason [18] OCTET STRING (SIZE (1)) OPTIONAL,
-- coded according to TS 24.301 [47]
failedEUTRANAttachReason [19] OCTET STRING (SIZE (1)) OPTIONAL,
-- coded according to TS 24.301 [47]
servingMMEaddress [20] OCTET STRING OPTIONAL,
-- Contains the data fields from the Diameter Origin-Host and Origin-Realm AVPs
-- as received in the HSS from the MME according to the TS 29.272 [59].
-- Only the data fields from the Diameter AVPs are provided concatenated
-- with a semicolon to populate this field.
bearerDeactivationType [21] TypeOfBearer OPTIONAL,
bearerDeactivationCause [22] OCTET STRING (SIZE (1)) OPTIONAL,
ePSlocationOfTheTarget [23] EPSLocation OPTIONAL,
-- the use of ePSLocationOfTheTarget is mutually exclusive with the use of locationOfTheTarget
-- ePSlocationOfTheTarget allows using the coding of the parameter according to SAE stage 3.
-- location of the target
-- or cell site location
...,
pDNType [24] OCTET STRING (SIZE (1)) OPTIONAL,
-- coded according to TS 24.301 [47]
requestType [25] OCTET STRING (SIZE (1)) OPTIONAL,
-- coded according to TS 24.301 [47]
uEReqPDNConnFailReason [26] OCTET STRING (SIZE (1)) OPTIONAL,
-- coded according to TS 24.301 [47]
extendedHandoverIndication [27] OCTET STRING (SIZE (1)) OPTIONAL,
-- This parameter with value 1 indicates handover based on the flags in the TS 29.274 [46].
-- Otherwise set to the value 0.
-- The use of extendedHandoverIndication and handoverIndication parameters is
-- mutually exclusive and depends on the actual ASN.1 encoding method.
uLITimestamp [28] OCTET STRING (SIZE (8)) OPTIONAL,
-- The upper 4 octets shall carry the ULI Timestamp value; The lower 4 octets are undefined
-- and shall be ignored by the receiver
uELocalIPAddress [29] OCTET STRING OPTIONAL,
uEUdpPort [30] OCTET STRING (SIZE (2)) OPTIONAL,
tWANIdentifier [31] OCTET STRING OPTIONAL,
tWANIdentifierTimestamp [32] OCTET STRING (SIZE (4)) OPTIONAL,
proSeRemoteUeContextConnected [33] RemoteUeContextConnected OPTIONAL,
proSeRemoteUeContextDisconnected [34] RemoteUeContextDisconnected OPTIONAL,
secondaryRATUsageIndication [35] NULL OPTIONAL
}
-- All the parameters within EPS-GTPV2-SpecificParameters are coded as the corresponding IEs
-- without the octets containing type and length. Unless differently stated, they are coded
-- according to 3GPP TS 29.274 [46]; in this case the octet containing the instance
-- shall also be not included.
TypeOfBearer ::= ENUMERATED
{
defaultBearer (1),
dedicatedBearer (2),
...
}
EPSLocation ::= SEQUENCE
{
userLocationInfo [1] OCTET STRING (SIZE (1..39)) OPTIONAL,
-- see 3GPP TS 29.274 [46] parameters coding rules defined for EPS-GTPV2-SpecificParameters.
gsmLocation [2] GSMLocation OPTIONAL,
umtsLocation [3] UMTSLocation OPTIONAL,
olduserLocationInfo [4] OCTET STRING (SIZE (1..39)) OPTIONAL,
-- coded in the same way as userLocationInfo
lastVisitedTAI [5] OCTET STRING (SIZE (1..5)) OPTIONAL,
-- the Tracking Area Identity is coded in accordance with the TAI field in 3GPP TS 29.274
-- [46].
tAIlist [6] OCTET STRING (SIZE (7..97)) OPTIONAL,
-- the TAI List is coded acording to 3GPP TS 24.301 [47], without the TAI list IEI
...,
threeGPP2Bsid [7] OCTET STRING (SIZE (1..12)) OPTIONAL,
-- contains only the payload from the 3GPP2-BSID AVP described in the 3GPP TS 29.212 [56].
civicAddress [8] CivicAddress OPTIONAL,
operatorSpecificInfo [9] OCTET STRING OPTIONAL,
-- other CSP specific information.
uELocationTimestamp [10] CHOICE
{
timestamp [0] TimeStamp,
timestampUnknown [1] NULL,
...
} OPTIONAL
-- Date/time of the UE location
}
ProtConfigOptions ::= SEQUENCE
{
ueToNetwork [1] OCTET STRING (SIZE(1..251)) OPTIONAL,
-- This shall be coded with octet 3 onwards of the Protocol Configuration Options IE in
-- accordance with 3GPP TS 24.008 [9].
networkToUe [2] OCTET STRING (SIZE(1..251)) OPTIONAL,
-- This shall be coded with octet 3 onwards of the Protocol Configuration Options IE in
-- accordance with 3GPP TS 24.008 [9].
...
}
RemoteUeContextConnected ::= SEQUENCE OF RemoteUEContext
RemoteUEContext ::= SEQUENCE
{
remoteUserID [1] RemoteUserID,
remoteUEIPInformation [2] RemoteUEIPInformation,
...
}
RemoteUserID ::= OCTET STRING
RemoteUEIPInformation ::= OCTET STRING
RemoteUeContextDisconnected ::= RemoteUserID
EPS-PMIP-SpecificParameters ::= SEQUENCE
{
lifetime [1] INTEGER (0..65535) OPTIONAL,
accessTechnologyType [2] OCTET STRING (SIZE (4)) OPTIONAL,
aPN [3] OCTET STRING (SIZE (1..100)) OPTIONAL,
iPv6HomeNetworkPrefix [4] OCTET STRING (SIZE (20)) OPTIONAL,
protConfigurationOption [5] OCTET STRING OPTIONAL,
handoverIndication [6] OCTET STRING (SIZE (4)) OPTIONAL,
status [7] INTEGER (0..255) OPTIONAL,
revocationTrigger [8] INTEGER (0..255) OPTIONAL,
iPv4HomeAddress [9] OCTET STRING (SIZE (4)) OPTIONAL,
iPv6careOfAddress [10] OCTET STRING OPTIONAL,
iPv4careOfAddress [11] OCTET STRING OPTIONAL,
...,
servingNetwork [12] OCTET STRING (SIZE (3)) OPTIONAL,
dHCPv4AddressAllocationInd [13] OCTET STRING (SIZE (1)) OPTIONAL,
ePSlocationOfTheTarget [14] EPSLocation OPTIONAL
-- parameters coded according to 3GPP TS 29.275 [48] and RFCs specifically
-- referenced in it.
}
EPS-DSMIP-SpecificParameters ::= SEQUENCE
{
lifetime [1] INTEGER (0..65535) OPTIONAL,
requestedIPv6HomePrefix [2] OCTET STRING (SIZE (25)) OPTIONAL,
-- coded according to RFC 5026
homeAddress [3] OCTET STRING (SIZE (8)) OPTIONAL,
iPv4careOfAddress [4] OCTET STRING (SIZE (8)) OPTIONAL,
iPv6careOfAddress [5] OCTET STRING (SIZE(16)) OPTIONAL,
aPN [6] OCTET STRING (SIZE (1..100)) OPTIONAL,
status [7] INTEGER (0..255) OPTIONAL,
hSS-AAA-address [8] OCTET STRING OPTIONAL,
targetPDN-GW-Address [9] OCTET STRING OPTIONAL,
...
-- parameters coded according to 3GPP TS 24.303 [49] and RFCs specifically
-- referenced in it.
}
EPS-MIP-SpecificParameters ::= SEQUENCE
{
lifetime [1] INTEGER (0.. 65535) OPTIONAL,
homeAddress [2] OCTET STRING (SIZE (4)) OPTIONAL,
careOfAddress [3] OCTET STRING (SIZE (4)) OPTIONAL,
homeAgentAddress [4] OCTET STRING (SIZE (4)) OPTIONAL,
code [5] INTEGER (0..255) OPTIONAL,
foreignDomainAddress [7] OCTET STRING (SIZE (4)) OPTIONAL,
...
-- parameters coded according to 3GPP TS 29.279 [63] and RFCs specifically
-- referenced in it.
}
MediaDecryption-info ::= SEQUENCE OF CCKeyInfo
-- One or more key can be available for decryption, one for each media streams of the
-- intercepted session.
CCKeyInfo ::= SEQUENCE
{
cCCSID [1] OCTET STRING,
-- the parameter uniquely mapping the key to the encrypted stream.
cCDecKey [2] OCTET STRING,
cCSalt [3] OCTET STRING OPTIONAL,
-- The field reports the value from the CS_ID field in the ticket exchange headers as
-- defined in IETF RFC 6043 [61].
...
}
MediaSecFailureIndication ::= ENUMERATED
{
genericFailure (0),
...
}
PacketDataHeaderInformation ::= CHOICE
{
packetDataHeader [1] PacketDataHeaderReport,
packetDataSummary [2] PacketDataSummaryReport,
...
}
PacketDataHeaderReport ::= CHOICE
{
packetDataHeaderMapped [1] PacketDataHeaderMapped,
packetDataHeaderCopy [2] PacketDataHeaderCopy,
...
}
PacketDataHeaderMapped ::= SEQUENCE
{
sourceIPAddress [1] IPAddress,
sourcePortNumber [2] INTEGER (0..65535) OPTIONAL,
destinationIPAddress [3] IPAddress,
destinationPortNumber [4] INTEGER (0..65535) OPTIONAL,
transportProtocol [5] INTEGER,
-- For IPv4, report the "Protocol" field and for IPv6 report "Next Header" field.
-- Assigned Internet Protocol Numbers can be found at
-- http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
packetsize [6] INTEGER OPTIONAL,
flowLabel [7] INTEGER OPTIONAL,
packetCount [8] INTEGER OPTIONAL,
direction [9] TPDU-direction,
...
}
TPDU-direction ::= ENUMERATED
{
from-target (1),
to-target (2),
unknown (3)
}
PacketDataHeaderCopy ::= SEQUENCE
{
direction [1] TPDU-direction,
headerCopy [2] OCTET STRING, -- includes a copy of the packet header at the IP
-- network layer and above including extension headers, but excluding contents.
...
}
PacketDataSummaryReport ::= SEQUENCE OF PacketFlowSummary
PacketFlowSummary ::= SEQUENCE
{
sourceIPAddress [1] IPAddress,
sourcePortNumber [2] INTEGER (0..65535) OPTIONAL,
destinationIPAddress [3] IPAddress,
destinationPortNumber [4] INTEGER (0..65535) OPTIONAL,
transportProtocol [5] INTEGER,
-- For IPv4, report the "Protocol" field and for IPv6 report "Next Header" field.
-- Assigned Internet Protocol Numbers can be found at
-- http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml
flowLabel [6] INTEGER OPTIONAL,
summaryPeriod [7] ReportInterval,
packetCount [8] INTEGER,
sumOfPacketSizes [9] INTEGER,
packetDataSummaryReason [10] ReportReason,
...
}
ReportReason ::= ENUMERATED
{
timerExpired (0),
countThresholdHit (1),
pDPComtextDeactivated (2),
pDPContextModification (3),
otherOrUnknown (4),
...
}
ReportInterval ::= SEQUENCE
{
firstPacketTimeStamp [0] TimeStamp,
lastPacketTimeStamp [1] TimeStamp,
...
}
TunnelProtocol ::= CHOICE
{
rfc2868ValueField [0] OCTET STRING, -- coded to indicate the type of tunnel established between
-- the HeNB and the SeGW as specified in TS 33.320. The actual coding is provided in 3 octets
-- with the Value field of the Tunnel Type RADIUS attribute as specified in IETF RFC 2868.
-- This corresponds to the outer layer tunnel between the HeNB and the SeGW as viewed by the
-- SeGW
nativeIPSec [1] NULL, -- if native IPSec is required by TS 33.320 between HeNB and SeGW
...
}
HeNBLocation ::= EPSLocation
Requesting-Node-Type ::= ENUMERATED
{
mSC (1),
sMS-Centre (2),
gMLC (3),
mME (4),
sGSN (5),
...
}
Change-Of-Target-Identity ::= SEQUENCE
{
new-MSISDN [1] PartyInformation OPTIONAL,
-- new MSISDN of the target, encoded in the same format as the AddressString
-- parameters defined in MAP format document TS 29.002 [4]
new-A-MSISDN [2] PartyInformation OPTIONAL,
-- new A-MSISDN of the target, encoded in the same format as the AddressString
-- parameters defined in TS 23.003 [25]
old-MSISDN [3] PartyInformation OPTIONAL,
-- old MSISDN of the target, encoded in the same format as the AddressString
-- parameters defined in MAP format document TS 29.002 [4]
old-A-MSISDN [4] PartyInformation OPTIONAL,
-- old A-MSISDN of the target, encoded in the same format as the AddressString
-- parameters defined in TS 23.003 [25]
new-IMSI [5] PartyInformation OPTIONAL,
-- See MAP format [4] International Mobile
-- Station Identity E.212 number beginning with Mobile Country Code
old-IMSI [6] PartyInformation OPTIONAL,
-- See MAP format [4] International Mobile
-- Station Identity E.212 number beginning with Mobile Country Code
new-IMEI [7] PartyInformation OPTIONAL,
-- See MAP format [4] International Mobile
-- Equipement Identity defined in MAP format document TS 29.002 [4]
old-IMEI [8] PartyInformation OPTIONAL,
-- See MAP format [4] International Mobile
-- Equipement Identity defined in MAP format document TS 29.002 [4]
...,
new-IMPI [9] PartyInformation OPTIONAL,
old-IMPI [10] PartyInformation OPTIONAL,
new-SIP-URI [11] PartyInformation OPTIONAL,
old-SIP-URI [12] PartyInformation OPTIONAL,
new-TEL-URI [13] PartyInformation OPTIONAL,
old-TEL-URI [14] PartyInformation OPTIONAL
}
Current-Previous-Systems ::= SEQUENCE
{
serving-System-Identifier [1] OCTET STRING OPTIONAL,
-- VPLMN id (Mobile Country Code and Mobile Network Country, E. 212 number [87]).
current-Serving-MME-Address [2] DataNodeIdentifier OPTIONAL,
-- The IP address of the current serving MME or its the Diameter Origin-Host and Origin-Realm.
previous-Serving-System-Identifier [3] OCTET STRING OPTIONAL,
-- VPLMN id (Mobile Country Code and Mobile Network Country, defined in E212 [87]).
previous-Serving-MME-Address [4] DataNodeIdentifier OPTIONAL,
-- The IP address of the previous serving MME or its Diameter Origin-Host and Origin-Realm.
...
}
ProSeTargetType ::= ENUMERATED
{
pRoSeRemoteUE (1),
pRoSeUEtoNwRelay (2),
...
}
VoIPRoamingIndication ::= ENUMERATED {
roamingLBO (1), -- used in IMS events sent by VPLMN with LBO as roaming
roamingS8HR (2), -- used in IMS events sent by VPLMN with S8HR as roaming
...
}
DeregistrationReason ::= CHOICE
{
reason-CodeAVP [1] INTEGER,
server-AssignmentType [2] INTEGER,
-- Coded according to 3GPP TS 29.229 [96]
...
}
PTCEncryptionInfo ::= SEQUENCE {
cipher [1] UTF8String,
cryptoContext [2] UTF8String OPTIONAL,
key [3] UTF8String,
keyEncoding [4] UTF8String,
salt [5] UTF8String OPTIONAL,
pTCOther [6] UTF8String OPTIONAL,
...
}
PTC ::= SEQUENCE {
abandonCause [1] UTF8String OPTIONAL,
accessPolicyFailure [2] UTF8String OPTIONAL,
accessPolicyType [3] AccessPolicyType OPTIONAL,
alertIndicator [5] AlertIndicator OPTIONAL,
associatePresenceStatus [6] AssociatePresenceStatus OPTIONAL,
bearer-capability [7] UTF8String OPTIONAL,
-- identifies the Bearer capability information element (value part)
broadcastIndicator [8] BOOLEAN OPTIONAL,
-- default False, true indicates this is a braodcast to a group
contactID [9] UTF8String OPTIONAL,
emergency [10] Emergency OPTIONAL,
emergencyGroupState [11] EmergencyGroupState OPTIONAL,
timeStamp [12] TimeStamp,
pTCType [13] PTCType OPTIONAL,
failureCode [14] UTF8String OPTIONAL,
floorActivity [15] FloorActivity OPTIONAL,
floorSpeakerID [16] PTCAddress OPTIONAL,
groupAdSender [17] UTF8String OPTIONAL,
-- Identifies the group administrator who was the originator of the group call.
-- tag [18] was used in r15 (15) version-4 (4)
groupAuthRule [19] GroupAuthRule OPTIONAL,
groupCharacteristics [20] UTF8String OPTIONAL,
holdRetrieveInd [21] BOOLEAN OPTIONAL,
-- true indicates target is placed on hold, false indicates target was retrived from hold.
-- tag [22] was used in r15 (15) version-4 (4)
imminentPerilInd [23] ImminentPerilInd OPTIONAL,
implicitFloorReq [24] ImplicitFloorReq OPTIONAL,
initiationCause [25] InitiationCause OPTIONAL,
invitationCause [26] UTF8String OPTIONAL,
iPAPartyID [27] UTF8String OPTIONAL,
iPADirection [28] IPADirection OPTIONAL,
listManagementAction [29] ListManagementAction OPTIONAL,
listManagementFailure [30] UTF8String OPTIONAL,
listManagementType [31] ListManagementType OPTIONAL,
maxTBTime [32] UTF8String OPTIONAL, -- defined in seconds.
mCPTTGroupID [33] UTF8String OPTIONAL,
mCPTTID [34] UTF8String OPTIONAL,
mCPTTInd [35] BOOLEAN OPTIONAL,
-- default False indicates to associate from target, true indicates to the target.
location [36] Location OPTIONAL,
mCPTTOrganizationName [37] UTF8String OPTIONAL,
mediaStreamAvail [38] BOOLEAN OPTIONAL,
-- True indicates available for media, false indicates not able to accept media.
priority-Level [40] Priority-Level OPTIONAL,
preEstSessionID [41] UTF8String OPTIONAL,
preEstStatus [42] PreEstStatus OPTIONAL,
pTCGroupID [43] UTF8String OPTIONAL,
pTCIDList [44] UTF8String OPTIONAL,
pTCMediaCapability [45] UTF8String OPTIONAL,
pTCOriginatingId [46] UTF8String OPTIONAL,
pTCOther [47] UTF8String OPTIONAL,
pTCParticipants [48] UTF8String OPTIONAL,
pTCParty [49] UTF8String OPTIONAL,
pTCPartyDrop [50] UTF8String OPTIONAL,
pTCSessionInfo [51] UTF8String OPTIONAL,
pTCServerURI [52] UTF8String OPTIONAL,
pTCUserAccessPolicy [53] UTF8String OPTIONAL,
pTCAddress [54] PTCAddress OPTIONAL,
queuedFloorControl [55] BOOLEAN OPTIONAL,
--Default FALSE,send TRUE if Queued floor control is used.
queuedPosition [56] UTF8String OPTIONAL,
-- indicates the queued position of the Speaker (Target or associate) who has the
-- right to speak.
registrationRequest [57] RegistrationRequest OPTIONAL,
registrationOutcome [58] RegistrationOutcome OPTIONAL,
retrieveID [59] UTF8String OPTIONAL,
rTPSetting [60] RTPSetting OPTIONAL,
talkBurstPriority [61] Priority-Level OPTIONAL,
talkBurstReason [62] Talk-burst-reason-code OPTIONAL,
-- Talk-burst-reason-code Defined according to the rules and procedures
-- in (OMA-PoC-AD [97])
talkburstControlSetting [63] TalkburstControlSetting OPTIONAL,
targetPresenceStatus [64] UTF8String OPTIONAL,
port-Number [65] INTEGER (0..65535) OPTIONAL,
...
}
AccessPolicyType ::= SEQUENCE
{
userAccessPolicyAttempt [1] BOOLEAN,
-- default False, true indicates Target has accessed.
groupAuthorizationRulesAttempt [2] BOOLEAN,
-- default False, true indicates Target has accessed.
userAccessPolicyQuery [3] BOOLEAN,
-- default False, true indicates Target has accessed.
groupAuthorizationRulesQuery [4] BOOLEAN,
-- default False, true indicates Target has accessed.
userAccessPolicyResult [5] UTF8String,
groupAuthorizationRulesResult [6] UTF8String,
...
}
AlertIndicator ::= ENUMERATED
{
-- indicates the group call alert condition.
sent (1),
received (2),
cancelled (3),
...
}
AssociatePresenceStatus ::= SEQUENCE
{
presenceID [1] UTF8String,
-- identity of PTC Client(s)or the PTC group
presenceType [2] PresenceType,
presenceStatus [3] BOOLEAN,
-- default false, true indicates connected.
...
}
PresenceType ::= ENUMERATED
{
pTCClient (1),
pTCGroup (2),
-- identifies the type of presenceID given [PTC Client(s) or PTC group].
...
}
Emergency ::= ENUMERATED
{
-- MCPTT services indication of peril condition.
imminent (1),
peril (2),
cancel (3),
...
}
EmergencyGroupState ::= SEQUENCE
{
-- indicates the state of the call, at least one of these information
-- elements shall be present.
clientEmergencyState [1] ENUMERATED
{
-- in case of MCPTT call, indicates the response for the client
inform (1),
response (2),
cancelInform (3),
cancelResponse (4),
...
} OPTIONAL,
groupEmergencyState [2] ENUMERATED
{
-- in case of MCPTT group call, indicates if there is a group emergency or
-- a response from the Target to indicate current Client state of emergency.
inForm (1),
reSponse (2),
cancelInform (3),
cancelResponse (4),
...
},
...
}
PTCType ::= ENUMERATED
{
pTCStartofInterception (1),
pTCServinSystem (2),
pTCSessionInitiation (3),
pTCSessionAbandonEndRecord (4),
pTCSessionStartContinueRecord (5),
pTCSessionEndRecord (6),
pTCPre-EstablishedSessionSessionRecord (7),
pTCInstantPersonalAlert (8),
pTCPartyJoin (9),
pTCPartyDrop (10),
pTCPartyHold-RetrieveRecord (11),
pTCMediaModification (12),
pTCGroupAdvertizement (13),
pTCFloorConttrol (14),
pTCTargetPressence (15),
pTCAssociatePressence (16),
pTCListManagementEvents (17),
pTCAccessPolicyEvents (18),
pTCMediaTypeNotification (19),
pTCGroupCallRequest (20),
pTCGroupCallCancel (21),
pTCGroupCallResponse (22),
pTCGroupCallInterrogate (23),
pTCMCPTTImminentGroupCall (24),
pTCCC (25),
pTCRegistration (26),
pTCEncryption (27),
...
}
FloorActivity ::= SEQUENCE
{
tBCP-Request [1] BOOLEAN,
-- default False, true indicates Granted.
tBCP-Granted [2] BOOLEAN,
-- default False, true indicates Granted permission to talk.
tBCP-Deny [3] BOOLEAN,
-- default True, False indicates permission granted.
tBCP-Queued [4] BOOLEAN,
-- default False, true indicates the request to talk is in queue.
tBCP-Release [5] BOOLEAN,
-- default True, true indicates the Request to talk is completed,
-- False indicates PTC Client has the request to talk.
tBCP-Revoke [6] BOOLEAN,
-- default False, true indicates the privilege to talk is canceld from the
-- PTC server.
tBCP-Taken [7] BOOLEAN,
-- default True, false indicates another PTC Client has the permission to talk.
tBCP-Idle [8] BOOLEAN,
-- default True, False indicates the Talk Burst Protocol is taken.
...
}
GroupAuthRule ::= ENUMERATED
{
allow-Initiating-PtcSession (0),
block-Initiating-PtcSession (1),
allow-Joining-PtcSession (2),
block-Joining-PtcSession (3),
allow-Add-Participants (4),
block-Add-Participants (5),
allow-Subscription-PtcSession-State (6),
block-Subscription-PtcSession-State (7),
allow-Anonymity (8),
forbid-Anonymity (9),
...
}
ImminentPerilInd ::= ENUMERATED
{
request (1),
response (2),
cancel (3),
-- when the MCPTT Imminent Peril Group Call Request, Response or Cancel is detected
...
}
ImplicitFloorReq ::= ENUMERATED
{
join (1),
rejoin (2),
release (3),
-- group Call request to join, rejoin, or release of the group call
...
}
InitiationCause ::= ENUMERATED
{
requests (1),
received (2),
pTCOriginatingId (3),
-- requests or receives a session initiation from the network or another
-- party to initiate a PTC session. Identify the originating PTC party, if known.
...
}
IPADirection ::= ENUMERATED
{
toTarget (0),
fromTarget (1),
...
}
ListManagementAction ::= ENUMERATED
{
create (1),
modify (2),
retrieve (3),
delete (4),
notify (5),
...
}
ListManagementType ::= ENUMERATED
{
contactListManagementAttempt (1),
groupListManagementAttempt (2),
contactListManagementResult (3),
groupListManagementResult (4),
requestSuccessful (5),
...
}
Priority-Level ::= ENUMERATED
{
pre-emptive (0),
high-priority (1),
normal-priority (2),
listen-only (3),
...
}
PreEstStatus ::= ENUMERATED
{
established (1),
modify (2),
released (3),
...
}
PTCAddress ::= SEQUENCE
{
uri [0] UTF8String,
-- The set of URIs defined in [RFC3261] and related SIP RFCs.
privacy-setting [1] BOOLEAN,
-- Default FALSE, send TRUE if privacy is used.
privacy-alias [2] VisibleString OPTIONAL,
-- if privacy is used, the PTC Server creates an anonymous PTC Address of the form
-- <sip:[email protected]>. In addition to anonymity, the anonymous PTC
-- Addresses SHALL be unique within a PTC Session. In case more than one anonymous
-- PTC Addresses are used in the same PTC Session, for the second Anonymous PTC
-- Session and thereafter, the PTC Server SHOULD use the form
-- sip:[email protected] where n is an integer number.
nickname [3] UTF8String OPTIONAL,
...
}
RegistrationRequest ::= ENUMERATED
{
register (1),
re-register (2),
de-register (3),
...
}
RegistrationOutcome ::= ENUMERATED
{
success (0),
failure (1),
...
}
RTPSetting ::= SEQUENCE
{
ip-address [0] IPAddress,
port-number [1] Port-Number,
-- the IP address and port number at the PTC Server for the RTP Session
...
}
Port-Number ::= INTEGER (0..65535)
TalkburstControlSetting ::= SEQUENCE
{
talk-BurstControlProtocol [1] UTF8String,
talk-Burst-parameters [2] SET OF VisibleString,
-- selected by the PTC Server from those contained in the original SDP offer in the
-- incoming SIP INVITE request from the PTC Client
tBCP-PortNumber [3] INTEGER (0..65535),
-- PTC Server's port number to be used for the Talk Burst Control Protocol
...
}
Talk-burst-reason-code ::= VisibleString
END -- OF EpsHI2Operations |
Configuration | wireshark/epan/dissectors/asn1/HI2Operations/HI2Operations.cnf | # HI2Operations.cnf
# HI2Operations conformation file
#.MODULE
EpsHI2Operations EpsHI2
UmtsHI2Operations UmtsHI2
HI3CCLinkData hi3cclinkdata
#.MODULE_IMPORT
#.EXPORTS
#.REGISTER
#.PDU
IRIsContent
UUS1-Content
#.NO_EMIT
#.OMIT_ASSIGNMENT
# Get rid of unused code warnings
CallContentLinkCharacteristics
CCLink-State
Intercepted-Call-State
GPRSCorrelationNumber
GPRSEvent
TetraLocation
#.FIELD_RENAME
GSMLocation/geoCoordinates/latitude geoCoordinates_latitude
GSMLocation/geoCoordinates/longitude geoCoordinates_longitude
#.FN_HDR UUS1-Content
/* Heuristic test to see if it's our content */
gint8 tmp_class;
bool tmp_pc;
gint32 tmp_tag;
int tmp_offset;
guint length = tvb_captured_length(tvb);
guint32 tmp_length;
bool tmp_ind;
/* Check for min length */
if (length < 6){
return 0;
}
/* We start with UUS1-Content ::= SEQUENCE */
tmp_offset = get_ber_identifier(tvb, offset, &tmp_class, &tmp_pc, &tmp_tag);
if(tmp_class != BER_CLASS_UNI){
return 0;
}
if(tmp_pc != 1){
return 0;
}
if(tmp_tag != BER_UNI_TAG_SEQUENCE){
return 0;
}
/* Get length just to move offset forward */
tmp_offset = get_ber_length(tvb, tmp_offset, &tmp_length, &tmp_ind);
/* Next 2 mandatorry elements
* lawfullInterceptionIdentifier [1] LawfulInterceptionIdentifier,
* communicationIdentifier [2] CommunicationIdentifier,
*/
get_ber_identifier(tvb, tmp_offset, &tmp_class, &tmp_pc, &tmp_tag);
if(tmp_class != BER_CLASS_CON){
return 0;
}
if(tmp_pc != 0){
return 0;
}
if(tmp_tag != 1){
return 0;
}
#.FN_BODY Network-Element-Identifier/e164-Format VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb=NULL;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
dissect_isup_calling_party_number_parameter(parameter_tvb, actx->pinfo, tree, NULL);
#.FN_BODY UUS1-Content/bearer-capability VAL_PTR =¶meter_tvb
tvbuff_t *parameter_tvb;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
dissect_q931_bearer_capability_ie(parameter_tvb, 0, tvb_reported_length_remaining(parameter_tvb,0), tree);
#.FIELD_ATTR
GSMLocation/geoCoordinates/latitude ABBREV=geoCoordinates.latitude
GSMLocation/geoCoordinates/longitude ABBREV=geoCoordinates.longitude
#.END |
ASN.1 | wireshark/epan/dissectors/asn1/HI2Operations/HI2Operations_ver18.asn | HI2Operations
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi2(1) version17(18)}
-- It is advised not to use version11(11) of this ASN.1 module since it contains a syntax error.
-- Version11(11) of HI2Operations is only defined in TS 101 671 v3.5.1 [81].
DEFINITIONS IMPLICIT TAGS ::=
BEGIN
IMPORTS OPERATION,
ERROR
FROM Remote-Operations-Information-Objects
{joint-iso-itu-t(2) remote-operations(4) informationObjects(5) version1(0)}
-- from 3GPP TS 33.108 [61]
CorrelationValues,
EpsIRIsContent,
GPRS-parameters,
IMSevent,
LDIevent,
Location,
UmtsQos
FROM EpsHI2Operations
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulintercept(2) threeGPP(4) hi2(1) r11(11) version-0(0)};
-- =============================
-- Object Identifier Definitions
-- =============================
-- LawfulIntercept DomainId
lawfulInterceptDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2)}
-- Security Subdomains
hi2DomainId OBJECT IDENTIFIER ::= {lawfulInterceptDomainId hi2(1)}
hi2OperationId OBJECT IDENTIFIER ::= {hi2DomainId version18(18)}
sending-of-IRI OPERATION ::=
{
ARGUMENT IRIsContent
ERRORS {OperationErrors}
CODE global:{hi2DomainId sending-of-IRI(1) version1(1)}
}
-- Class 2 operation. The timer shall be set to a value between 3s and 240s.
-- The timer default value is 60s.
-- NOTE: The same note as for HI management operation applies.
-- WS replace IRIsContent with EpsIRIsContent
IRIsContent ::= EpsIRIsContent
unknown-version ERROR ::= {CODE local:0}
missing-parameter ERROR ::= {CODE local:1}
unknown-parameter-value ERROR ::= {CODE local:2}
unknown-parameter ERROR ::= {CODE local:3}
OperationErrors ERROR ::=
{
unknown-version |
missing-parameter |
unknown-parameter-value |
unknown-parameter
}
-- These values may be sent by the LEMF, when an operation or a parameter is misunderstood.
-- ==================
-- PARAMETERS FORMATS
-- ==================
CommunicationIdentifier ::= SEQUENCE
{
communication-Identity-Number [0] OCTET STRING (SIZE (1..8)) OPTIONAL,
-- Temporary Identifier of an intercepted call to uniquely identify an intercepted call
-- within the node. This parameter is mandatory if there is associated
-- information sent over HI3interface (CClink, data,..) or when
-- CommunicationIdentifier is used for IRI other than IRI-Report-record
-- This parameter was called "call-Identity-Number" in V1.1.1 of ES 201 671 [i.5]
-- The individual digits of the communication-Identity-Number shall be represented in
-- ASCII format, e.g. "12345678" = 8 octets 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38.
-- For subaddress option only "0"..."9" shall be used.
network-Identifier [1] Network-Identifier,
...
}
-- NOTE: The same "CommunicationIdentifier" value is sent:
-- with the HI3 information for correlation purpose between the IRI and the information sent
-- on the HI3 interfaces (CCLink, data, ..) with each IRI associated to a same intercepted
-- call for correlation purpose between the different IRI.
Network-Identifier ::= SEQUENCE
{
operator-Identifier [0] OCTET STRING (SIZE (1..5)),
-- It is a notification of the NWO/AP/SvP in ASCII- characters.
-- For subaddress option only "0"..."9" shall be used.
-- The parameter is mandatory.
network-Element-Identifier [1] Network-Element-Identifier OPTIONAL,
...
}
Network-Element-Identifier ::= CHOICE
{
e164-Format [1] OCTET STRING (SIZE (1..25)),
-- E164 address of the node in international format. Coded in the same format as the
-- calling party number parameter of the ISUP (parameter part: EN 300 356 [5]).
x25-Format [2] OCTET STRING (SIZE (1..25)),
-- X25 address
iP-Format [3] OCTET STRING (SIZE (1..25)),
-- IP address
dNS-Format [4] OCTET STRING (SIZE (1..25)),
-- DNS address
...,
iP-Address [5] IPAddress
}
CC-Link-Identifier ::= OCTET STRING (SIZE (1..8))
-- Depending on a network option, this parameter may be used to identify a CClink
-- in case of multiparty calls.
-- The individual digits of the CC-Link-Identifier shall be represented in
-- ASCII format, e.g. "12345678" = 8 octets 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38.
-- For subaddress option only "0"..."9" shall be used.
TimeStamp ::= CHOICE
{
-- The minimum resolution required is one second.
-- "Resolution" is the smallest incremental change that can be measured for time and
-- is expressed with a definite number of decimal digits or bits.
localTime [0] LocalTimeStamp,
utcTime [1] UTCTime
}
LocalTimeStamp ::= SEQUENCE
{
generalizedTime [0] GeneralizedTime,
-- The minimum resolution required is one second.
-- "Resolution" is the smallest incremental change that can be measured for time and
-- is expressed with a definite number of decimal digits or bits.
winterSummerIndication [1] ENUMERATED
{
notProvided(0),
winterTime(1),
summerTime(2),
...
}
}
PartyInformation ::= SEQUENCE
{
party-Qualifier [0] ENUMERATED
{
originating-Party(0),
-- In this case, the partyInformation parameter provides the identities related to
-- the originating party and all information provided by this party.
-- This parameter provides also all the information concerning the redirecting
-- party when a forwarded call reaches a target.
terminating-Party(1),
-- In this case, the partyInformation parameter provides the identities related to
-- the terminating party and all information provided by this party.
forwarded-to-Party(2),
-- In this case, the partyInformation parameter provides the identities related to
-- the forwarded to party and parties beyond this one and all information
-- provided by this parties, including the call forwarding reason.
gPRS-Target(3),
...
},
partyIdentity [1] SEQUENCE
{
imei [1] OCTET STRING (SIZE (8)) OPTIONAL,
-- See MAP format TS GSM 09.02 [32]
tei [2] OCTET STRING (SIZE (1..15)) OPTIONAL,
-- ISDN-based Terminal Equipment Identity
imsi [3] OCTET STRING (SIZE (3..8)) OPTIONAL,
-- See MAP format TS GSM 09.02 [32] International Mobile
-- Station Identity E.212 number beginning with Mobile Country Code
callingPartyNumber [4] CallingPartyNumber OPTIONAL,
-- The calling party format is used to transmit the identity of a calling party
calledPartyNumber [5] CalledPartyNumber OPTIONAL,
-- The called party format is used to transmit the identity of a called party or
-- a forwarded to party.
msISDN [6] OCTET STRING (SIZE (1..9)) OPTIONAL,
-- MSISDN of the target, encoded in the same format as the AddressString
-- parameters defined in MAP format TS GSM 09.02 [32]
...,
e164-Format [7] OCTET STRING (SIZE (1..25)) OPTIONAL,
-- E164 address of the node in international format. Coded in the same format as
-- the calling party number parameter of the ISUP (parameter part: EN 300 356 [5])
sip-uri [8] OCTET STRING OPTIONAL,
-- Session Initiation Protocol - Uniform Resource Identifier. See RFC 3261 [59].
-- This parameter is duplicated from 3GPP TS 33.108 [61].
tel-url [9] OCTET STRING OPTIONAL,
-- See "URLs for Telephone Calls", RFC 3966 [68].
-- This parameter is duplicated from 3GPP TS 33.108 [61].
nai [10] OCTET STRING OPTIONAL,
-- NAI of the target, encoded in the same format as defined by [EPS stage 3 specs]
x-3GPP-Asserted-Identity [11] OCTET STRING OPTIONAL,
-- X-3GPP-Asserted-Identity header (3GPP TS 24.109 [79]) of the target, used in
-- some XCAP transactions as a complement information to SIP URI or Tel URI.
xUI [12] OCTET STRING OPTIONAL,
-- XCAP User Identifier (XUI)is a string, valid as a path element in an XCAP URI, that is
-- may be associated with each user served by a XCAP resource server. Defined in IETF RFC
-- 4825[80] as a complement information to SIP URI or Tel URI
iMPI [13] OCTET STRING OPTIONAL,
-- Private User Identity as defined in 3GPP TS 23.003 [25]
extID [14] UTF8String OPTIONAL
-- RFC 4282 [102] compliant string as per TS 23.003 [25], clause 19.7.2
},
services-Information [2] Services-Information OPTIONAL,
-- This parameter is used to transmit all the information concerning the
-- complementary information associated to the basic call
supplementary-Services-Information [3] Supplementary-Services OPTIONAL,
-- This parameter is used to transmit all the information concerning the
-- activation/invocation of supplementary services during a call or out-of call not
-- provided by the previous parameters.
services-Data-Information [4] Services-Data-Information OPTIONAL,
-- This parameter is used to transmit all the information concerning the complementary
-- information associated to the basic data call.
...
}
CallingPartyNumber ::= CHOICE
{
iSUP-Format [1] OCTET STRING (SIZE (1..25)),
-- Encoded in the same format as the calling party number (parameter field)
-- of the ISUP (see EN 300 356 [5]).
dSS1-Format [2] OCTET STRING (SIZE (1..25)),
-- Encoded in the format defined for the value part of the Calling party number
-- information element of DSS1 protocol EN 300 403-1 [6].
-- The DSS1 Information element identifier and the DSS1 length are not included.
...,
mAP-Format [3] OCTET STRING (SIZE (1..25))
-- Encoded as AddressString of the MAP protocol TS GSM 09.02 [32].
}
CalledPartyNumber ::= CHOICE
{
iSUP-Format [1] OCTET STRING (SIZE (1..25)),
-- Encoded in the same format as the called party number (parameter field)
-- of the ISUP (see EN 300 356 [5]).
mAP-Format [2] OCTET STRING (SIZE (1..25)),
-- Encoded as AddressString of the MAP protocol TS GSM 09.02 [32].
dSS1-Format [3] OCTET STRING (SIZE (1..25)),
-- Encoded in the format defined for the value part of the Called party number information
-- element of DSS1 protocol EN 300 403-1 [6].
-- The DSS1 Information element identifier and the DSS1 length are not included.
...
}
TetraLocation ::= CHOICE
-- This optional parameter is not in use anymore, but is kept for backwards compatibility.
{
ms-Loc [1] SEQUENCE
{
mcc [1] INTEGER (0..1023),
-- 10 bits EN 300 392-1 [40]
mnc [2] INTEGER (0..16383),
-- 14 bits EN 300 392-1 [40]
lai [3] INTEGER (0..65535),
-- 14 bits EN 300 392-1 [40]
ci [4] INTEGER OPTIONAL
},
ls-Loc [2] INTEGER
}
GSMLocation ::= CHOICE
{
geoCoordinates [1] SEQUENCE
{
latitude [1] PrintableString (SIZE(7..10)),
-- format: XDDMMSS.SS
longitude [2] PrintableString (SIZE(8..11)),
-- format: XDDDMMSS.SS
mapDatum [3] MapDatum DEFAULT wGS84,
...,
azimuth [4] INTEGER (0..359) OPTIONAL
-- The azimuth is the bearing, relative to true north
},
-- format: XDDDMMSS.SS
-- X : N(orth), S(outh), E(ast), W(est)
-- DD or DDD : degrees (numeric characters)
-- MM : minutes (numeric characters)
-- SS.SS : seconds, the second part (.SS) is optional
-- Example:
-- latitude short form N502312
-- longitude long form E1122312.18
utmCoordinates [2] SEQUENCE
{
utm-East [1] PrintableString (SIZE(10)),
utm-North [2] PrintableString (SIZE(7)),
-- Universal Transverse Mercator
-- example utm-East 32U0439955
-- utm-North 5540736
mapDatum [3] MapDatum DEFAULT wGS84,
...,
azimuth [4] INTEGER (0..359) OPTIONAL
-- The azimuth is the bearing, relative to true north
},
utmRefCoordinates [3] SEQUENCE
{
utmref-string PrintableString (SIZE(13)),
mapDatum MapDatum DEFAULT wGS84,
...
},
-- example 32UPU91294045
wGS84Coordinates [4] OCTET STRING
-- format is as defined in 3GPP TS 03.32 [57]
}
MapDatum ::= ENUMERATED
{
wGS84,
-- World Geodetic System 1984
wGS72,
eD50,
-- European Datum 50
...
}
UMTSLocation ::= CHOICE
{
point [1] GA-Point,
pointWithUnCertainty [2] GA-PointWithUnCertainty,
polygon [3] GA-Polygon,
...
}
GeographicalCoordinates ::= SEQUENCE
{
latitudeSign ENUMERATED
{
north,
south
},
latitude INTEGER (0..8388607),
longitude INTEGER (-8388608..8388607),
...
}
GA-Point ::= SEQUENCE
{
geographicalCoordinates GeographicalCoordinates,
...
}
GA-PointWithUnCertainty ::=SEQUENCE
{
geographicalCoordinates GeographicalCoordinates,
uncertaintyCode INTEGER (0..127)
}
maxNrOfPoints INTEGER ::= 15
GA-Polygon ::= SEQUENCE (SIZE (1..maxNrOfPoints)) OF
SEQUENCE
{
geographicalCoordinates GeographicalCoordinates,
...
}
CallContentLinkCharacteristics ::= SEQUENCE
{
cCLink-State [1] CCLink-State OPTIONAL,
-- current state of the CCLink
release-Time [2] TimeStamp OPTIONAL,
-- date and time of the release of the Call Content Link.
release-Reason [3] OCTET STRING (SIZE(2)) OPTIONAL,
-- Release cause coded in Q.850 [31] format
lEMF-Address [4] CalledPartyNumber OPTIONAL,
-- Directory number used to route the call toward the LEMF
...
}
CCLink-State ::= ENUMERATED
{
setUpInProcess(1),
-- The set-up of the call is in process
callActive(2),
callReleased(3),
lack-of-resource(4),
-- The lack-of-resource state is sent when a CC Link cannot
-- be established because of lack of resource at the MF level.
...
}
Intercepted-Call-State ::= ENUMERATED
{
idle(1),
-- When the intercept call is released, the state is IDLE and the reason is provided
-- by the release-Reason-Of-Intercepted-Call parameter.
setUpInProcess(2),
-- The set-up of the call is in process
connected(3),
-- The answer has been received
...
}
Services-Information ::= SEQUENCE
{
iSUP-parameters [1] ISUP-parameters OPTIONAL,
dSS1-parameters-codeset-0 [2] DSS1-parameters-codeset-0 OPTIONAL,
...,
mAP-parameters [3] MAP-parameters OPTIONAL
}
ISUP-parameters ::= SET SIZE (1..256) OF OCTET STRING (SIZE (1..256))
-- Each "OCTET STRING" contains one additional ISUP parameter TLV coded not already defined in
-- the previous parameters. The Tag value is the one given in EN 300 356 [5].
-- In version 1 of the present document "iSUP-parameters" is defined as mandatory.
-- It might occur that no ISUP parameter is available. In that case in a version 1
-- implementation the value "zero" may be included in the first octet string of the SET.
-- The Length and the Value are coded in accordance with the parameter definition in
-- EN 300 356 [5]. Hereafter are listed the main parameters.
-- However other parameters may be added:
-- Transmission medium requirement: format defined in EN 300 356 [5].
-- This parameter can be provided with the "Party Information" of the "calling party".
-- Transmission medium requirement prime: format defined in EN 300 356 [5].
-- This parameter can be provided with the "Party Information" of the "calling party".
DSS1-parameters-codeset-0 ::= SET SIZE (1..256) OF OCTET STRING (SIZE (1..256))
-- Each "OCTET STRING" contains one DSS1 parameter of the codeset-0. The parameter is coded as
-- described in EN 300 403-1 [6] (The DSS1 Information element identifier and the DSS1 length
-- are included). Hereafter are listed the main parameters.
-- However other parameters may be added:
-- Bearer capability: this parameter may be repeated. Format defined in EN 300 403-1 [6].
-- This parameter can be provided with the "Party Information" of the "calling party",
-- "called party" or "forwarded to party".
-- High Layer Compatibility: this parameter may be repeated. Format defined in EN 300 403-1 [6]
-- This parameter can be provided with the "Party Information" of the "calling party",
-- "called party" or "forwarded to party".
-- Low Layer capability: this parameter may be repeated. Format defined in EN 300 403-1 [6].
-- This parameter can be provided with the "Party Information" of the "calling party",
-- "called party" or "forwarded to party".
MAP-parameters ::= SET SIZE (1..256) OF OCTET STRING (SIZE(1..256))
-- Each "OCTET STRING" contains one MAP parameter. The parameter is coded as described in
-- TS GSM 09.02 [32] (The map-TS-Code is included).
Supplementary-Services ::= SEQUENCE
{
standard-Supplementary-Services [1] Standard-Supplementary-Services OPTIONAL,
non-Standard-Supplementary-Services [2] Non-Standard-Supplementary-Services OPTIONAL,
other-Services [3] Other-Services OPTIONAL,
...
}
Standard-Supplementary-Services ::= SEQUENCE
{
iSUP-SS-parameters [1] ISUP-SS-parameters OPTIONAL,
dSS1-SS-parameters-codeset-0 [2] DSS1-SS-parameters-codeset-0 OPTIONAL,
dSS1-SS-parameters-codeset-4 [3] DSS1-SS-parameters-codeset-4 OPTIONAL,
dSS1-SS-parameters-codeset-5 [4] DSS1-SS-parameters-codeset-5 OPTIONAL,
dSS1-SS-parameters-codeset-6 [5] DSS1-SS-parameters-codeset-6 OPTIONAL,
dSS1-SS-parameters-codeset-7 [6] DSS1-SS-parameters-codeset-7 OPTIONAL,
dSS1-SS-Invoke-components [7] DSS1-SS-Invoke-Components OPTIONAL,
mAP-SS-Parameters [8] MAP-SS-Parameters OPTIONAL,
mAP-SS-Invoke-Components [9] MAP-SS-Invoke-Components OPTIONAL,
...
}
Non-Standard-Supplementary-Services ::= SET SIZE (1..20) OF CHOICE
{
simpleIndication [1] SimpleIndication,
sciData [2] SciDataMode,
...
}
Other-Services ::= SET SIZE (1..50) OF OCTET STRING (SIZE (1..256))
-- Reference manufacturer manuals.
ISUP-SS-parameters ::= SET SIZE (1..256) OF OCTET STRING (SIZE (1..256))
-- It must be noticed this parameter is retained for compatibility reasons.
-- It is recommended not to use it in new work but to use ISUP-parameters parameter.
-- Each "OCTET STRING" contains one additional ISUP parameter TLV coded not already defined in
-- the previous parameters. The Tag value is the one given in EN 300 356 [5].
-- The Length and the Value are coded in accordance with the parameter definition in
-- EN 300 356 [5]. Hereafter are listed the main parameters.
-- However other parameters may be added:
-- Connected Number: format defined in EN 300 356 [5].
-- This parameter can be provided with the "Party Information" of the
-- "called party" or "forwarded to party".
-- RedirectingNumber: format defined in EN 300 356 [5].
-- This parameter can be provided with the "Party Information" of the "originating party"
-- or/and of the “terminating party”.
-- Original Called Party Number: format defined in EN 300 356 [5].
-- This parameter can be provided with the "Party Information" of the "originating party".
-- Redirection information: format defined in EN 300 356 [5].
-- This parameter can be provided with the "Party Information" of the
-- "originating party", "forwarded to party" or/and "Terminating party".
-- Redirection Number: format defined in EN 300 356 [5].
-- This parameter can be provided with the "Party Information" of the
-- "forwarded to party" or "Terminating party".
-- Call diversion information: format defined in EN 300 356 [5].
-- This parameter can be provided with the "Party Information" of the
-- "forwarded to party" or "Terminating party".
-- Generic Number: format defined in EN 300 356 [5].
-- This parameter can be provided with the "Party Information" of the
-- "calling party", "called party" or "forwarded to party".
-- This parameters are used to transmit additional identities (additional, calling party
-- number, additional called number, etc.).
-- Generic Notification: format defined in EN 300 356 [5].
-- This parameter may be provided with the "Party Information" of the
-- "calling party", "called party" or "forwarded to party".
-- This parameters transmit the notification to the other part of the call of the supplementary
-- services activated or invoked by a subscriber during the call.
-- CUG Interlock Code: format defined in EN 300 356 [5].
-- This parameter can be provided with the "Party Information" of the "calling party".
DSS1-SS-parameters-codeset-0 ::= SET SIZE (1..256) OF OCTET STRING (SIZE (1..256))
-- Each "OCTET STRING" contains one DSS1 parameter of the codeset-0. The parameter is coded as
-- described in EN 300 403-1 [6] (The DSS1 Information element identifier and the DSS1 length
-- are included). Hereafter are listed the main parameters.
-- However other parameters may be added:
-- Calling Party Subaddress: format defined in EN 300 403-1 [6].
-- This parameter can be provided with the "Party Information" of the "calling party".
-- Called Party Subaddress: format defined in EN 300 403-1 [6].
-- This parameter can be provided with the "Party Information" of the "calling party".
-- Connected Subaddress: format defined in recommendation (see EN 300 097-1 [14]).
-- This parameter can be provided with the "Party Information" of the
-- "called party" or "forwarded to party".
-- Connected Number: format defined in recommendation (see EN 300 097-1 [14]).
-- This parameter can be provided with the "Party Information" of the
-- "called party" or "forwarded to party".
-- Keypad facility: format defined in EN 300 403-1 [6].
-- This parameter can be provided with the "Party Information" of the
-- "calling party", "called party" or "forwarded to party".
-- Called Party Number: format defined in EN 300 403-1 [6].
-- This parameter could be provided with the "Party Information" of the "calling party"
-- when target is the originating party; it contains the dialled digits before modification
-- at network level (e.g. IN interaction, translation, etc …).
-- User-user: format defined in EN 300 286-1 [23]).
-- This parameter can be provided with the "Party Information" of the
-- "calling party", "called party" or "forwarded to party".
DSS1-SS-parameters-codeset-4 ::= SET SIZE (1..256) OF OCTET STRING (SIZE (1..256))
-- Each "OCTET STRING" contains one DSS1 parameter of the codeset-4. The parameter is coded as
-- described in the relevant recommendation.
DSS1-SS-parameters-codeset-5 ::= SET SIZE (1..256) OF OCTET STRING (SIZE (1..256))
-- Each "OCTET STRING" contains one DSS1 parameter of the codeset-5. The parameter is coded as
-- described in the relevant national recommendation.
DSS1-SS-parameters-codeset-6 ::= SET SIZE (1..256) OF OCTET STRING (SIZE (1..256))
-- Each "OCTET STRING" contains one DSS1 parameter of the codeset-6. The parameter is coded as
-- described in the relevant local network recommendation.
DSS1-SS-parameters-codeset-7 ::= SET SIZE (1..256) OF OCTET STRING (SIZE (1..256))
-- Each "octet string" contains one DSS1 parameter of the codeset-7. The parameter is coded as
-- described in the relevant user specific recommendation.
DSS1-SS-Invoke-Components ::= SET SIZE (1..256) OF OCTET STRING (SIZE (1..256))
-- Each "octet string" contains one DSS1 Invoke or Return Result component.
-- The invoke or return result component is coded as
-- described in the relevant DSS1 supplementary service recommendation.
-- Invoke or Return Result component (BeginCONF): EN 300 185-1 [19]
-- Invoke or Return Result component (AddCONF): EN 300 185-1 [19]
-- Invoke or Return Result component (SplitCONF): EN 300 185-1 [19]
-- Invoke or Return Result component (DropCONF): EN 300 185-1 [19]
-- Invoke or Return Result component (IsolateCONF): EN 300 185-1 [19]
-- Invoke or Return Result component (ReattachCONF): EN 300 185-1 [19]
-- Invoke or Return Result component (PartyDISC): EN 300 185-1 [19]
-- Invoke or Return Result component (MCIDRequest): EN 300 130-1 [16]
-- Invoke or Return Result component (Begin3PTY): EN 300 188-1 [20]
-- Invoke or Return Result component (End3PTY): EN 300 188-1 [20]
-- Invoke or Return Result component (ECTExecute): EN 300 369-1 [25]
-- Invoke or Return Result component (ECTInform): EN 300 369-1 [25]
-- Invoke or Return Result component (ECTLinkIdRequest): EN 300 369-1 [25]
-- Invoke or Return Result component (ECTLoopTest): EN 300 369-1 [25]
-- Invoke or Return Result component (ExplicitECTExecute): EN 300 369-1 [25]
-- Invoke or Return Result component (ECT: RequestSubaddress): EN 300 369-1 [25]
-- Invoke or Return Result component (ECT: SubaddressTransfer): EN 300 369-1 [25]
-- Invoke or Return Result component (CF: ActivationDiversion): EN 300 207-1 [21]
-- Invoke or Return Result component (CF: DeactivationDiversion): EN 300 207-1 [21]
-- Invoke or Return Result component (CF: ActivationStatusNotification): EN 300 207-1 [21]
-- Invoke or Return Result component (CF: DeactivationStatusNotification): EN 300 207-1 [21]
-- Invoke or Return Result component (CF: InterrogationDiversion): EN 300 207-1 [21]
-- Invoke or Return Result component (CF: InterrogationServedUserNumber): EN 300 207-1 [21]
-- Invoke or Return Result component (CF: DiversionInformation): EN 300 207-1 [21]
-- Invoke or Return Result component (CF: CallDeflection): EN 300 207-1 [21]
-- Invoke or Return Result component (CF: CallRerouteing): EN 300 207-1 [21]
-- Invoke or Return Result component (CF: DivertingLegInformation1): EN 300 207-1 [21]
-- Invoke or Return Result component (CF: DivertingLegInformation2): EN 300 207-1 [21]
-- Invoke or Return Result component (CF: DivertingLegInformation3): EN 300 207-1 [21]
-- other invoke or return result components ...
MAP-SS-Invoke-Components ::= SET SIZE (1..256) OF OCTET STRING (SIZE (1..256))
-- Each "octet string" contains one MAP Invoke or Return Result component.
-- The invoke or return result component is coded as
-- described in the relevant MAP supplementary service recommendation.
MAP-SS-Parameters ::= SET SIZE (1..256) OF OCTET STRING (SIZE (1..256))
-- Each "octet string" contains one MAP Parameter. The parameter is coded as
-- described in the relevant MAP supplementary service recommendation.
SimpleIndication ::= ENUMERATED
{
call-Waiting-Indication(0),
-- The target has received a call waiting indication for this call
add-conf-Indication(1),
-- this call has been added to a conference
call-on-hold-Indication(2),
-- indication that this call is on hold
retrieve-Indication(3),
-- indication that this call has been retrieved
suspend-Indication(4),
-- indication that this call has been suspended
resume-Indication(5),
-- indication that this call has been resumed
answer-Indication(6),
-- indication that this call has been answered
...
}
SciDataMode ::= OCTET STRING (SIZE (1..256))
SMS-report ::= SEQUENCE
{
communicationIdentifier [1] CommunicationIdentifier,
-- used to uniquely identify an intercepted call: the same used for the
-- relevant IRI
-- Called "callIdentifier" in V1.1.1 of ES 201 671 [i.5]
timeStamp [2] TimeStamp,
-- date and time of the report. The format is
-- the one defined in case a) of the ASN.1 ITU-T Recommendation X.680 [33].
-- (year month day hour minutes seconds)
sMS-Contents [3] SEQUENCE
{
initiator [1] ENUMERATED
{
-- party which sent the SMS
target(0),
server(1),
undefined-party(2),
...
},
transfer-status [2] ENUMERATED
{
succeed-transfer(0),
--the transfer of the SMS message succeeds
not-succeed-transfer(1),
undefined(2),
...
} OPTIONAL,
other-message [3] ENUMERATED
{
-- In case of terminating call, indicates if the server will send other SMS.
yes(0),
no(1),
undefined(2),
...
} OPTIONAL,
content [4] OCTET STRING (SIZE (1..270)) OPTIONAL,
-- Encoded in the format defined for the SMS mobile.
-- The content and enhancedContent fields are mutually exclusive.
-- The content field is dedicated for 3GPP purposes.
...,
enhancedContent [5] SEQUENCE
{
content [1] OCTET STRING,
-- The character encoding used in the content field is specified in the
-- character-encoding field.
character-encoding [2] ENUMERATED
{
gsm-7-bit-ascii(0),
eight-bit-ascii(1),
eight-bit-binary(2),
ucs-2(3),
utf-8(4),
utf-16(5),
other(6),
...
}
} OPTIONAL
}
}
LawfulInterceptionIdentifier ::= OCTET STRING (SIZE (1..25))
-- It is recommended to use ASCII characters in "a"…"z", "A"…"Z", "-", "_", ".", and "0"…"9".
-- For subaddress option only "0"..."9" shall be used.
National-Parameters ::= SET SIZE (1..40) OF OCTET STRING (SIZE (1..256))
-- Content defined by national law.
GPRSCorrelationNumber ::= OCTET STRING (SIZE(8..20))
GPRSEvent ::= ENUMERATED
-- see 3GPP TS 03.33 [42]
{
pDPContextActivation(1),
startOfInterceptionWithPDPContextActive(2),
pDPContextDeactivation(4),
gPRSAttach(5),
gPRSDetach(6),
cellOrRAUpdate(10),
sMS(11),
...,
pDPContextModification(13),
endOfInterceptionWithPDPContextActive(14),
startOfInterceptionWithMSAttached (15),
packetDataHeaderInformation (16) , hSS-Subscriber-Record-Change (17),
registration-Termination (18),
-- FFS
location-Up-Date (19),
-- FFS
cancel-Location (20),
register-Location (21),
location-Information-Request (22)
}
Services-Data-Information ::= SEQUENCE
{
gPRS-parameters [1] GPRS-parameters OPTIONAL,
...
}
DataNodeAddress ::= CHOICE
{
ipAddress [1] IPAddress,
x25Address [2] X25Address,
...
}
IPAddress ::= SEQUENCE
{
iP-type [1] ENUMERATED
{
iPV4(0),
iPV6(1),
...
},
iP-value [2] IP-value,
iP-assignment [3] ENUMERATED
{
static(1),
-- The static coding shall be used to report a static address.
dynamic(2),
-- The dynamic coding shall be used to report a dynamically allocated address.
notKnown(3),
-- The notKnown coding shall be used to report other then static or dynamically
-- allocated IP addresses.
...
} OPTIONAL,
...,
iPv6PrefixLength [4] INTEGER (1..128) OPTIONAL,
-- Indicates the length of the prefix delegated by the CSP to the subscriber
-- example: 60 if IP address is “2001:db8:0:85a3::ac1f:8001/60”
-- Mandatory in case where the iP-value contains an IPv6 binary value
iPv4SubnetMask [5] OCTET STRING (SIZE(4)) OPTIONAL
-- For IPv4 addresses, this indicates the subnetmask to be applied to the iP-value field.
-- The subnet mask is intended to be presented as a binary value, e.g. "ff ff ff f8" to
-- represent the dotted-decimal subnet mask of "255.255.255.248" corresponding to
-- a /29 CIDR-format subnet mask
}
IP-value ::= CHOICE
{
iPBinaryAddress [1] OCTET STRING (SIZE(4..16)),
-- In case of IPv6, the Prefix Length is provided by the "iPv6PrefixLength"
-- In case of IPv4, the netmask is provided by the "iPv4SubnetMask"
iPTextAddress [2] IA5String (SIZE(7..45)),
-- In case of IPv6, the delivered iPTextAddress field could include a complete
-- single IPv6-Address or an IPv6-Prefix for a subnetwork on the target side.
-- In case of IPv4, the delivered iPTextAddress field could include a single
-- IPv4 address or an IPv4address/netmask, for example "192.168.1.1" or "192.168.1.1/24"
...
}
X25Address ::= OCTET STRING (SIZE(1..25))
National-HI2-ASN1parameters ::= SEQUENCE
{
countryCode [1] PrintableString (SIZE (2)),
-- Country Code according to ISO 3166-1 [67],
-- the country to which the parameters inserted after the extension marker apply.
...
-- In case a given country wants to use additional national parameters according to its law,
-- these national parameters should be defined using the ASN.1 syntax and added after the
-- extension marker (...).
-- It is recommended that "version parameter" and "vendor identification parameter" are
-- included in the national parameters definition. Vendor identifications can be
-- retrieved from the IANA web site (see annex K). Besides, it is recommended to avoid
-- using tags from 240 to 255 in a formal type definition.
}
END -- end of HI2Operations |
ASN.1 | wireshark/epan/dissectors/asn1/HI2Operations/HI3CCLinkData.asn | HI3CCLinkData
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi3(2) cclinkLI(4) version4(4)}
DEFINITIONS IMPLICIT TAGS ::=
BEGIN
IMPORTS
-- from clause D.5
LawfulInterceptionIdentifier,
CommunicationIdentifier,
CC-Link-Identifier
FROM HI2Operations
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) hi2(1) version8(8)};
-- =============================
-- Object Identifier Definitions
-- =============================
-- LawfulIntercept DomainId
-- WS Allready in HI2... lawfulInterceptDomainId OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2)}
-- hi3 Domain
hi3CCLinkId OBJECT IDENTIFIER ::= {lawfulInterceptDomainId hi3(2) ccLinkLI(4)}
hi3CCLinkIdOperationId OBJECT IDENTIFIER ::= {hi3CCLinkId version4(4)}
UUS1-Content ::= SEQUENCE
{
domainID [0] OBJECT IDENTIFIER (hi3CCLinkIdOperationId) OPTIONAL,
-- Once using FTP delivery mechanism
lawfullInterceptionIdentifier [1] LawfulInterceptionIdentifier,
communicationIdentifier [2] CommunicationIdentifier,
cC-Link-Identifier [3] CC-Link-Identifier OPTIONAL,
direction-Indication [4] Direction-Indication,
bearer-capability [5] OCTET STRING (SIZE(1..12)) OPTIONAL,
-- transport the Bearer capability information element (value part)
-- Protocol: EN 300 403-1 [6]
service-Information [7] Service-Information OPTIONAL,
...
}
-- ==================
-- PARAMETERS FORMATS
-- ==================
Direction-Indication ::= ENUMERATED
{
mono-mode(0),
cc-from-target(1),
cc-from-other-party(2),
...,
direction-unknown(3)
}
Service-Information ::= SET
{
high-layer-capability [0] OCTET STRING (SIZE(1)) OPTIONAL,
-- HLC (octet 4 only)
-- Protocol: EN 300 403-1 [6]
tMR [1] OCTET STRING (SIZE(1)) OPTIONAL,
-- Transmission Medium Requirement
-- Protocol: ISUP EN 300 356 [5]
bearerServiceCode [2] OCTET STRING (SIZE(1)) OPTIONAL,
teleServiceCode [3] OCTET STRING (SIZE(1)) OPTIONAL
-- from MAP, TS GSM 09.02 [32], clause 14.7.9 and clause 14.7.10
}
END -- end of HI3CCLinkData |
C | wireshark/epan/dissectors/asn1/HI2Operations/packet-HI2Operations-template.c | /* packet-HI2Operations.c
* Routines for HI2 (ETSI TS 101 671 V3.15.1 (2018-06))
* Erwin van Eijk 2010
* Joakim Karlsson 2023
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "config.h"
#include <epan/packet.h>
#include <epan/conversation.h>
#include <epan/oids.h>
#include <epan/asn1.h>
#include "packet-ber.h"
#include "packet-isup.h"
#include "packet-q931.h"
#define PNAME "HI2Operations"
#define PSNAME "HI2OPERATIONS"
#define PFNAME "HI2operations"
void proto_register_HI2Operations(void);
void proto_reg_handoff_HI2Operations(void);
/* Initialize the protocol and registered fields */
int proto_HI2Operations = -1;
#include "packet-HI2Operations-hf.c"
/* Initialize the subtree pointers */
#include "packet-HI2Operations-ett.c"
#include "packet-HI2Operations-fn.c"
/*--- proto_register_HI2Operations ----------------------------------------------*/
void proto_register_HI2Operations(void) {
/* List of fields */
static hf_register_info hf[] = {
#include "packet-HI2Operations-hfarr.c"
};
/* List of subtrees */
static gint *ett[] = {
#include "packet-HI2Operations-ettarr.c"
};
/* Register protocol */
proto_HI2Operations = proto_register_protocol(PNAME, PSNAME, PFNAME);
/* Register fields and subtrees */
proto_register_field_array(proto_HI2Operations, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
register_dissector("HI2Operations", dissect_IRIsContent_PDU, proto_HI2Operations);
}
/*--- proto_reg_handoff_HI2Operations -------------------------------------------*/
void proto_reg_handoff_HI2Operations(void) {
heur_dissector_add("q931_user", dissect_UUS1_Content_PDU, "HI3CCLinkData", "hi3cclinkdata",
proto_HI2Operations, HEURISTIC_ENABLE);
} |
ASN.1 | wireshark/epan/dissectors/asn1/HI2Operations/UmtsHI2Operations.asn | --- WS Modified UmtsHI2Operations just containing the imported defines
---
UmtsHI2Operations {itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulintercept(2)
threeGPP(4) hi2(1) r16 (16) version-1 (1)}
DEFINITIONS IMPLICIT TAGS ::=
BEGIN
IMPORTS
LawfulInterceptionIdentifier,
TimeStamp,
Network-Identifier,
National-Parameters,
National-HI2-ASN1parameters,
DataNodeAddress,
IPAddress,
IP-value,
X25Address
FROM HI2Operations
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2)
lawfulIntercept(2) hi2(1) version18(18)}; -- Imported from TS 101 671 v3.14.1
CivicAddress ::= CHOICE {
detailedCivicAddress SET OF DetailedCivicAddress,
xmlCivicAddress XmlCivicAddress,
...
}
XmlCivicAddress ::= UTF8String
-- Must conform to the February 2008 version of the XML format on the representation of
-- civic location described in IETF RFC 5139[72].
DetailedCivicAddress ::= SEQUENCE {
building [1] UTF8String OPTIONAL,
-- Building (structure), for example Hope Theatre
room [2] UTF8String OPTIONAL,
-- Unit (apartment, suite), for example 12a
placeType [3] UTF8String OPTIONAL,
-- Place-type, for example office
postalCommunityName [4] UTF8String OPTIONAL,
-- Postal Community Name, for example Leonia
additionalCode [5] UTF8String OPTIONAL,
-- Additional Code, for example 13203000003
seat [6] UTF8String OPTIONAL,
-- Seat, desk, or cubicle, workstation, for example WS 181
primaryRoad [7] UTF8String OPTIONAL,
-- RD is the primary road name, for example Broadway
primaryRoadDirection [8] UTF8String OPTIONAL,
-- PRD is the leading road direction, for example N or North
trailingStreetSuffix [9] UTF8String OPTIONAL,
-- POD or trailing street suffix, for example SW or South West
streetSuffix [10] UTF8String OPTIONAL,
-- Street suffix or type, for example Avenue or Platz or Road
houseNumber [11] UTF8String OPTIONAL,
-- House number, for example 123
houseNumberSuffix [12] UTF8String OPTIONAL,
-- House number suffix, for example A or Ter
landmarkAddress [13] UTF8String OPTIONAL,
-- Landmark or vanity address, for example Columbia University
additionalLocation [114] UTF8String OPTIONAL,
-- Additional location, for example South Wing
name [15] UTF8String OPTIONAL,
-- Residence and office occupant, for example Joe's Barbershop
floor [16] UTF8String OPTIONAL,
-- Floor, for example 4th floor
primaryStreet [17] UTF8String OPTIONAL,
-- Primary street name, for example Broadway
primaryStreetDirection [18] UTF8String OPTIONAL,
-- PSD is the leading street direction, for example N or North
roadSection [19] UTF8String OPTIONAL,
-- Road section, for example 14
roadBranch [20] UTF8String OPTIONAL,
-- Road branch, for example Lane 7
roadSubBranch [21] UTF8String OPTIONAL,
-- Road sub-branch, for example Alley 8
roadPreModifier [22] UTF8String OPTIONAL,
-- Road pre-modifier, for example Old
roadPostModifier [23] UTF8String OPTIONAL,
-- Road post-modifier, for example Extended
postalCode [24]UTF8String OPTIONAL,
-- Postal/zip code, for example 10027-1234
town [25] UTF8String OPTIONAL,
county [26] UTF8String OPTIONAL,
-- An administrative sub-section, often defined in ISO.3166-2[74] International
-- Organization for Standardization, "Codes for the representation of names of
-- countries and their subdivisions - Part 2: Country subdivision code"
country [27] UTF8String,
-- Defined in ISO.3166-1 [39] International Organization for Standardization, "Codes for
-- the representation of names of countries and their subdivisions - Part 1: Country
-- codes". Such definition is not optional in case of civic address. It is the
-- minimum information needed to qualify and describe a civic address, when a
-- regulation of a specific country requires such information
language [28] UTF8String,
-- Language defined in the IANA registry according to the assignments found
-- in the standard ISO 639 Part 1, "ISO 639-1:2002[75], Codes for the representation of
-- names of languages - Part 1: Alpha-2 code" or using assignments subsequently made
-- by the ISO 639 Part 1 maintenance agency
...
}
-- LALS extended location parameters are mapped from the MLP pos element parameters
-- and attributes defined in [88]. For details see specific [88] clauses refered below.
ExtendedLocParameters ::= SEQUENCE
{
posMethod [0] PrintableString OPTIONAL, -- clause 5.3.93.1
mapData [1] -- clause 5.2.2.3
CHOICE {base64Map [0] PrintableString, -- clause 5.3.12
url [1] PrintableString -- clause 5.3.138
} OPTIONAL,
altitude [2]
SEQUENCE {alt PrintableString, -- clause 5.3.5
alt-uncertainty PrintableString OPTIONAL -- clause 5.3.7
} OPTIONAL,
speed [3] PrintableString OPTIONAL, -- clause 5.3.119
direction [4] PrintableString OPTIONAL, -- clause 5.3.26
level-conf [5] PrintableString OPTIONAL, -- clause 5.3.24
qOS-not-met [6] BOOLEAN OPTIONAL, -- clause 5.3.97
motionStateList [7] -- clause 5.2.2.3
SEQUENCE {primaryMotionState [0] PrintableString, -- clause 5.3.69
secondaryMotionState [1] SEQUENCE OF PrintableString OPTIONAL,
confidence [2] PrintableString -- clause 5.3.24
} OPTIONAL,
floor [8]
SEQUENCE {floor-number PrintableString, -- clause 5.3.39
floor-number-uncertainty PrintableString OPTIONAL
-- clause 5.3.40
} OPTIONAL,
additional-info [9] PrintableString OPTIONAL, -- clause 5.3.1
-- The following parameter contains a copy of the unparsed XML code of
-- MLP response message, i.e. the entire XML document containing
-- a <slia> (described in [88], clause 5.2.3.2.2) or
-- a <slirep> (described in [88], clause 5.2.3.2.3) MLP message.
-- This parameter is present when the LI-LCS client cannot fully map
-- the MLP response message into an ASN.1 Location object.
lALS-rawMLPPosData [10] UTF8String OPTIONAL,
...
}
LocationErrorCode ::= INTEGER (1..699)
-- LALS location error codes are the OMA MLP result identifiers defined in [88], Clause 5.4
END -- OF UmtsHI2Operations |
Text | wireshark/epan/dissectors/asn1/hnbap/CMakeLists.txt | # CMakeLists.txt
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <[email protected]>
# Copyright 1998 Gerald Combs
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
set( PROTOCOL_NAME hnbap )
set( PROTO_OPT )
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
HNBAP-CommonDataTypes.asn
HNBAP-Constants.asn
HNBAP-Containers.asn
HNBAP-IEs.asn
HNBAP-PDU-Contents.asn
HNBAP-PDU-Descriptions.asn
)
set( EXTRA_DIST
${ASN_FILE_LIST}
packet-${PROTOCOL_NAME}-template.c
${PROTOCOL_NAME}.cnf
)
set( SRC_FILES
${EXTRA_DIST}
${EXT_ASN_FILE_LIST}
)
set( A2W_FLAGS )
ASN2WRS() |
ASN.1 | wireshark/epan/dissectors/asn1/hnbap/HNBAP-CommonDataTypes.asn | -- HNBAP-CommonDataTypes.asn
--
-- 3GPP TS 25.469 V10.1.0 (2011-06)
-- http://www.3gpp.org/ftp/Specs/html-info/25469.htm
--
-- 9.3.5 Common Definitions
--
-- **************************************************************
--
-- Common definitions
--
-- **************************************************************
HNBAP-CommonDataTypes {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
umts-Access (20) modules (3) hnbap(6) version1 (1) hnbap-CommonDataTypes (3) }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
-- **************************************************************
--
-- Extension constants
--
-- **************************************************************
maxPrivateIEs INTEGER ::= 65535
maxProtocolExtensions INTEGER ::= 65535
maxProtocolIEs INTEGER ::= 65535
-- **************************************************************
--
-- Common Data Types
--
-- **************************************************************
Criticality ::= ENUMERATED { reject, ignore, notify }
Presence ::= ENUMERATED { optional, conditional, mandatory }
PrivateIE-ID ::= CHOICE {
local INTEGER (0..65535),
global OBJECT IDENTIFIER
}
ProcedureCode ::= INTEGER (0..255)
ProtocolIE-ID ::= INTEGER (0..maxProtocolIEs)
TriggeringMessage ::= ENUMERATED { initiating-message, successful-outcome, unsuccessful-outcome }
END |
ASN.1 | wireshark/epan/dissectors/asn1/hnbap/HNBAP-Constants.asn | -- HNBAP-Constants.asn
--
-- 3GPP TS 25.469 V10.1.0 (2011-06)
-- http://www.3gpp.org/ftp/Specs/html-info/25469.htm
--
-- 9.3.6 Constant Definitions
--
-- **************************************************************
--
-- Constant definitions
--
-- **************************************************************
HNBAP-Constants {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
umts-Access (20) modules (3) hnbap(6) version1 (1) hnbap-Constants (4) }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
ProcedureCode,
ProtocolIE-ID
FROM HNBAP-CommonDataTypes;
-- **************************************************************
--
-- Elementary Procedures
--
id-HNBRegister ProcedureCode ::= 1
id-HNBDe-Register ProcedureCode ::= 2
id-UERegister ProcedureCode ::= 3
id-UEDe-Register ProcedureCode ::= 4
id-ErrorIndication ProcedureCode ::= 5
id-privateMessage ProcedureCode ::= 6
id-CSGMembershipUpdate ProcedureCode ::= 7
id-TNLUpdate ProcedureCode ::= 9
id-HNBConfigTransfer ProcedureCode ::= 10
id-RelocationComplete ProcedureCode ::= 11
-- **************************************************************
--
-- Lists
--
-- **************************************************************
maxNrOfErrors INTEGER ::= 256
maxnoofRABs INTEGER ::= 256
maxnoofNeighbours INTEGER ::= 32
maxnoofIurhAddresses INTEGER ::= 3
-- **************************************************************
--
-- IEs
--
-- **************************************************************
id-Cause ProtocolIE-ID ::= 1
id-CriticalityDiagnostics ProtocolIE-ID ::= 2
id-HNB-Identity ProtocolIE-ID ::= 3
id-Context-ID ProtocolIE-ID ::= 4
id-UE-Identity ProtocolIE-ID ::= 5
id-LAC ProtocolIE-ID ::= 6
id-RAC ProtocolIE-ID ::= 7
id-HNB-Location-Information ProtocolIE-ID ::= 8
id-PLMNidentity ProtocolIE-ID ::= 9
id-SAC ProtocolIE-ID ::= 10
id-CellIdentity ProtocolIE-ID ::= 11
id-Registration-Cause ProtocolIE-ID ::= 12
id-UE-Capabilities ProtocolIE-ID ::= 13
id-RNC-ID ProtocolIE-ID ::= 14
id-CSG-ID ProtocolIE-ID ::= 15
id-BackoffTimer ProtocolIE-ID ::= 16
id-HNB-Internet-Information ProtocolIE-ID ::= 17
id-HNB-Cell-Access-Mode ProtocolIE-ID ::= 18
id-MuxPortNumber ProtocolIE-ID ::= 19
id-Service-Area-For-Broadcast ProtocolIE-ID ::= 20
id-CSGMembershipStatus ProtocolIE-ID ::= 21
id-RABList ProtocolIE-ID ::= 22
id-HNBConfigInfo ProtocolIE-ID ::= 23
id-AccessResult ProtocolIE-ID ::= 25
id-Update-cause ProtocolIE-ID ::= 26
id-NeighbourInfoList ProtocolIE-ID ::= 27
id-NeighbourInfoRequestList ProtocolIE-ID ::= 28
id-Iurh-Signalling-TNL-Address ProtocolIE-ID ::= 29
id-PSC ProtocolIE-ID ::= 30
id-HNB-Cell-Identifier ProtocolIE-ID ::= 31
END |
ASN.1 | wireshark/epan/dissectors/asn1/hnbap/HNBAP-Containers.asn | -- HNBAP-Containers.asn
--
-- 3GPP TS 25.469 V10.1.0 (2011-06)
-- http://www.3gpp.org/ftp/Specs/html-info/25469.htm
--
-- 9.3.7 Container Definitions
--
-- **************************************************************
--
-- Container definitions
--
-- **************************************************************
HNBAP-Containers {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
umts-Access (20) modules (3) hnbap(6) version1 (1) hnbap-Containers (5) }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
-- **************************************************************
--
-- IE parameter types from other modules.
--
-- **************************************************************
IMPORTS
Criticality,
Presence,
PrivateIE-ID,
ProtocolIE-ID,
maxPrivateIEs,
maxProtocolExtensions,
maxProtocolIEs
FROM HNBAP-CommonDataTypes;
-- **************************************************************
--
-- Class Definition for Protocol IEs
--
-- **************************************************************
HNBAP-PROTOCOL-IES ::= CLASS {
&id ProtocolIE-ID UNIQUE,
&criticality Criticality,
&Value,
&presence Presence
}
WITH SYNTAX {
ID &id
CRITICALITY &criticality
TYPE &Value
PRESENCE &presence
}
-- **************************************************************
--
-- Class Definition for Protocol Extensions
--
-- **************************************************************
HNBAP-PROTOCOL-EXTENSION ::= CLASS {
&id ProtocolIE-ID UNIQUE,
&criticality Criticality,
&Extension,
&presence Presence
}
WITH SYNTAX {
ID &id
CRITICALITY &criticality
EXTENSION &Extension
PRESENCE &presence
}
-- **************************************************************
--
-- Class Definition for Private IEs
--
-- **************************************************************
HNBAP-PRIVATE-IES ::= CLASS {
&id PrivateIE-ID,
&criticality Criticality,
&Value,
&presence Presence
}
WITH SYNTAX {
ID &id
CRITICALITY &criticality
TYPE &Value
PRESENCE &presence
}
-- **************************************************************
--
-- Container for Protocol IEs
--
-- **************************************************************
ProtocolIE-Container {HNBAP-PROTOCOL-IES : IEsSetParam} ::=
SEQUENCE (SIZE (0..maxProtocolIEs)) OF
ProtocolIE-Field {{IEsSetParam}}
ProtocolIE-Single-Container {HNBAP-PROTOCOL-IES : IEsSetParam} ::=
ProtocolIE-Field {{IEsSetParam}}
ProtocolIE-Field {HNBAP-PROTOCOL-IES : IEsSetParam} ::= SEQUENCE {
id HNBAP-PROTOCOL-IES.&id ({IEsSetParam}),
criticality HNBAP-PROTOCOL-IES.&criticality ({IEsSetParam}{@id}),
value HNBAP-PROTOCOL-IES.&Value ({IEsSetParam}{@id})
}
-- **************************************************************
--
-- Container Lists for Protocol IE Containers
--
-- **************************************************************
ProtocolIE-ContainerList {INTEGER : lowerBound, INTEGER : upperBound, HNBAP-PROTOCOL-IES : IEsSetParam} ::=
SEQUENCE (SIZE (lowerBound..upperBound)) OF
ProtocolIE-Container {{IEsSetParam}}
-- **************************************************************
--
-- Container for Protocol Extensions
--
-- **************************************************************
ProtocolExtensionContainer {HNBAP-PROTOCOL-EXTENSION : ExtensionSetParam} ::=
SEQUENCE (SIZE (1..maxProtocolExtensions)) OF
ProtocolExtensionField {{ExtensionSetParam}}
ProtocolExtensionField {HNBAP-PROTOCOL-EXTENSION : ExtensionSetParam} ::= SEQUENCE {
id HNBAP-PROTOCOL-EXTENSION.&id ({ExtensionSetParam}),
criticality HNBAP-PROTOCOL-EXTENSION.&criticality ({ExtensionSetParam}{@id}),
extensionValue HNBAP-PROTOCOL-EXTENSION.&Extension ({ExtensionSetParam}{@id})
}
-- **************************************************************
--
-- Container for Private IEs
--
-- **************************************************************
PrivateIE-Container {HNBAP-PRIVATE-IES : IEsSetParam } ::=
SEQUENCE (SIZE (1.. maxPrivateIEs)) OF
PrivateIE-Field {{IEsSetParam}}
PrivateIE-Field {HNBAP-PRIVATE-IES : IEsSetParam} ::= SEQUENCE {
id HNBAP-PRIVATE-IES.&id ({IEsSetParam}),
criticality HNBAP-PRIVATE-IES.&criticality ({IEsSetParam}{@id}),
value HNBAP-PRIVATE-IES.&Value ({IEsSetParam}{@id})
}
END |
ASN.1 | wireshark/epan/dissectors/asn1/hnbap/HNBAP-IEs.asn | -- HNBAP-IEs.asn
--
-- 3GPP TS 25.469 V10.1.0 (2011-06)
-- http://www.3gpp.org/ftp/Specs/html-info/25469.htm
--
-- 9.3.4 Information Element Definitions
--
-- **************************************************************
--
-- Information Element Definitions
--
-- **************************************************************
HNBAP-IEs {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
umts-Access (20) modules (3) hnbap(6) version1 (1) hnbap-IEs (2) }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
maxNrOfErrors,
maxnoofRABs,
maxnoofNeighbours,
maxnoofIurhAddresses,
id-HNB-Internet-Information,
id-HNB-Cell-Identifier
FROM HNBAP-Constants
Criticality,
ProcedureCode,
ProtocolIE-ID,
TriggeringMessage
FROM HNBAP-CommonDataTypes
ProtocolExtensionContainer{},
HNBAP-PROTOCOL-EXTENSION
FROM HNBAP-Containers;
--A
Access-stratum-release-indicator ::= ENUMERATED {r99,
rel-4, rel-5, rel-6, rel-7, rel-8-and-beyond,
...}
AccessResult ::= ENUMERATED {allowed, notAllowed, ...}
AltitudeAndDirection ::= SEQUENCE {
directionOfAltitude ENUMERATED {height, depth},
altitude INTEGER (0..32767),
...
}
--B
BackoffTimer ::= INTEGER(0..3600)
BindingID ::= OCTET STRING(SIZE(1..4,...))
--C
Cause ::= CHOICE {
radioNetwork CauseRadioNetwork,
transport CauseTransport,
protocol CauseProtocol,
misc CauseMisc,
...
}
CauseRadioNetwork ::= ENUMERATED {
overload,
unauthorised-Location,
unauthorised-HNB,
hNB-parameter-mismatch,
invalid-UE-identity,
uE-not-allowed-on-this-HNB,
uE-unauthorised,
connection-with-UE-lost,
ue-RRC-telease,
hNB-not-registered,
unspecified,
normal,
uE-relocated,
ue-registered-in-another-HNB,
...
}
CauseTransport ::= ENUMERATED {
transport-resource-unavailable,
unspecified,
...
}
CauseProtocol ::= ENUMERATED {
transfer-syntax-error,
abstract-syntax-error-reject,
abstract-syntax-error-ignore-and-notify,
message-not-compatible-with-receiver-state,
semantic-error,
unspecified,
abstract-syntax-error-falsely-constructed-message,
...
}
CauseMisc ::= ENUMERATED {
processing-overload,
hardware-failure,
o-and-m-intervention,
unspecified,
...
}
CellIdentity ::= BIT STRING (SIZE (28))
Context-ID ::= BIT STRING (SIZE(24))
CriticalityDiagnostics ::= SEQUENCE {
procedureCode ProcedureCode OPTIONAL,
triggeringMessage TriggeringMessage OPTIONAL,
procedureCriticality Criticality OPTIONAL,
iEsCriticalityDiagnostics CriticalityDiagnostics-IE-List OPTIONAL,
iE-Extensions ProtocolExtensionContainer { {CriticalityDiagnostics-ExtIEs} } OPTIONAL,
...
}
CriticalityDiagnostics-IE-List ::= SEQUENCE (SIZE (1..maxNrOfErrors)) OF
SEQUENCE {
iECriticality Criticality,
iE-ID ProtocolIE-ID,
typeOfError TypeOfError,
iE-Extensions ProtocolExtensionContainer { {CriticalityDiagnostics-IE-List-ExtIEs} } OPTIONAL,
...
}
CriticalityDiagnostics-IE-List-ExtIEs HNBAP-PROTOCOL-EXTENSION ::= {
...
}
CriticalityDiagnostics-ExtIEs HNBAP-PROTOCOL-EXTENSION ::= {
...
}
CSG-ID ::= BIT STRING (SIZE (27))
CSG-Capability ::= ENUMERATED {
csg-capable,
not-csg-capable,
...
}
CSGMembershipStatus ::= ENUMERATED {
member,
non-member,
...
}
CGI ::= SEQUENCE {
pLMNidentity PLMNidentity,
lAC LAC,
cI CI,
iE-Extensions ProtocolExtensionContainer { {CGI-ExtIEs} } OPTIONAL
}
CGI-ExtIEs HNBAP-PROTOCOL-EXTENSION ::= {
...
}
CI ::= OCTET STRING (SIZE (2))
CN-DomainIndicator ::= ENUMERATED {
cs-domain,
ps-domain
}
--D
--E
ESN ::= BIT STRING (SIZE(32))
--F
--G
GeographicalLocation ::= SEQUENCE {
geographicalCoordinates GeographicalCoordinates,
altitudeAndDirection AltitudeAndDirection,
iE-Extensions ProtocolExtensionContainer { { GeographicLocation-ExtIEs} } OPTIONAL,
...
}
GeographicLocation-ExtIEs HNBAP-PROTOCOL-EXTENSION ::= {
...
}
GeographicalCoordinates ::= SEQUENCE {
latitudeSign ENUMERATED {north, south},
latitude INTEGER (0..8388607),
longitude INTEGER (-8388608..8388607),
iE-Extensions ProtocolExtensionContainer { {GeographicalCoordinates-ExtIEs} } OPTIONAL,
...
}
GeographicalCoordinates-ExtIEs HNBAP-PROTOCOL-EXTENSION ::= {
...
}
GTP-TEI ::= OCTET STRING (SIZE (4))
--H
HNB-Cell-Access-Mode::= ENUMERATED {
closed,
hybrid,
open,
...
}
HNB-Cell-Identifier ::= SEQUENCE {
pLMNidentity PLMNidentity,
cellIdentity CellIdentity,
iE-Extensions ProtocolExtensionContainer { { HNB-Cell-Identifier-ExtIEs } } OPTIONAL,
...
}
HNB-Cell-Identifier-ExtIEs HNBAP-PROTOCOL-EXTENSION ::= {
...
}
HNB-RNL-Identity ::= CHOICE {
hNB-Identity-as-Cell-Identifier HNB-Cell-Identifier,
...
}
HNBConfigInfo ::= SEQUENCE {
hnb-RNL-Identity HNB-RNL-Identity,
configurationInformation ConfigurationInformation,
iE-Extensions ProtocolExtensionContainer { { HNBConfigInfo-ExtIEs } } OPTIONAL,
...
}
HNBConfigInfo-ExtIEs HNBAP-PROTOCOL-EXTENSION ::= {
...
}
ConfigurationInformation ::= CHOICE {
provided HNBConfigurationInformationProvided,
missing HNBConfigurationInformationMissing,
...
}
HNBConfigurationInformationProvided ::= SEQUENCE {
psc PSC OPTIONAL,
cSG-ID CSG-ID OPTIONAL,
hNB-Cell-Access-Mode HNB-Cell-Access-Mode,
iurh-Signalling-TNL-AddressList Iurh-Signalling-TNL-AddressList,
iE-Extensions ProtocolExtensionContainer { { HNBConfigurationInformationProvided-ExtIEs } } OPTIONAL,
...
}
HNBConfigurationInformationProvided-ExtIEs HNBAP-PROTOCOL-EXTENSION ::= {
...
}
HNBConfigurationInformationMissing ::= SEQUENCE {
cause Cause,
iE-Extensions ProtocolExtensionContainer { { HNBConfigurationInformationMissing-ExtIEs } } OPTIONAL,
...
}
HNBConfigurationInformationMissing-ExtIEs HNBAP-PROTOCOL-EXTENSION ::= {
...
}
HNB-Location-Information ::= SEQUENCE {
macroCoverageInfo MacroCoverageInformation OPTIONAL,
geographicalCoordinates GeographicalLocation OPTIONAL,
iE-Extensions ProtocolExtensionContainer { { HNB-Location-Information-ExtIEs } } OPTIONAL,
...
}
HNB-Location-Information-ExtIEs HNBAP-PROTOCOL-EXTENSION ::= {
-- Extension for release-8 to support IP address for location verification --
{ID id-HNB-Internet-Information CRITICALITY reject EXTENSION IP-Address PRESENCE optional },
...
}
HNB-Identity ::= SEQUENCE {
hNB-Identity-Info HNB-Identity-Info,
iE-Extensions ProtocolExtensionContainer { { HNB-Identity-ExtIEs } } OPTIONAL,
...
}
HNB-Identity-ExtIEs HNBAP-PROTOCOL-EXTENSION ::= {
...
}
HNB-Identity-Info ::= OCTET STRING (SIZE (1..255))
--I
IMEI ::= BIT STRING (SIZE(60))
IMSI ::= OCTET STRING (SIZE (3..8))
-- Reference: 23.003
IMSIDS41 ::= OCTET STRING (SIZE (5..7))
IMSIESN ::= SEQUENCE {
iMSIDS41 IMSIDS41,
eSN ESN
}
IP-Address ::=SEQUENCE {
ipaddress CHOICE {
ipv4info Ipv4Address,
ipv6info Ipv6Address,
...
},
iE-Extensions ProtocolExtensionContainer { { IP-Address-ExtIEs } } OPTIONAL,
...
}
IP-Address-ExtIEs HNBAP-PROTOCOL-EXTENSION ::= {
...
}
Ipv4Address ::= OCTET STRING (SIZE (4))
Ipv6Address ::= OCTET STRING (SIZE (16))
Iurh-Signalling-TNL-AddressList ::= SEQUENCE (SIZE(1..maxnoofIurhAddresses)) OF IP-Address
--J
--K
--L
LAC ::= OCTET STRING(SIZE(2))
LAI ::= SEQUENCE {
pLMNID PLMNidentity,
lAC LAC,
...
}
-- M
MacroCoverageInformation ::= SEQUENCE {
cellIdentity MacroCellID,
iE-Extensions ProtocolExtensionContainer { { MacroCoverageInformation-ExtIEs } } OPTIONAL,
...
}
MacroCoverageInformation-ExtIEs HNBAP-PROTOCOL-EXTENSION ::= {
...
}
MacroCellID ::= CHOICE {
uTRANCellID UTRANCellID,
gERANCellID CGI,
...
}
MuxPortNumber ::= INTEGER (1024..65535)
--N
NeighbourInfoList ::= SEQUENCE (SIZE(1..maxnoofNeighbours)) OF HNBConfigInfo
NeighbourInfoRequestList ::= SEQUENCE (SIZE(1..maxnoofNeighbours)) OF NeighbourInfoRequestItem
NeighbourInfoRequestItem ::= SEQUENCE {
hnb-RNL-Identity HNB-RNL-Identity,
iE-Extensions ProtocolExtensionContainer { { NeighbourInfoRequestItem-ExtIEs } } OPTIONAL,
...
}
NeighbourInfoRequestItem-ExtIEs HNBAP-PROTOCOL-EXTENSION ::= {
...
}
--O
--P
PLMNidentity ::= OCTET STRING (SIZE (3))
PSC ::= BIT STRING (SIZE(9))
PTMSI ::= BIT STRING (SIZE(32))
PTMSIRAI ::= SEQUENCE {
pTMSI PTMSI,
rAI RAI,
...
}
--Q
--R
RAB-ID ::= BIT STRING (SIZE (8))
RABList ::= SEQUENCE (SIZE(1..maxnoofRABs)) OF RABListItem
RABListItem ::= SEQUENCE {
rAB-ID RAB-ID,
old-transport-Info TransportInfo,
new-transport-Info TransportInfo,
cn-domain-indicator CN-DomainIndicator,
iE-Extensions ProtocolExtensionContainer { { RABListItem-ExtIEs } } OPTIONAL,
...
}
RABListItem-ExtIEs HNBAP-PROTOCOL-EXTENSION ::= {
...
}
RAC ::= OCTET STRING(SIZE(1))
RAI ::= SEQUENCE {
lAI LAI,
rAC RAC,
...
}
Registration-Cause ::= ENUMERATED {
emergency-call,
normal,
...,
ue-relocation
}
RNC-ID ::= INTEGER(0..65535)
--S
SAC ::= OCTET STRING(SIZE(2))
--T
TMSILAI ::= SEQUENCE {
tMSI BIT STRING(SIZE (32)),
lAI LAI
}
TMSIDS41 ::= OCTET STRING (SIZE (2..17))
TransportInfo ::= SEQUENCE {
transportLayerAddress TransportLayerAddress,
transportAssociation CHOICE {
gtp-TEI GTP-TEI,
bindingID BindingID,
...
},
iE-Extensions ProtocolExtensionContainer { { TransportInfo-ExtIEs } } OPTIONAL,
...
}
TransportInfo-ExtIEs HNBAP-PROTOCOL-EXTENSION ::= {
...
}
TransportLayerAddress ::= BIT STRING(SIZE(1..160,...))
TypeOfError ::= ENUMERATED {
not-understood,
missing,
...
}
--U
UE-Capabilities ::= SEQUENCE {
access-stratum-release-indicator Access-stratum-release-indicator,
csg-capability CSG-Capability,
iE-Extensions ProtocolExtensionContainer { { UE-Capabilities-ExtIEs } } OPTIONAL,
...
}
UE-Capabilities-ExtIEs HNBAP-PROTOCOL-EXTENSION ::= {
...
}
UTRANCellID ::= SEQUENCE {
lAC LAC,
rAC RAC,
pLMNidentity PLMNidentity,
uTRANcellID CellIdentity,
iE-Extensions ProtocolExtensionContainer { {UTRANCellID-ExtIEs} } OPTIONAL
}
UTRANCellID-ExtIEs HNBAP-PROTOCOL-EXTENSION ::= {
...
}
UE-Identity ::= CHOICE {
iMSI IMSI,
tMSILAI TMSILAI,
pTMSIRAI PTMSIRAI,
iMEI IMEI,
eSN ESN,
iMSIDS41 IMSIDS41,
iMSIESN IMSIESN,
tMSIDS41 TMSIDS41,
...
}
Update-cause ::= ENUMERATED {
relocation-preparation,
...
}
--V
--W
--X
--Y
--Z
END |
ASN.1 | wireshark/epan/dissectors/asn1/hnbap/HNBAP-PDU-Contents.asn | -- HNBAP-PDU-Contents.asn
--
-- 3GPP TS 25.469 V10.1.0 (2011-06)
-- http://www.3gpp.org/ftp/Specs/html-info/25469.htm
--
-- 9.3.3 PDU Definitions
--
HNBAP-PDU-Contents {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
umts-Access (20) modules (3) hnbap(6) version1 (1) hnbap-PDU-Contents (1) }
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
-- **************************************************************
--
-- IE parameter types from other modules.
--
-- **************************************************************
IMPORTS
Cause,
CriticalityDiagnostics,
CSGMembershipStatus,
HNB-Location-Information,
HNB-Identity,
Context-ID,
UE-Identity,
LAC,
RAC,
SAC,
CN-DomainIndicator,
IP-Address,
Registration-Cause,
UE-Capabilities,
PLMNidentity,
CellIdentity,
RNC-ID,
CSG-ID,
HNB-Cell-Access-Mode,
BackoffTimer,
MuxPortNumber,
RABList,
HNBConfigInfo,
AccessResult,
Update-cause,
NeighbourInfoList,
NeighbourInfoRequestList,
PSC
FROM HNBAP-IEs
ProtocolExtensionContainer{},
ProtocolIE-ContainerList{},
ProtocolIE-Container{},
ProtocolIE-Single-Container{},
PrivateIE-Container{},
HNBAP-PRIVATE-IES,
HNBAP-PROTOCOL-EXTENSION,
HNBAP-PROTOCOL-IES
FROM HNBAP-Containers
id-Cause,
id-CriticalityDiagnostics,
id-CSGMembershipStatus,
id-HNB-Location-Information,
id-HNB-Identity,
id-Context-ID,
id-PLMNidentity,
id-UE-Identity,
id-LAC,
id-RAC,
id-SAC,
id-UE-Capabilities,
id-Registration-Cause,
id-CellIdentity,
id-RNC-ID,
id-CSG-ID,
id-HNB-Cell-Access-Mode,
id-BackoffTimer,
id-Service-Area-For-Broadcast,
id-MuxPortNumber,
id-RABList,
id-HNBConfigInfo,
id-AccessResult,
id-Update-cause,
id-NeighbourInfoList,
id-NeighbourInfoRequestList,
id-Iurh-Signalling-TNL-Address,
id-PSC
FROM HNBAP-Constants;
-- **************************************************************
--
-- HNB Register REQUEST
--
-- **************************************************************
HNBRegisterRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {HNBRegisterRequestIEs} },
protocolExtensions ProtocolExtensionContainer { {HNBRegisterRequestExtensions} } OPTIONAL,
...
}
HNBRegisterRequestIEs HNBAP-PROTOCOL-IES ::= {
{ ID id-HNB-Identity CRITICALITY reject TYPE HNB-Identity PRESENCE mandatory } |
{ ID id-HNB-Location-Information CRITICALITY reject TYPE HNB-Location-Information PRESENCE mandatory } |
{ ID id-PLMNidentity CRITICALITY reject TYPE PLMNidentity PRESENCE mandatory } |
{ ID id-CellIdentity CRITICALITY reject TYPE CellIdentity PRESENCE mandatory } |
{ ID id-LAC CRITICALITY reject TYPE LAC PRESENCE mandatory } |
{ ID id-RAC CRITICALITY reject TYPE RAC PRESENCE mandatory } |
{ ID id-SAC CRITICALITY reject TYPE SAC PRESENCE mandatory } |
{ ID id-CSG-ID CRITICALITY reject TYPE CSG-ID PRESENCE optional } ,
...
}
HNBRegisterRequestExtensions HNBAP-PROTOCOL-EXTENSION ::= {
{ ID id-Service-Area-For-Broadcast CRITICALITY ignore EXTENSION SAC PRESENCE optional }|
{ ID id-HNB-Cell-Access-Mode CRITICALITY reject EXTENSION HNB-Cell-Access-Mode PRESENCE optional }|
{ ID id-PSC CRITICALITY ignore EXTENSION PSC PRESENCE optional }|
{ ID id-Iurh-Signalling-TNL-Address CRITICALITY ignore EXTENSION IP-Address PRESENCE optional },
...
}
-- **************************************************************
--
-- HNB Register Accept
--
-- **************************************************************
HNBRegisterAccept ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {HNBRegisterResponseIEs} },
protocolExtensions ProtocolExtensionContainer { {HNBRegisterResponseExtensions} } OPTIONAL,
...
}
HNBRegisterResponseIEs HNBAP-PROTOCOL-IES ::= {
{ ID id-RNC-ID CRITICALITY reject TYPE RNC-ID PRESENCE mandatory },
...
}
HNBRegisterResponseExtensions HNBAP-PROTOCOL-EXTENSION ::= {
-- Extension for Release 9 to support CS Multiplexing --
{ ID id-MuxPortNumber CRITICALITY ignore EXTENSION MuxPortNumber PRESENCE optional}|
{ ID id-Iurh-Signalling-TNL-Address CRITICALITY ignore EXTENSION IP-Address PRESENCE optional},
...
}
-- **************************************************************
--
-- HNB Register REJECT
--
-- **************************************************************
HNBRegisterReject ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {HNBRegisterRejectIEs} },
protocolExtensions ProtocolExtensionContainer { {HNBRegisterRejectExtensions} } OPTIONAL,
...
}
HNBRegisterRejectIEs HNBAP-PROTOCOL-IES ::= {
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory} |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional } |
{ ID id-BackoffTimer CRITICALITY reject TYPE BackoffTimer PRESENCE conditional },
-- This IE shall be present if the Cause IE is set to "Overload".
...
}
HNBRegisterRejectExtensions HNBAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- HNB De- Register
--
-- **************************************************************
HNBDe-Register ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {HNBDe-RegisterIEs} },
protocolExtensions ProtocolExtensionContainer { {HNBDe-RegisterExtensions} } OPTIONAL,
...
}
HNBDe-RegisterIEs HNBAP-PROTOCOL-IES ::= {
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory } |
{ ID id-BackoffTimer CRITICALITY reject TYPE BackoffTimer PRESENCE conditional },
-- This IE shall be present if the Cause IE is set to "Overload".
...
}
HNBDe-RegisterExtensions HNBAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- UE Register REQUEST
--
-- **************************************************************
UERegisterRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {UERegisterRequestIEs} },
protocolExtensions ProtocolExtensionContainer { {UERegisterRequestExtensions} } OPTIONAL,
...
}
UERegisterRequestIEs HNBAP-PROTOCOL-IES ::= {
{ ID id-UE-Identity CRITICALITY reject TYPE UE-Identity PRESENCE mandatory } |
{ ID id-Registration-Cause CRITICALITY ignore TYPE Registration-Cause PRESENCE mandatory } |
{ ID id-UE-Capabilities CRITICALITY reject TYPE UE-Capabilities PRESENCE mandatory },
...
}
UERegisterRequestExtensions HNBAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- UE Register ACCEPT
--
-- **************************************************************
UERegisterAccept ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {UERegisterAcceptIEs} },
protocolExtensions ProtocolExtensionContainer { {UERegisterAcceptExtensions} } OPTIONAL,
...
}
UERegisterAcceptIEs HNBAP-PROTOCOL-IES ::= {
{ ID id-UE-Identity CRITICALITY reject TYPE UE-Identity PRESENCE mandatory } |
{ ID id-Context-ID CRITICALITY reject TYPE Context-ID PRESENCE mandatory },
...
}
UERegisterAcceptExtensions HNBAP-PROTOCOL-EXTENSION ::= {
{ ID id-CSGMembershipStatus CRITICALITY reject EXTENSION CSGMembershipStatus PRESENCE optional },
...
}
-- **************************************************************
--
-- UE Register REJECT
--
-- **************************************************************
UERegisterReject ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {UERegisterRejectIEs} },
protocolExtensions ProtocolExtensionContainer { {UERegisterRejectExtensions} } OPTIONAL,
...
}
UERegisterRejectIEs HNBAP-PROTOCOL-IES ::= {
{ ID id-UE-Identity CRITICALITY reject TYPE UE-Identity PRESENCE mandatory } |
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory} |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
UERegisterRejectExtensions HNBAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- UE De-Register
--
-- **************************************************************
UEDe-Register ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {UEDe-RegisterIEs} },
protocolExtensions ProtocolExtensionContainer { {UEDe-RegisterExtensions} } OPTIONAL,
...
}
UEDe-RegisterIEs HNBAP-PROTOCOL-IES ::= {
{ ID id-Context-ID CRITICALITY reject TYPE Context-ID PRESENCE mandatory } |
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory } ,
...
}
UEDe-RegisterExtensions HNBAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- CSG Membership Update
--
-- **************************************************************
CSGMembershipUpdate ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {CSGMembershipUpdateIEs} },
protocolExtensions ProtocolExtensionContainer { {CSGMembershipUpdateExtensions} } OPTIONAL,
...
}
CSGMembershipUpdateIEs HNBAP-PROTOCOL-IES ::= {
{ ID id-Context-ID CRITICALITY reject TYPE Context-ID PRESENCE mandatory } |
{ ID id-CSGMembershipStatus CRITICALITY reject TYPE CSGMembershipStatus PRESENCE mandatory },
...
}
CSGMembershipUpdateExtensions HNBAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- TNL Update Request
--
-- **************************************************************
TNLUpdateRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {TNLUpdateRequestIEs} },
protocolExtensions ProtocolExtensionContainer { {TNLUpdateExtensions} } OPTIONAL,
...
}
TNLUpdateRequestIEs HNBAP-PROTOCOL-IES ::= {
{ ID id-Context-ID CRITICALITY reject TYPE Context-ID PRESENCE mandatory } |
{ ID id-RABList CRITICALITY reject TYPE RABList PRESENCE mandatory } |
{ ID id-Update-cause CRITICALITY reject TYPE Update-cause PRESENCE mandatory } ,
...
}
TNLUpdateExtensions HNBAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- TNL UPDATE RESPONSE
--
-- **************************************************************
TNLUpdateResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { TNLUpdateResponseIEs} },
protocolExtensions ProtocolExtensionContainer { { TNLUpdateResponseExtensions} } OPTIONAL,
...
}
TNLUpdateResponseIEs HNBAP-PROTOCOL-IES ::= {
{ ID id-Context-ID CRITICALITY reject TYPE Context-ID PRESENCE mandatory } ,
...
}
TNLUpdateResponseExtensions HNBAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- TNL UPDATE FAILURE
--
-- **************************************************************
TNLUpdateFailure ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {TNLUpdateFailureIEs} },
protocolExtensions ProtocolExtensionContainer { {TNLUpdateFailureExtensions} } OPTIONAL,
...
}
TNLUpdateFailureIEs HNBAP-PROTOCOL-IES ::= {
{ ID id-Context-ID CRITICALITY reject TYPE Context-ID PRESENCE mandatory } |
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional } ,
...
}
TNLUpdateFailureExtensions HNBAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- HNB Configuration Transfer Request
--
-- **************************************************************
HNBConfigTransferRequest ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {HNBConfigTransferRequestIEs} },
protocolExtensions ProtocolExtensionContainer { {HNBConfigTransferRequestExtensions} } OPTIONAL,
...
}
HNBConfigTransferRequestIEs HNBAP-PROTOCOL-IES ::= {
{ ID id-NeighbourInfoRequestList CRITICALITY reject TYPE NeighbourInfoRequestList PRESENCE mandatory } ,
...
}
HNBConfigTransferRequestExtensions HNBAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- HNB Configuration Transfer Response
--
-- **************************************************************
HNBConfigTransferResponse ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { HNBConfigTransferResponseIEs} },
protocolExtensions ProtocolExtensionContainer { { HNBConfigTransferResponseExtensions} } OPTIONAL,
...
}
HNBConfigTransferResponseIEs HNBAP-PROTOCOL-IES ::= {
{ ID id-NeighbourInfoList CRITICALITY reject TYPE NeighbourInfoList PRESENCE mandatory } ,
...
}
HNBConfigTransferResponseExtensions HNBAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- RELOCATION COMPLETE
--
-- **************************************************************
RelocationComplete ::= SEQUENCE {
protocolIEs ProtocolIE-Container { { RelocationCompleteIEs} },
protocolExtensions ProtocolExtensionContainer { { RelocationCompleteExtensions} } OPTIONAL,
...
}
RelocationCompleteIEs HNBAP-PROTOCOL-IES ::= {
{ ID id-Context-ID CRITICALITY ignore TYPE Context-ID PRESENCE mandatory } ,
...
}
RelocationCompleteExtensions HNBAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- ERROR INDICATION
--
-- **************************************************************
ErrorIndication ::= SEQUENCE {
protocolIEs ProtocolIE-Container { {ErrorIndicationIEs} },
protocolExtensions ProtocolExtensionContainer { {ErrorIndicationExtensions} } OPTIONAL,
...
}
ErrorIndicationIEs HNBAP-PROTOCOL-IES ::= {
{ ID id-Cause CRITICALITY ignore TYPE Cause PRESENCE mandatory } |
{ ID id-CriticalityDiagnostics CRITICALITY ignore TYPE CriticalityDiagnostics PRESENCE optional },
...
}
ErrorIndicationExtensions HNBAP-PROTOCOL-EXTENSION ::= {
...
}
-- **************************************************************
--
-- PRIVATE MESSAGE
--
-- **************************************************************
PrivateMessage ::= SEQUENCE {
privateIEs PrivateIE-Container {{PrivateMessage-IEs}},
...
}
PrivateMessage-IEs HNBAP-PRIVATE-IES ::= {
...
}
END |
ASN.1 | wireshark/epan/dissectors/asn1/hnbap/HNBAP-PDU-Descriptions.asn | -- HNBAP-PDU-Descriptions.asn
--
-- 3GPP TS 25.469 V10.1.0 (2011-06)
-- http://www.3gpp.org/ftp/Specs/html-info/25469.htm
--
-- 9.3.2 Elementary Procedure definitions
--
-- **************************************************************
--
-- Elementary Procedure definitions
--
-- **************************************************************
-- **************************************************************
-- **************************************************************
--
-- Elementary Procedure definitions
--
-- **************************************************************
HNBAP-PDU-Descriptions {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
umts-Access (20) modules (3) hnbap(6) version1 (1) hnbap-PDU-Descriptions (0)}
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
-- **************************************************************
--
-- IE parameter types from other modules.
--
-- **************************************************************
IMPORTS
Criticality,
ProcedureCode
FROM HNBAP-CommonDataTypes
HNBRegisterRequest,
HNBRegisterAccept,
HNBRegisterReject,
HNBDe-Register,
UERegisterRequest,
UERegisterAccept,
UERegisterReject,
UEDe-Register,
ErrorIndication,
PrivateMessage,
CSGMembershipUpdate,
TNLUpdateRequest,
TNLUpdateResponse,
TNLUpdateFailure,
HNBConfigTransferRequest,
HNBConfigTransferResponse,
RelocationComplete
FROM HNBAP-PDU-Contents
id-HNBRegister,
id-UERegister,
id-UEDe-Register,
id-HNBDe-Register,
id-ErrorIndication,
id-privateMessage,
id-CSGMembershipUpdate,
id-TNLUpdate,
id-HNBConfigTransfer,
id-RelocationComplete
FROM HNBAP-Constants;
-- **************************************************************
--
-- Interface Elementary Procedure Class
--
-- **************************************************************
HNBAP-ELEMENTARY-PROCEDURE ::= CLASS {
&InitiatingMessage ,
&SuccessfulOutcome OPTIONAL,
&UnsuccessfulOutcome OPTIONAL,
&procedureCode ProcedureCode UNIQUE,
&criticality Criticality DEFAULT ignore
}
WITH SYNTAX {
INITIATING MESSAGE &InitiatingMessage
[SUCCESSFUL OUTCOME &SuccessfulOutcome]
[UNSUCCESSFUL OUTCOME &UnsuccessfulOutcome]
PROCEDURE CODE &procedureCode
[CRITICALITY &criticality]
}
-- **************************************************************
--
-- Interface PDU definitions
--
-- **************************************************************
HNBAP-PDU ::= CHOICE {
initiatingMessage InitiatingMessage,
successfulOutcome SuccessfulOutcome,
unsuccessfulOutcome UnsuccessfulOutcome,
...
}
InitiatingMessage ::= SEQUENCE {
procedureCode HNBAP-ELEMENTARY-PROCEDURE.&procedureCode ({HNBAP-ELEMENTARY-PROCEDURES}),
criticality HNBAP-ELEMENTARY-PROCEDURE.&criticality ({HNBAP-ELEMENTARY-PROCEDURES}{@procedureCode}),
value HNBAP-ELEMENTARY-PROCEDURE.&InitiatingMessage ({HNBAP-ELEMENTARY-PROCEDURES}{@procedureCode})
}
SuccessfulOutcome ::= SEQUENCE {
procedureCode HNBAP-ELEMENTARY-PROCEDURE.&procedureCode ({HNBAP-ELEMENTARY-PROCEDURES}),
criticality HNBAP-ELEMENTARY-PROCEDURE.&criticality ({HNBAP-ELEMENTARY-PROCEDURES}{@procedureCode}),
value HNBAP-ELEMENTARY-PROCEDURE.&SuccessfulOutcome ({HNBAP-ELEMENTARY-PROCEDURES}{@procedureCode})
}
UnsuccessfulOutcome ::= SEQUENCE {
procedureCode HNBAP-ELEMENTARY-PROCEDURE.&procedureCode ({HNBAP-ELEMENTARY-PROCEDURES}),
criticality HNBAP-ELEMENTARY-PROCEDURE.&criticality ({HNBAP-ELEMENTARY-PROCEDURES}{@procedureCode}),
value HNBAP-ELEMENTARY-PROCEDURE.&UnsuccessfulOutcome ({HNBAP-ELEMENTARY-PROCEDURES}{@procedureCode})
}
-- **************************************************************
--
-- Interface Elementary Procedure List
--
-- **************************************************************
HNBAP-ELEMENTARY-PROCEDURES HNBAP-ELEMENTARY-PROCEDURE ::= {
HNBAP-ELEMENTARY-PROCEDURES-CLASS-1 |
HNBAP-ELEMENTARY-PROCEDURES-CLASS-2 ,
...
}
HNBAP-ELEMENTARY-PROCEDURES-CLASS-1 HNBAP-ELEMENTARY-PROCEDURE ::= {
hNBRegister|
uERegister,
...,
tnlUpdate |
hNBConfigTransfer
}
HNBAP-ELEMENTARY-PROCEDURES-CLASS-2 HNBAP-ELEMENTARY-PROCEDURE ::= {
uEDe-Register |
hNBDe-Register |
errorIndication |
privateMessage,
...,
csg-membership-update|
relocationComplete
}
-- **************************************************************
--
-- Interface Elementary Procedures
--
-- **************************************************************
hNBRegister HNBAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE HNBRegisterRequest
SUCCESSFUL OUTCOME HNBRegisterAccept
UNSUCCESSFUL OUTCOME HNBRegisterReject
PROCEDURE CODE id-HNBRegister
CRITICALITY reject
}
uERegister HNBAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE UERegisterRequest
SUCCESSFUL OUTCOME UERegisterAccept
UNSUCCESSFUL OUTCOME UERegisterReject
PROCEDURE CODE id-UERegister
CRITICALITY reject
}
uEDe-Register HNBAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE UEDe-Register
PROCEDURE CODE id-UEDe-Register
CRITICALITY ignore
}
hNBDe-Register HNBAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE HNBDe-Register
PROCEDURE CODE id-HNBDe-Register
CRITICALITY ignore
}
errorIndication HNBAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE ErrorIndication
PROCEDURE CODE id-ErrorIndication
CRITICALITY ignore
}
csg-membership-update HNBAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE CSGMembershipUpdate
PROCEDURE CODE id-CSGMembershipUpdate
CRITICALITY ignore
}
tnlUpdate HNBAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE TNLUpdateRequest
SUCCESSFUL OUTCOME TNLUpdateResponse
UNSUCCESSFUL OUTCOME TNLUpdateFailure
PROCEDURE CODE id-TNLUpdate
CRITICALITY reject
}
hNBConfigTransfer HNBAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE HNBConfigTransferRequest
SUCCESSFUL OUTCOME HNBConfigTransferResponse
PROCEDURE CODE id-HNBConfigTransfer
CRITICALITY reject
}
relocationComplete HNBAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE RelocationComplete
PROCEDURE CODE id-RelocationComplete
CRITICALITY ignore
}
privateMessage HNBAP-ELEMENTARY-PROCEDURE ::= {
INITIATING MESSAGE PrivateMessage
PROCEDURE CODE id-privateMessage
CRITICALITY ignore
}
END |
Configuration | wireshark/epan/dissectors/asn1/hnbap/hnbap.cnf | # hnbap.cnf
# hnbap conformation file
# Copyright 2010 Neil Piercy, ip.access Limited <[email protected]>
#.OPT
PER
ALIGNED
#.END
#.PDU
HNBAP-PDU
#.MAKE_ENUM
ProtocolIE-ID
ProcedureCode
#.TYPE_RENAME
ProtocolIE-Field/value ProtocolIE_Field_value
PrivateIE-Field/value PrivateIE_Field_value
InitiatingMessage/value InitiatingMessage_value
SuccessfulOutcome/value SuccessfulOutcome_value
UnsuccessfulOutcome/value UnsuccessfulOutcome_value
#.FIELD_RENAME
InitiatingMessage/value initiatingMessagevalue
UnsuccessfulOutcome/value unsuccessfulOutcome_value
SuccessfulOutcome/value successfulOutcome_value
PrivateIE-Field/value private_value
ProtocolIE-Field/value ie_field_value
ProtocolIE-Field/id protocol_ie_field_id
PrivateIE-Field/id private_ie_field_id
GeographicalLocation/geographicalCoordinates geographical_location_geographical_coordinates
HNB-Location-Information/geographicalCoordinates hnb_location_information_geographical_coordinates
MacroCoverageInformation/cellIdentity macroCellID
#.FIELD_ATTR
acroCoverageInformation/cellIdentity ABBREV=cellIdentity.macroCellID
#.OMIT_ASSIGNMENT
Presence
ProtocolIE-ContainerList
ProtocolIE-Single-Container
#.END
#.NO_EMIT
AccessResult
#.END
#.FN_PARS ProtocolIE-ID VAL_PTR = &ProtocolIE_ID
#.FN_FTR ProtocolIE-ID
if (tree) {
proto_item_append_text(proto_item_get_parent_nth(actx->created_item, 2), ": %s", val_to_str(ProtocolIE_ID, VALS(hnbap_ProtocolIE_ID_vals), "unknown (%d)"));
}
#.END
#.FN_PARS ProtocolIE-Field/value FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_ProtocolIEFieldValue
#.FN_PARS ProtocolExtensionField/extensionValue FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_ProtocolExtensionFieldExtensionValue
#.FN_PARS ProcedureCode VAL_PTR = &ProcedureCode
#.FN_FTR ProcedureCode
if (strcmp(val_to_str(ProcedureCode, hnbap_ProcedureCode_vals, "Unknown"), "Unknown") == 0) {
col_set_str(actx->pinfo->cinfo, COL_INFO,
"Unknown Message");
} /* Known Procedures should be included below and broken out as ELEMENTARY names to avoid confusion */
#.FN_PARS InitiatingMessage/value FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_InitiatingMessageValue
#.FN_PARS SuccessfulOutcome/value FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_SuccessfulOutcomeValue
#.FN_PARS UnsuccessfulOutcome/value FN_VARIANT=_pdu_new TYPE_REF_FN=dissect_UnsuccessfulOutcomeValue
# There is no protocol inside HNBAP so fill col info with HNBAP elementary procedure name
#.FN_BODY HNBRegisterRequest
col_set_str(actx->pinfo->cinfo, COL_INFO,
"HNB_REGISTER_REQUEST ");
%(DEFAULT_BODY)s
#.FN_BODY HNBRegisterAccept
col_set_str(actx->pinfo->cinfo, COL_INFO,
"HNB_REGISTER_ACCEPT ");
%(DEFAULT_BODY)s
#.FN_BODY HNBRegisterReject
col_set_str(actx->pinfo->cinfo, COL_INFO,
"HNB_REGISTER_REJECT ");
%(DEFAULT_BODY)s
#.FN_BODY UERegisterRequest
col_set_str(actx->pinfo->cinfo, COL_INFO,
"UE_REGISTER_REQUEST ");
%(DEFAULT_BODY)s
#.FN_BODY UERegisterAccept
col_set_str(actx->pinfo->cinfo, COL_INFO,
"UE_REGISTER_ACCEPT ");
%(DEFAULT_BODY)s
#.FN_BODY UERegisterReject
col_set_str(actx->pinfo->cinfo, COL_INFO,
"UE_REGISTER_REJECT ");
%(DEFAULT_BODY)s
#.FN_BODY UEDe-Register
col_set_str(actx->pinfo->cinfo, COL_INFO,
"UE_DE-REGISTER ");
%(DEFAULT_BODY)s
#.FN_BODY HNBDe-Register
col_set_str(actx->pinfo->cinfo, COL_INFO,
"HNB_DE-REGISTER ");
%(DEFAULT_BODY)s
#.FN_BODY ErrorIndication
col_set_str(actx->pinfo->cinfo, COL_INFO,
"ERROR_INDICATION ");
col_set_fence(actx->pinfo->cinfo, COL_INFO); /* Protect info from CriticalityDiagnostics decodes */
%(DEFAULT_BODY)s
#.FN_BODY CSGMembershipUpdate
col_set_str(actx->pinfo->cinfo, COL_INFO,
"CSG_MEMBERSHIP_UPDATE_MESSAGE ");
%(DEFAULT_BODY)s
#.FN_BODY PrivateMessage
col_set_str(actx->pinfo->cinfo, COL_INFO,
"PRIVATE_MESSAGE ");
%(DEFAULT_BODY)s
#.FN_BODY TNLUpdateRequest
col_set_str(actx->pinfo->cinfo, COL_INFO,
"TNL_UPDATE_REQUEST_MESSAGE ");
%(DEFAULT_BODY)s
#.FN_BODY TNLUpdateResponse
col_set_str(actx->pinfo->cinfo, COL_INFO,
"TNL_UPDATE_RESPONSE_MESSAGE ");
%(DEFAULT_BODY)s
#.FN_BODY TNLUpdateFailure
col_set_str(actx->pinfo->cinfo, COL_INFO,
"TNL_UPDATE_FAILURE_MESSAGE ");
%(DEFAULT_BODY)s
#.FN_BODY HNBConfigTransferRequest
col_set_str(actx->pinfo->cinfo, COL_INFO,
"HNB_CONFIG_TRANSFER_REQUEST_MESSAGE ");
%(DEFAULT_BODY)s
#.FN_BODY HNBConfigTransferResponse
col_set_str(actx->pinfo->cinfo, COL_INFO,
"HNB_CONFIG_TRANSFER_RESPONSE_MESSAGE ");
%(DEFAULT_BODY)s
#.FN_BODY RelocationComplete
col_set_str(actx->pinfo->cinfo, COL_INFO,
"RELOCATION_COMPLETE_MESSAGE ");
%(DEFAULT_BODY)s
#.END
#.FN_BODY IMSI VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb;
%(DEFAULT_BODY)s
if (parameter_tvb) {
proto_tree *subtree = proto_item_add_subtree(actx->created_item, ett_hnbap_imsi);
dissect_e212_imsi(parameter_tvb, actx->pinfo, subtree, 0, tvb_reported_length(parameter_tvb), FALSE);
}
#.FN_BODY PLMNidentity VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb;
struct hnbap_private_data *hnbap_data = hnbap_get_private_data(actx->pinfo);
e212_number_type_t number_type = hnbap_data->number_type;
hnbap_data->number_type = E212_NONE;
%(DEFAULT_BODY)s
if (parameter_tvb) {
dissect_e212_mcc_mnc(parameter_tvb, actx->pinfo, tree, 0, number_type, FALSE);
}
#.END
#.FN_BODY CGI
struct hnbap_private_data *hnbap_data = hnbap_get_private_data(actx->pinfo);
hnbap_data->number_type = E212_CGI;
%(DEFAULT_BODY)s
#.FN_BODY LAI
struct hnbap_private_data *hnbap_data = hnbap_get_private_data(actx->pinfo);
/* The RAI is defined in the ASN.1 as the LAI plus the RAC; don't override
* the MNC/MCC field types in that case.
*/
if (hnbap_data->number_type != E212_RAI) {
hnbap_data->number_type = E212_LAI;
}
%(DEFAULT_BODY)s
#.TYPE_ATTR
LAC TYPE = FT_UINT16 DISPLAY = BASE_DEC_HEX
#.FN_BODY LAC VAL_PTR = ¶meter_tvb HF_INDEX = -1
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if (parameter_tvb) {
actx->created_item = proto_tree_add_item(tree, hf_index, parameter_tvb, 0, 2, ENC_BIG_ENDIAN);
}
#.FN_BODY RAI
struct hnbap_private_data *hnbap_data = hnbap_get_private_data(actx->pinfo);
hnbap_data->number_type = E212_RAI;
%(DEFAULT_BODY)s
#.TYPE_ATTR
RAC TYPE = FT_UINT8 DISPLAY = BASE_DEC_HEX
#.FN_BODY RAC VAL_PTR = ¶meter_tvb HF_INDEX = -1
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if (parameter_tvb) {
actx->created_item = proto_tree_add_item(tree, hf_index, parameter_tvb, 0, 1, ENC_BIG_ENDIAN);
}
#.TYPE_ATTR
SAC TYPE = FT_UINT16 DISPLAY = BASE_DEC_HEX
#.FN_BODY SAC VAL_PTR = ¶meter_tvb HF_INDEX = -1
tvbuff_t *parameter_tvb = NULL;
%(DEFAULT_BODY)s
if (parameter_tvb) {
actx->created_item = proto_tree_add_item(tree, hf_index, parameter_tvb, 0, 2, ENC_BIG_ENDIAN);
}
#.ASSIGN_VALUE_TO_TYPE # HNBAP ASN.1 does not have constants assigned to types
# ProcedureCode
id-HNBRegister ProcedureCode
id-HNBDe-Register ProcedureCode
id-UERegister ProcedureCode
id-UEDe-Register ProcedureCode
id-ErrorIndication ProcedureCode
id-privateMessage ProcedureCode
id-CSGMembershipUpdate ProcedureCode
id-TNLUpdate ProcedureCode
id-HNBConfigTransfer ProcedureCode
id-RelocationComplete ProcedureCode
# ProtocolIE-ID
id-Cause ProtocolIE-ID
id-CriticalityDiagnostics ProtocolIE-ID
id-HNB-Identity ProtocolIE-ID
id-Context-ID ProtocolIE-ID
id-UE-Identity ProtocolIE-ID
id-LAC ProtocolIE-ID
id-RAC ProtocolIE-ID
id-HNB-Location-Information ProtocolIE-ID
id-PLMNidentity ProtocolIE-ID
id-SAC ProtocolIE-ID
id-CellIdentity ProtocolIE-ID
id-Registration-Cause ProtocolIE-ID
id-UE-Capabilities ProtocolIE-ID
id-RNC-ID ProtocolIE-ID
id-CSG-ID ProtocolIE-ID
id-BackoffTimer ProtocolIE-ID
id-HNB-Internet-Information ProtocolIE-ID
id-HNB-Cell-Access-Mode ProtocolIE-ID
id-MuxPortNumber ProtocolIE-ID
id-Service-Area-For-Broadcast ProtocolIE-ID
id-CSGMembershipStatus ProtocolIE-ID
id-RABList ProtocolIE-ID
id-HNBConfigInfo ProtocolIE-ID
id-AccessResult ProtocolIE-ID
id-Update-cause ProtocolIE-ID
id-NeighbourInfoList ProtocolIE-ID
id-NeighbourInfoRequestList ProtocolIE-ID
id-Iurh-Signalling-TNL-Address ProtocolIE-ID
id-PSC ProtocolIE-ID
id-HNB-Cell-Identifier ProtocolIE-ID
#.END
#.REGISTER
#HNBAP-PROTOCOL-IES
Cause N hnbap.ies id-Cause
CriticalityDiagnostics N hnbap.ies id-CriticalityDiagnostics
HNB-Identity N hnbap.ies id-HNB-Identity
Context-ID N hnbap.ies id-Context-ID
UE-Identity N hnbap.ies id-UE-Identity
LAC N hnbap.ies id-LAC
RAC N hnbap.ies id-RAC
HNB-Location-Information N hnbap.ies id-HNB-Location-Information
PLMNidentity N hnbap.ies id-PLMNidentity
SAC N hnbap.ies id-SAC
CellIdentity N hnbap.ies id-CellIdentity
Registration-Cause N hnbap.ies id-Registration-Cause
UE-Capabilities N hnbap.ies id-UE-Capabilities
RNC-ID N hnbap.ies id-RNC-ID
CSG-ID N hnbap.ies id-CSG-ID
BackoffTimer N hnbap.ies id-BackoffTimer
CSGMembershipStatus N hnbap.ies id-CSGMembershipStatus
RABList N hnbap.ies id-RABList
# id-HNBConfigInfo
# id-AccessResult
Update-cause N hnbap.ies id-Update-cause
NeighbourInfoList N hnbap.ies id-NeighbourInfoList
NeighbourInfoRequestList N hnbap.ies id-NeighbourInfoRequestList
# id-HNB-Cell-Identifier
#HNBAP-PROTOCOL-EXTENSION
IP-Address N hnbap.extension id-HNB-Internet-Information
HNB-Cell-Access-Mode N hnbap.extension id-HNB-Cell-Access-Mode
MuxPortNumber N hnbap.extension id-MuxPortNumber
CSGMembershipStatus N hnbap.extension id-CSGMembershipStatus
IP-Address N hnbap.extension id-Iurh-Signalling-TNL-Address
PSC N hnbap.extension id-PSC
#HNBAP-ELEMENTARY-PROCEDURE
#CLASS 1
HNBRegisterRequest N hnbap.proc.imsg id-HNBRegister
HNBRegisterAccept N hnbap.proc.sout id-HNBRegister
HNBRegisterReject N hnbap.proc.uout id-HNBRegister
UERegisterRequest N hnbap.proc.imsg id-UERegister
UERegisterAccept N hnbap.proc.sout id-UERegister
UERegisterReject N hnbap.proc.uout id-UERegister
TNLUpdateRequest N hnbap.proc.imsg id-TNLUpdate
TNLUpdateResponse N hnbap.proc.sout id-TNLUpdate
TNLUpdateFailure N hnbap.proc.uout id-TNLUpdate
HNBConfigTransferRequest N hnbap.proc.imsg id-HNBConfigTransfer
HNBConfigTransferResponse N hnbap.proc.sout id-HNBConfigTransfer
RelocationComplete N hnbap.proc.imsg id-RelocationComplete
#CLASS 2
UEDe-Register N hnbap.proc.imsg id-UEDe-Register
HNBDe-Register N hnbap.proc.imsg id-HNBDe-Register
ErrorIndication N hnbap.proc.imsg id-ErrorIndication
CSGMembershipUpdate N hnbap.proc.imsg id-CSGMembershipUpdate
PrivateMessage N hnbap.proc.imsg id-privateMessage
#.END |
C | wireshark/epan/dissectors/asn1/hnbap/packet-hnbap-template.c | /* packet-hnbap-template.c
* Routines for UMTS Node B Application Part(HNBAP) packet dissection
* Copyright 2010 Neil Piercy, ip.access Limited <[email protected]>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*
* Ref: 3GPP TS 25.469 version 8.4.0 Release 8
*/
#include "config.h"
#include <epan/packet.h>
#include <epan/sctpppids.h>
#include <epan/asn1.h>
#include <epan/prefs.h>
#include <epan/proto_data.h>
#include "packet-per.h"
#include "packet-e212.h"
#ifdef _MSC_VER
/* disable: "warning C4146: unary minus operator applied to unsigned type, result still unsigned" */
#pragma warning(disable:4146)
#endif
#define PNAME "UTRAN Iuh interface HNBAP signalling"
#define PSNAME "HNBAP"
#define PFNAME "hnbap"
/* Dissector will use SCTP PPID 20 or SCTP port. IANA assigned port = 29169*/
#define SCTP_PORT_HNBAP 29169
void proto_register_hnbap(void);
#include "packet-hnbap-val.h"
/* Initialize the protocol and registered fields */
static int proto_hnbap = -1;
#include "packet-hnbap-hf.c"
/* Initialize the subtree pointers */
static int ett_hnbap = -1;
static int ett_hnbap_imsi = -1;
#include "packet-hnbap-ett.c"
struct hnbap_private_data {
e212_number_type_t number_type;
};
/* Global variables */
static guint32 ProcedureCode;
static guint32 ProtocolIE_ID;
/* Dissector tables */
static dissector_table_t hnbap_ies_dissector_table;
static dissector_table_t hnbap_extension_dissector_table;
static dissector_table_t hnbap_proc_imsg_dissector_table;
static dissector_table_t hnbap_proc_sout_dissector_table;
static dissector_table_t hnbap_proc_uout_dissector_table;
static dissector_handle_t hnbap_handle;
static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static int dissect_ProtocolExtensionFieldExtensionValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static int dissect_InitiatingMessageValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static int dissect_SuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
static int dissect_UnsuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *);
void proto_reg_handoff_hnbap(void);
static struct hnbap_private_data*
hnbap_get_private_data(packet_info *pinfo)
{
struct hnbap_private_data *hnbap_data = (struct hnbap_private_data*)p_get_proto_data(pinfo->pool, pinfo, proto_hnbap, 0);
if (!hnbap_data) {
hnbap_data = wmem_new0(pinfo->pool, struct hnbap_private_data);
p_add_proto_data(pinfo->pool, pinfo, proto_hnbap, 0, hnbap_data);
}
return hnbap_data;
}
#include "packet-hnbap-fn.c"
static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
return (dissector_try_uint_new(hnbap_ies_dissector_table, ProtocolIE_ID, tvb, pinfo, tree, FALSE, NULL)) ? tvb_captured_length(tvb) : 0;
}
static int dissect_ProtocolExtensionFieldExtensionValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
return (dissector_try_uint_new(hnbap_extension_dissector_table, ProtocolIE_ID, tvb, pinfo, tree, FALSE, NULL)) ? tvb_captured_length(tvb) : 0;
}
#if 0
static int dissect_InitiatingMessageValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
if (!ProcedureCode) return 0;
return (dissector_try_string(hnbap_proc_imsg_dissector_table, ProcedureCode, tvb, pinfo, tree, NULL)) ? tvb_captured_length(tvb) : 0;
}
static int dissect_SuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
if (!ProcedureCode) return 0;
return (dissector_try_string(hnbap_proc_sout_dissector_table, ProcedureCode, tvb, pinfo, tree, NULL)) ? tvb_captured_length(tvb) : 0;
}
static int dissect_UnsuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
if (!ProcedureCode) return 0;
return (dissector_try_string(hnbap_proc_uout_dissector_table, ProcedureCode, tvb, pinfo, tree, NULL)) ? tvb_captured_length(tvb) : 0;
}
#endif
static int dissect_InitiatingMessageValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
return (dissector_try_uint_new(hnbap_proc_imsg_dissector_table, ProcedureCode, tvb, pinfo, tree, FALSE, NULL)) ? tvb_captured_length(tvb) : 0;
}
static int dissect_SuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
return (dissector_try_uint_new(hnbap_proc_sout_dissector_table, ProcedureCode, tvb, pinfo, tree, FALSE, NULL)) ? tvb_captured_length(tvb) : 0;
}
static int dissect_UnsuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
return (dissector_try_uint_new(hnbap_proc_uout_dissector_table, ProcedureCode, tvb, pinfo, tree, FALSE, NULL)) ? tvb_captured_length(tvb) : 0;
}
static int
dissect_hnbap(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data)
{
proto_item *hnbap_item = NULL;
proto_tree *hnbap_tree = NULL;
/* make entry in the Protocol column on summary display */
col_set_str(pinfo->cinfo, COL_PROTOCOL, "HNBAP");
/* create the hnbap protocol tree */
hnbap_item = proto_tree_add_item(tree, proto_hnbap, tvb, 0, -1, ENC_NA);
hnbap_tree = proto_item_add_subtree(hnbap_item, ett_hnbap);
return dissect_HNBAP_PDU_PDU(tvb, pinfo, hnbap_tree, data);
}
/*--- proto_register_hnbap -------------------------------------------*/
void proto_register_hnbap(void) {
/* List of fields */
static hf_register_info hf[] = {
#include "packet-hnbap-hfarr.c"
};
/* List of subtrees */
static gint *ett[] = {
&ett_hnbap,
&ett_hnbap_imsi,
#include "packet-hnbap-ettarr.c"
};
/* Register protocol */
proto_hnbap = proto_register_protocol(PNAME, PSNAME, PFNAME);
/* Register fields and subtrees */
proto_register_field_array(proto_hnbap, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
/* Register dissector */
hnbap_handle = register_dissector("hnbap", dissect_hnbap, proto_hnbap);
/* Register dissector tables */
hnbap_ies_dissector_table = register_dissector_table("hnbap.ies", "HNBAP-PROTOCOL-IES", proto_hnbap, FT_UINT32, BASE_DEC);
hnbap_extension_dissector_table = register_dissector_table("hnbap.extension", "HNBAP-PROTOCOL-EXTENSION", proto_hnbap, FT_UINT32, BASE_DEC);
hnbap_proc_imsg_dissector_table = register_dissector_table("hnbap.proc.imsg", "HNBAP-ELEMENTARY-PROCEDURE InitiatingMessage", proto_hnbap, FT_UINT32, BASE_DEC);
hnbap_proc_sout_dissector_table = register_dissector_table("hnbap.proc.sout", "HNBAP-ELEMENTARY-PROCEDURE SuccessfulOutcome", proto_hnbap, FT_UINT32, BASE_DEC);
hnbap_proc_uout_dissector_table = register_dissector_table("hnbap.proc.uout", "HNBAP-ELEMENTARY-PROCEDURE UnsuccessfulOutcome", proto_hnbap, FT_UINT32, BASE_DEC);
/* hnbap_module = prefs_register_protocol(proto_hnbap, NULL); */
}
/*--- proto_reg_handoff_hnbap ---------------------------------------*/
void
proto_reg_handoff_hnbap(void)
{
dissector_add_uint("sctp.ppi", HNBAP_PAYLOAD_PROTOCOL_ID, hnbap_handle);
dissector_add_uint_with_preference("sctp.port", SCTP_PORT_HNBAP, hnbap_handle);
#include "packet-hnbap-dis-tab.c"
} |
Text | wireshark/epan/dissectors/asn1/idmp/CMakeLists.txt | # CMakeLists.txt
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <[email protected]>
# Copyright 1998 Gerald Combs
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
set( PROTOCOL_NAME idmp )
set( PROTO_OPT )
set( EXPORT_FILES
${PROTOCOL_NAME}-exp.cnf
)
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
IDMProtocolSpecification.asn
CommonProtocolSpecification.asn
)
set( EXTRA_DIST
${ASN_FILE_LIST}
packet-${PROTOCOL_NAME}-template.c
packet-${PROTOCOL_NAME}-template.h
${PROTOCOL_NAME}.cnf
)
set( SRC_FILES
${EXTRA_DIST}
${EXT_ASN_FILE_LIST}
)
set( A2W_FLAGS -b )
set( EXTRA_CNF
"${CMAKE_CURRENT_BINARY_DIR}/../x509af/x509af-exp.cnf"
"${CMAKE_CURRENT_BINARY_DIR}/../x509ce/x509ce-exp.cnf"
)
ASN2WRS() |
ASN.1 | wireshark/epan/dissectors/asn1/idmp/CommonProtocolSpecification.asn | -- http://www.itu.int/ITU-T/formal-language/itu-t/x/x519/2005/CommonProtocolSpecification.asn
-- Module CommonProtocolSpecification (X.519:08/2005)
CommonProtocolSpecification {joint-iso-itu-t ds(5) module(1)
commonProtocolSpecification(35) 5} DEFINITIONS ::=
BEGIN
-- EXPORTS All
-- The types and values defined in this module are exported for use in the
-- other ASN.1 modules contained within the Directory Specifications, and for
-- the use of other applications which will use them to access Directory
-- services. Other applications may use them for their own purposes, but this
-- will not constrain extensions and modifications needed to maintain or
-- improve the Directory service.
IMPORTS
-- from ITU-T Rec. X.501 | ISO/IEC 9594-2
opBindingManagement
FROM UsefulDefinitions {joint-iso-itu-t ds(5) module(1)
usefulDefinitions(0) 5}
establishOperationalBinding, modifyOperationalBinding,
terminateOperationalBinding
FROM OperationalBindingManagement opBindingManagement;
OPERATION ::= CLASS {
&ArgumentType OPTIONAL,
&ResultType OPTIONAL,
&Errors ERROR OPTIONAL,
&operationCode Code UNIQUE OPTIONAL
}
WITH SYNTAX {
[ARGUMENT &ArgumentType]
[RESULT &ResultType]
[ERRORS &Errors]
[CODE &operationCode]
}
ERROR ::= CLASS {&ParameterType ,
&errorCode Code UNIQUE OPTIONAL
}WITH SYNTAX {PARAMETER &ParameterType
[CODE &errorCode]
}
Code ::= CHOICE {local INTEGER,
global OBJECT IDENTIFIER
}
InvokeId ::= CHOICE {present INTEGER,
absent NULL
}
-- operation codes for DAP and DSP
id-opcode-read Code ::= local:1
id-opcode-compare Code ::= local:2
id-opcode-abandon Code ::= local:3
id-opcode-list Code ::= local:4
id-opcode-search Code ::= local:5
id-opcode-addEntry Code ::= local:6
id-opcode-removeEntry Code ::= local:7
id-opcode-modifyEntry Code ::= local:8
id-opcode-modifyDN Code ::= local:9
-- operation codes for DISP
id-opcode-requestShadowUpdate Code ::= local:1
id-opcode-updateShadow Code ::= local:2
id-opcode-coordinateShadowUpdate Code ::= local:3
-- operation codes for DOP
id-op-establishOperationalBinding Code ::= local:100
id-op-modifyOperationalBinding Code ::= local:102
id-op-terminateOperationalBinding Code ::= local:101
-- error codes for DAP and DSP
id-errcode-attributeError Code ::= local:1
id-errcode-nameError Code ::= local:2
id-errcode-serviceError Code ::= local:3
id-errcode-referral Code ::= local:4
id-errcode-abandoned Code ::= local:5
id-errcode-securityError Code ::= local:6
id-errcode-abandonFailed Code ::= local:7
id-errcode-updateError Code ::= local:8
id-errcode-dsaReferral Code ::= local:9
-- error code for DISP
id-errcode-shadowError Code ::= local:1
-- error code for DOP
id-err-operationalBindingError Code ::= local:100
DOP-Invokable OPERATION ::=
{establishOperationalBinding | modifyOperationalBinding |
terminateOperationalBinding}
DOP-Returnable OPERATION ::=
{establishOperationalBinding | modifyOperationalBinding |
terminateOperationalBinding}
END -- CommonProtocolSpecification
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D |
Configuration | wireshark/epan/dissectors/asn1/idmp/idmp.cnf | #.IMPORT ../x509ce/x509ce-exp.cnf
#.CLASS OPERATION
&ArgumentType
&argumentTypeOptional BooleanType
&ResultType
&resultTypeOptional BooleanType
&Errors _FixedTypeValueSetFieldSpec
&errorsOptional BooleanType
&operationCode TypeReference Code
#.END
#.TF_RENAME
IdmBind/argument bind_argument
IdmBindError/errcode bind_errcode
IdmBindError/error bind_error
IdmBindResult/result bind_result
#.FIELD_RENAME
IDM-PDU/error idm_error
IDM-PDU/result idm_result
IdmResult/invokeID idm_invokeID
#.FIELD_ATTR
IdmResult/invokeID ABBREV=idmResult.invokeID
#.FN_BODY IdmBind/argument
struct SESSION_DATA_STRUCTURE *session = (struct SESSION_DATA_STRUCTURE*)actx->private_data;
return call_idmp_oid_callback(tvb, offset, actx->pinfo, (ROS_OP_BIND | ROS_OP_ARGUMENT), top_tree, session);
#.END
#.FN_PARS OBJECT_IDENTIFIER FN_VARIANT = _str VAL_PTR = &protocolID
#.FN_HDR IdmBind
protocolID = saved_protocolID = NULL;
#.END
#.FN_FTR IdmBind
if (protocolID) {
saved_protocolID = wmem_strdup(wmem_epan_scope(), protocolID);
}
#.END
#.FN_BODY IdmBindResult/result
struct SESSION_DATA_STRUCTURE *session = (struct SESSION_DATA_STRUCTURE*)actx->private_data;
return call_idmp_oid_callback(tvb, offset, actx->pinfo, (ROS_OP_BIND | ROS_OP_RESULT), top_tree, session);
#.END
#.FN_BODY IdmBindError/errcode
#.END
#.FN_BODY IdmBindError/error
struct SESSION_DATA_STRUCTURE *session = (struct SESSION_DATA_STRUCTURE*)actx->private_data;
return call_idmp_oid_callback(tvb, offset, actx->pinfo, (ROS_OP_BIND| ROS_OP_ERROR), top_tree, session);
#.END
#.FN_PARS Code/local VAL_PTR = &opcode
#.FN_BODY Request/argument
struct SESSION_DATA_STRUCTURE *session = (struct SESSION_DATA_STRUCTURE*)actx->private_data;
return call_idmp_oid_callback(tvb, offset, actx->pinfo, (ROS_OP_INVOKE | ROS_OP_ARGUMENT | opcode), top_tree, session);
#.END
#.FN_BODY IdmResult/result
struct SESSION_DATA_STRUCTURE *session = (struct SESSION_DATA_STRUCTURE*)actx->private_data;
return call_idmp_oid_callback(tvb, offset, actx->pinfo, (ROS_OP_INVOKE | ROS_OP_RESULT | opcode), top_tree, session);
#.END
#.FN_BODY Error/errcode
#.END
#.FN_BODY Error/error
#.END |
ASN.1 | wireshark/epan/dissectors/asn1/idmp/IDMProtocolSpecification.asn | -- http://www.itu.int/ITU-T/formal-language/itu-t/x/x519/2005/IDMProtocolSpecification.asn
-- Module IDMProtocolSpecification (X.519:08/2005)
IDMProtocolSpecification {joint-iso-itu-t ds(5) module(1)
iDMProtocolSpecification(30) 5} DEFINITIONS ::=
BEGIN
-- EXPORTS All
-- The types and values defined in this module are exported for use in the other ASN.1 modules contained
-- within the Directory Specifications, and for the use of other applications which will use them to access Directory
-- services. Other applications may use them for their own purposes, but this will not constrain extensions
-- and modifications needed to maintain or improve the Directory service.
IMPORTS
-- from ITU-T Rec. X.501 | ISO/IEC 9594-2
certificateExtensions, commonProtocolSpecification, directoryAbstractService,
directoryIDMProtocols, enhancedSecurity
FROM UsefulDefinitions {joint-iso-itu-t ds(5) module(1)
usefulDefinitions(0) 5}
-- from ITU-T Rec. X.509 | ISO/IEC 9594-8
GeneralName
FROM CertificateExtensions certificateExtensions
-- from ITU-T Rec. X.511 | ISO/IEC 9594-3
SecurityProblem, ServiceProblem, Versions
FROM DirectoryAbstractService directoryAbstractService
-- from ITU-T Rec. X.519 | ISO/IEC 9594-5
InvokeId, OPERATION
FROM CommonProtocolSpecification commonProtocolSpecification;
-- IDM-protocol information object class
IDM-PROTOCOL ::= CLASS {
&bind-operation OPERATION,
&Operations OPERATION,
&id OBJECT IDENTIFIER UNIQUE
}WITH SYNTAX {BIND-OPERATION &bind-operation
OPERATIONS &Operations
ID &id
}
-- IDM protocol
IDM-PDU{IDM-PROTOCOL:protocol} ::= CHOICE {
bind [0] IdmBind{{protocol}},
bindResult [1] IdmBindResult{{protocol}},
bindError [2] IdmBindError{{protocol}},
request [3] Request{{protocol.&Operations}},
result [4] IdmResult{{protocol.&Operations}},
error [5] Error{{protocol.&Operations}},
reject [6] IdmReject,
unbind [7] Unbind,
abort [8] Abort,
startTLS [9] StartTLS,
tLSResponse [10] TLSResponse
}
IdmBind{IDM-PROTOCOL:Protocols} ::= SEQUENCE {
protocolID IDM-PROTOCOL.&id({Protocols}),
callingAETitle [0] GeneralName OPTIONAL,
calledAETitle [1] GeneralName OPTIONAL,
argument
[2] IDM-PROTOCOL.&bind-operation.&ArgumentType({Protocols}{@protocolID})
}
IdmBindResult{IDM-PROTOCOL:Protocols} ::= SEQUENCE {
protocolID IDM-PROTOCOL.&id({Protocols}),
respondingAETitle [0] GeneralName OPTIONAL,
result
[1] IDM-PROTOCOL.&bind-operation.&ResultType({Protocols}{@protocolID})
}
IdmBindError{IDM-PROTOCOL:Protocols} ::= SEQUENCE {
protocolID IDM-PROTOCOL.&id({Protocols}),
errcode
IDM-PROTOCOL.&bind-operation.&Errors.&errorCode({Protocols}{@protocolID}),
respondingAETitle [0] GeneralName OPTIONAL,
aETitleError
ENUMERATED {callingAETitleNotAccepted(0), calledAETitleNotRecognized(1)}
OPTIONAL,
error
[1] IDM-PROTOCOL.&bind-operation.&Errors.&ParameterType
({Protocols}{@protocolID, @errcode})
}
Unbind ::= NULL
Request{OPERATION:Operations} ::= SEQUENCE {
invokeID INTEGER,
opcode OPERATION.&operationCode({Operations}),
argument OPERATION.&ArgumentType({Operations}{@opcode})
}
IdmResult{OPERATION:Operations} ::= SEQUENCE {
invokeID InvokeId,
opcode OPERATION.&operationCode({Operations}),
result OPERATION.&ResultType({Operations}{@opcode})
}
Error{OPERATION:Operations} ::= SEQUENCE {
invokeID INTEGER,
errcode OPERATION.&Errors.&errorCode({Operations}),
error OPERATION.&Errors.&ParameterType({Operations}{@errcode})
}
IdmReject ::= SEQUENCE {
invokeID INTEGER,
reason
ENUMERATED {mistypedPDU(0), duplicateInvokeIDRequest(1),
unsupportedOperationRequest(2), unknownOperationRequest(3),
mistypedArgumentRequest(4), resourceLimitationRequest(5),
unknownInvokeIDResult(6), mistypedResultRequest(7),
unknownInvokeIDError(8), unknownError(9),
mistypedParameterError(10)}
}
Abort ::= ENUMERATED {
mistypedPDU(0), unboundRequest(1), invalidPDU(2), resourceLimitation(3),
connectionFailed(4), invalidProtocol(5), reasonNotSpecified(6)}
StartTLS ::= NULL
TLSResponse ::= ENUMERATED {
success(0), operationsError(1), protocolError(2), unavailable(3)}
END -- IDMProtocolSpecification
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D |
C | wireshark/epan/dissectors/asn1/idmp/packet-idmp-template.c | /* packet-idmp.c
* Routines for X.519 Internet Directly Mapped Procotol (IDMP) packet dissection
* Graeme Lunt 2010
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "config.h"
#include <epan/packet.h>
#include <epan/prefs.h>
#include <epan/reassemble.h>
#include <epan/conversation.h>
#include <epan/oids.h>
#include <epan/asn1.h>
#include <epan/ipproto.h>
#include <epan/strutil.h>
#include <wsutil/str_util.h>
#include "packet-tcp.h"
#include "packet-ber.h"
#include "packet-ros.h"
#include "packet-x509ce.h"
#define PNAME "X.519 Internet Directly Mapped Protocol"
#define PSNAME "IDMP"
#define PFNAME "idmp"
void proto_register_idmp(void);
void proto_reg_handoff_idm(void);
void register_idmp_protocol_info(const char *oid, const ros_info_t *rinfo, int proto _U_, const char *name);
static gboolean idmp_desegment = TRUE;
#define IDMP_TCP_PORT 1102 /* made up for now - not IANA registered */
static gboolean idmp_reassemble = TRUE;
static dissector_handle_t idmp_handle = NULL;
static proto_tree *top_tree = NULL;
static const char *protocolID = NULL;
static const char *saved_protocolID = NULL;
static guint32 opcode = -1;
/* Initialize the protocol and registered fields */
int proto_idmp = -1;
static int hf_idmp_version = -1;
static int hf_idmp_final = -1;
static int hf_idmp_length = -1;
static int hf_idmp_PDU = -1;
static reassembly_table idmp_reassembly_table;
static int hf_idmp_fragments = -1;
static int hf_idmp_fragment = -1;
static int hf_idmp_fragment_overlap = -1;
static int hf_idmp_fragment_overlap_conflicts = -1;
static int hf_idmp_fragment_multiple_tails = -1;
static int hf_idmp_fragment_too_long_fragment = -1;
static int hf_idmp_fragment_error = -1;
static int hf_idmp_fragment_count = -1;
static int hf_idmp_reassembled_in = -1;
static int hf_idmp_reassembled_length = -1;
static int hf_idmp_segment_data = -1;
static gint ett_idmp_fragment = -1;
static gint ett_idmp_fragments = -1;
static const fragment_items idmp_frag_items = {
/* Fragment subtrees */
&ett_idmp_fragment,
&ett_idmp_fragments,
/* Fragment fields */
&hf_idmp_fragments,
&hf_idmp_fragment,
&hf_idmp_fragment_overlap,
&hf_idmp_fragment_overlap_conflicts,
&hf_idmp_fragment_multiple_tails,
&hf_idmp_fragment_too_long_fragment,
&hf_idmp_fragment_error,
&hf_idmp_fragment_count,
/* Reassembled in field */
&hf_idmp_reassembled_in,
/* Reassembled length field */
&hf_idmp_reassembled_length,
/* Reassembled data field */
NULL,
/* Tag */
"IDMP fragments"
};
static int call_idmp_oid_callback(tvbuff_t *tvb, int offset, packet_info *pinfo, int op, proto_tree *tree, struct SESSION_DATA_STRUCTURE *session)
{
if(session != NULL) {
/* XXX saved_protocolID should be part of session data */
if (!saved_protocolID) {
saved_protocolID = "[ unknown ]";
}
/* mimic ROS! */
session->ros_op = op;
offset = call_ros_oid_callback(saved_protocolID, tvb, offset, pinfo, tree, session);
}
return offset;
}
#include "packet-idmp-hf.c"
/* Initialize the subtree pointers */
static gint ett_idmp = -1;
#include "packet-idmp-ett.c"
#include "packet-idmp-fn.c"
void
register_idmp_protocol_info(const char *oid, const ros_info_t *rinfo, int proto _U_, const char *name)
{
/* just register with ROS for now */
register_ros_protocol_info(oid, rinfo, proto, name, FALSE);
}
static int dissect_idmp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree, void* data _U_)
{
int offset = 0;
proto_item *item;
proto_tree *tree;
asn1_ctx_t asn1_ctx;
struct SESSION_DATA_STRUCTURE session;
gboolean idmp_final;
guint32 idmp_length;
fragment_head *fd_head;
conversation_t *conv;
guint32 dst_ref = 0;
asn1_ctx_init(&asn1_ctx, ASN1_ENC_BER, TRUE, pinfo);
conv = find_conversation_pinfo(pinfo, 0);
if (conv) {
/* Found a conversation, also use index for the generated dst_ref */
dst_ref = conv->conv_index;
}
/* save parent_tree so subdissectors can create new top nodes */
top_tree=parent_tree;
item = proto_tree_add_item(parent_tree, proto_idmp, tvb, 0, -1, ENC_NA);
tree = proto_item_add_subtree(item, ett_idmp);
col_set_str(pinfo->cinfo, COL_PROTOCOL, "IDMP");
/* now check the segment fields */
proto_tree_add_item(tree, hf_idmp_version, tvb, offset, 1, ENC_BIG_ENDIAN); offset++;
proto_tree_add_item(tree, hf_idmp_final, tvb, offset, 1, ENC_BIG_ENDIAN);
idmp_final = tvb_get_guint8(tvb, offset); offset++;
proto_tree_add_item(tree, hf_idmp_length, tvb, offset, 4, ENC_BIG_ENDIAN);
idmp_length = tvb_get_ntohl(tvb, offset); offset += 4;
asn1_ctx.private_data = &session;
if(idmp_reassemble) {
pinfo->fragmented = !idmp_final;
col_append_fstr(pinfo->cinfo, COL_INFO, " [%sIDMP fragment, %u byte%s]",
idmp_final ? "Final " : "" ,
idmp_length, plurality(idmp_length, "", "s"));
fd_head = fragment_add_seq_next(&idmp_reassembly_table, tvb, offset,
pinfo, dst_ref, NULL,
idmp_length, !idmp_final);
if(fd_head && fd_head->next) {
proto_tree_add_item(tree, hf_idmp_segment_data, tvb, offset, (idmp_length) ? -1 : 0, ENC_NA);
if (idmp_final) {
/* This is the last segment */
tvb = process_reassembled_data (tvb, offset, pinfo,
"Reassembled IDMP", fd_head, &idmp_frag_items, NULL, tree);
offset = 0;
} else if (pinfo->num != fd_head->reassembled_in) {
/* Add a "Reassembled in" link if not reassembled in this frame */
proto_tree_add_uint (tree, hf_idmp_reassembled_in,
tvb, 0, 0, fd_head->reassembled_in);
}
}
} else {
if(!idmp_final) {
col_append_fstr(pinfo->cinfo, COL_INFO, " [IDMP fragment, %u byte%s, IDMP reassembly not enabled]",
idmp_length, plurality(idmp_length, "", "s"));
proto_tree_add_bytes_format_value(tree, hf_idmp_segment_data, tvb, offset, (idmp_length) ? -1 : 0,
NULL, "(IDMP reassembly not enabled)");
}
}
/* not reassembling - just dissect */
if(idmp_final) {
asn1_ctx.private_data = &session;
dissect_idmp_IDM_PDU(FALSE, tvb, offset, &asn1_ctx, tree, hf_idmp_PDU);
}
return tvb_captured_length(tvb);
}
static guint get_idmp_pdu_len(packet_info *pinfo _U_, tvbuff_t *tvb,
int offset, void *data _U_)
{
guint32 len;
len = tvb_get_ntohl(tvb, offset + 2);
return len + 6;
}
static int dissect_idmp_tcp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree, void* data)
{
tcp_dissect_pdus(tvb, pinfo, parent_tree, idmp_desegment, 0, get_idmp_pdu_len, dissect_idmp, data);
return tvb_captured_length(tvb);
}
static void idmp_reassemble_cleanup(void)
{
protocolID = NULL; // packet scoped
saved_protocolID = NULL; // epan scoped copy of protocolID
opcode = -1;
}
/*--- proto_register_idmp -------------------------------------------*/
void proto_register_idmp(void)
{
/* List of fields */
static hf_register_info hf[] = {
{ &hf_idmp_version,
{ "version", "idmp.version",
FT_INT8, BASE_DEC, NULL, 0,
"idmp.INTEGER", HFILL }},
{ &hf_idmp_final,
{ "final", "idmp.final",
FT_BOOLEAN, BASE_NONE, NULL, 0,
"idmp.BOOLEAN", HFILL }},
{ &hf_idmp_length,
{ "length", "idmp.length",
FT_INT32, BASE_DEC, NULL, 0,
"idmp.INTEGER", HFILL }},
{ &hf_idmp_PDU,
{ "IDM-PDU", "idmp.pdu",
FT_UINT32, BASE_DEC, VALS(idmp_IDM_PDU_vals), 0,
"idmp.PDU", HFILL }},
/* Fragment entries */
{ &hf_idmp_fragments,
{ "IDMP fragments", "idmp.fragments", FT_NONE, BASE_NONE,
NULL, 0x00, NULL, HFILL } },
{ &hf_idmp_fragment,
{ "IDMP fragment", "idmp.fragment", FT_FRAMENUM, BASE_NONE,
NULL, 0x00, NULL, HFILL } },
{ &hf_idmp_fragment_overlap,
{ "IDMP fragment overlap", "idmp.fragment.overlap", FT_BOOLEAN,
BASE_NONE, NULL, 0x00, NULL, HFILL } },
{ &hf_idmp_fragment_overlap_conflicts,
{ "IDMP fragment overlapping with conflicting data",
"idmp.fragment.overlap.conflicts", FT_BOOLEAN, BASE_NONE,
NULL, 0x00, NULL, HFILL } },
{ &hf_idmp_fragment_multiple_tails,
{ "IDMP has multiple tail fragments",
"idmp.fragment.multiple_tails", FT_BOOLEAN, BASE_NONE,
NULL, 0x00, NULL, HFILL } },
{ &hf_idmp_fragment_too_long_fragment,
{ "IDMP fragment too long", "idmp.fragment.too_long_fragment",
FT_BOOLEAN, BASE_NONE, NULL, 0x00, NULL, HFILL } },
{ &hf_idmp_fragment_error,
{ "IDMP defragmentation error", "idmp.fragment.error", FT_FRAMENUM,
BASE_NONE, NULL, 0x00, NULL, HFILL } },
{ &hf_idmp_fragment_count,
{ "IDMP fragment count", "idmp.fragment.count", FT_UINT32, BASE_DEC,
NULL, 0x00, NULL, HFILL } },
{ &hf_idmp_reassembled_in,
{ "Reassembled IDMP in frame", "idmp.reassembled.in", FT_FRAMENUM, BASE_NONE,
NULL, 0x00, "This IDMP packet is reassembled in this frame", HFILL } },
{ &hf_idmp_reassembled_length,
{ "Reassembled IDMP length", "idmp.reassembled.length", FT_UINT32, BASE_DEC,
NULL, 0x00, "The total length of the reassembled payload", HFILL } },
{ &hf_idmp_segment_data,
{ "IDMP segment data", "idmp.segment_data", FT_BYTES, BASE_NONE,
NULL, 0x00, NULL, HFILL } },
#include "packet-idmp-hfarr.c"
};
/* List of subtrees */
static gint *ett[] = {
&ett_idmp,
&ett_idmp_fragment,
&ett_idmp_fragments,
#include "packet-idmp-ettarr.c"
};
module_t *idmp_module;
/* Register protocol */
proto_idmp = proto_register_protocol(PNAME, PSNAME, PFNAME);
/* Register fields and subtrees */
proto_register_field_array(proto_idmp, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
idmp_handle = register_dissector("idmp", dissect_idmp_tcp, proto_idmp);
register_cleanup_routine (&idmp_reassemble_cleanup);
reassembly_table_register (&idmp_reassembly_table,
&addresses_reassembly_table_functions);
/* Register our configuration options for IDMP, particularly our port */
idmp_module = prefs_register_protocol_subtree("OSI/X.500", proto_idmp, NULL);
prefs_register_bool_preference(idmp_module, "desegment_idmp_messages",
"Reassemble IDMP messages spanning multiple TCP segments",
"Whether the IDMP dissector should reassemble messages spanning multiple TCP segments."
" To use this option, you must also enable \"Allow subdissectors to reassemble TCP streams\" in the TCP protocol settings.",
&idmp_desegment);
prefs_register_bool_preference(idmp_module, "reassemble",
"Reassemble segmented IDMP datagrams",
"Whether segmented IDMP datagrams should be reassembled."
" To use this option, you must also enable"
" \"Allow subdissectors to reassemble TCP streams\""
" in the TCP protocol settings.", &idmp_reassemble);
}
/*--- proto_reg_handoff_idm --- */
void proto_reg_handoff_idm(void) {
dissector_add_uint_with_preference("tcp.port", IDMP_TCP_PORT, idmp_handle);
} |
C/C++ | wireshark/epan/dissectors/asn1/idmp/packet-idmp-template.h | /* packet-idmp.h
* Routines for X.519 Internet Directly Mapped Protocol (IDMP) packet dissection
* Graeme Lunt 2010
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef PACKET_IDM_H
#define PACKET_IDM_H
#include "packet-ros.h"
void
register_idmp_protocol_info(const char *oid, const ros_info_t *rinfo, int proto _U_, const char *name);
#endif /* PACKET_IDM_H */ |
Text | wireshark/epan/dissectors/asn1/ieee1609dot2/CMakeLists.txt | # CMakeLists.txt
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <[email protected]>
# Copyright 1998 Gerald Combs
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
set( PROTOCOL_NAME ieee1609dot2 )
set( PROTO_OPT )
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
IEEE1609dot2BaseTypes.asn
IEEE1609dot2DataTypes.asn
IEEE1609dot12.asn
)
set( EXTRA_DIST
${ASN_FILE_LIST}
packet-${PROTOCOL_NAME}-template.c
packet-${PROTOCOL_NAME}-template.h
${PROTOCOL_NAME}.cnf
)
set( SRC_FILES
${EXTRA_DIST}
${EXT_ASN_FILE_LIST}
)
set( A2W_FLAGS )
ASN2WRS() |
ASN.1 | wireshark/epan/dissectors/asn1/ieee1609dot2/IEEE1609dot12.asn | IEEE1609dot12
DEFINITIONS AUTOMATIC TAGS ::= BEGIN
IMPORTS
Psid
FROM IEEE1609dot2BaseTypes {iso(1) identified-organization(3) ieee(111)
standards-association-numbered-series-standards(2) wave-stds(1609)
dot2(2) base(1) base-types(2)}
;
psid-system Psid ::= 0 -- ISO-15628a
psid-electronic-fee-collection Psid ::= 1 -- ISO-14906
psid-freight-fleet-management Psid ::= 2 -- ISO-15628
psid-public-transport Psid ::= 3 -- ISO-15628
psid-traffic-traveller-information Psid ::= 4 -- ISO-15628
psid-traffic-control Psid ::= 5 -- ISO-15628
psid-parking-management Psid ::= 6 -- ISO-15628
psid-geographic-road-database Psid ::= 7 -- ISO-15628
psid-medium-range-preinformation Psid ::= 8 -- ISO-15628
psid-man-machine-interface Psid ::= 9 -- ISO-15628
psid-intersystem-interface Psid ::= 10 -- ISO-15628
psid-automatic-vehicle-identification Psid ::= 11 -- ISO-17264
psid-emergency-warning Psid ::= 12 -- ISO-15628
psid-private Psid ::= 13 -- ISO-15628
psid-multi-purpose-payment Psid ::= 14 -- ISO-15628
psid-dsrc-resource-manager Psid ::= 15 -- ISO-15628
psid-after-theft-systems Psid ::= 16 -- ISO-15628
psid-cruise-assist-highway-system Psid ::= 17 -- ISO-15628
psid-multi-purpose-information-system Psid ::= 18 -- ISO-15628
psid-multi-mobile-information-system Psid ::= 19 -- ISO-15628
psid-efc-compliance-check-communication-applications Psid ::= 20 -- ISO-TS-12813
psid-efc-localisation-augmentation-communication-applications Psid ::= 21 -- ISO-TS-13141
psid-iso-cen-dsrc-applications-0x16 Psid ::= 22 -- ISO 15628
psid-iso-cen-dsrc-applications-0x17 Psid ::= 23 -- ISO 15628
psid-iso-cen-dsrc-applications-0x18 Psid ::= 24 -- ISO 15628
psid-iso-cen-dsrc-applications-0x19 Psid ::= 25 -- ISO 15628
psid-iso-cen-dsrc-applications-0x1a Psid ::= 26 -- ISO 15628
psid-iso-cen-dsrc-applications-0x1b Psid ::= 27 -- ISO 15628
psid-iso-cen-dsrc-applications-0x1c Psid ::= 28 -- ISO 15628
psid-private-use-0x1d Psid ::= 29 -- IISO 15628
psid-private-use-0x1e Psid ::= 30 -- IISO 15628
psid-iso-cen-dsrc-applications-0x1f Psid ::= 31 -- IISO 15628
psid-vehicle-to-vehicle-safety-and-awarenesss Psid ::= 32 -- SAE-J2735
psid-limited-sensor-vehicle-to-vehicle-safety-and-awarenesss Psid ::= 33 -- SAE-J2735
psid-tracked-vehicle-safety-and-awarenesss Psid ::= 34 -- SAE-J2735
psid-wave-security-managements Psid ::= 35 -- IEEE-Std-1609.2
psid-ca-basic-services Psid ::= 36 -- ETSI-EN-302-637_2
psid-den-basic-services Psid ::= 37 -- ETSI-EN-302-637_3
psid-misbehavior-reporting-for-common-applications Psid ::= 38 -- CAMP
psid-vulnerable-road-users-safety-applications Psid ::= 39 -- SAE-DSRC-TC
-- 0x28 to 0x7E 0p28 to 0p7E Not allocated
psid-testings Psid ::= 127 -- IEEE-P1609-WG
psid-differential-gps-corrections-uncompressed Psid ::= 128 -- SAE-J2735
psid-differential-gps-corrections-compressed Psid ::= 129 -- SAE-J2735
psid-intersection-safety-and-awareness Psid ::= 130 -- SAE-J2735
psid-traveller-information-and-roadside-signage Psid ::= 131 -- SAE-J2735
psid-mobile-probe-exchanges Psid ::= 132 -- SAE-J2735
psid-emergency-and-erratic-vehicles-present-in-roadway Psid ::= 133 -- SAE-J2735
psid-remote-management-protocol-execution Psid ::= 134 -- ISO-24102-2
psid-wave-service-advertisement Psid ::= 135 -- IEEE-Std-1609.3
psid-peer-to-peer-distribution-of-security-management-information Psid ::= 136 -- CAMP
psid-traffic-light-manoeuver-service Psid ::= 137 -- ISO-19091-ETSI-TS-103-301
psid-road-and-lane-topology-service Psid ::= 138 -- ISO-19091-ETSI-TS-103-301
psid-infrastructure-to-vehicle-information-service Psid ::= 139 -- ISO-19321-ETSI-TS-103-301
psid-traffic-light-control-requests-service Psid ::= 140 -- ISO-19091-ETSI-TS-103-301
psid-geonetworking-management-communications Psid ::= 141 -- ETSI-EN-302-636-4-1
psid-traffic-light-control-status-service Psid ::= 637 -- ISO-19091-ETSI-TS-103-301
psid-collective-perception-service Psid ::= 639 -- ETSI-TS-103-324
-- 0x8e to 0xFF 0p80-09 to 0p80-7F Not allocated
psid-certificate-revocation-list-application Psid ::= 256 -- CAMP
-- 0x01-01 to 0x3E-7F 0p80-81 to 0pBD-FF Not allocated
-- 0x3E-80 to 0x40-1F 0pBE-00 to 0pBF-9F Reserved IEEE P1609 WG 416
-- 0x40-20 to 0x40-5F 0pBF-A0 to 0pBF-DF Private used IEEE P1609 WG 64
-- 0x40-60 to 0x40-7F 0pBF-E0 to 0pBF-FF Testing IEEE P1609 WG 32
-- 16 384 total 2-octet p-encoded values
-- 0x40-80 0pC0-00-00 Cooperative Awareness Message (CAM) processor(deprecated) ETSI deprecated
-- 0x40-81 0pC0-00-01 Decentralized Environmental Notification Message(DENM) processor(deprecated) ETSI deprecated
psid-vehicle-initiated-distress-notivication Psid ::= 16514 -- Wyoming DOT
-- 0x40-83 to 0x08-40-80 0pc0-00-03 to 0pc8-00-03 Reserved for future assignments by the IEEE registrar
-- 0x08-40-81 to 0x10-40-7e 0pc8-00-01 to 0pcf-ff-fe Reserved for future assignments by the CEN registrar
-- 0x10-40-7f to 0x20-40-7d 0pcf-ff-ff to 0pdf-ff-fd Reserved for future assignments by the ISO registrar
-- 0x20-40-7e 0pdf-ff-fe IPv6 Routing deprecated
-- 0x20-40-7f 0pdf-ff-ff Reserved for future assignments by the ISO registrar
-- 2 097 152 total 3-octet p-encoded values
psid-fast-service-advertisement-protocol Psid ::= 2113664 -- ISO-24102-5
psid-its-station-internal-management-communications-protocol Psid ::= 2113665 -- ISO-24102-4
psid-veniam-delay-tolerant-networking Psid ::= 2113666 -- Venicam.com
psid-transcore-software-update Psid ::= 2113667 -- Transcore, Inc.
psid-sra-private-applications-0x204084 Psid ::= 2113668 -- SRA, Inc,
psid-sra-private-applications-0x204085 Psid ::= 2113669 -- SRA, Inc,
psid-sra-private-applications-0x204086 Psid ::= 2113670 -- SRA, Inc,
psid-sra-private-applications-0x204087 Psid ::= 2113671 -- SRA, Inc,
psid-ipv6-routing Psid ::= 270549118 -- IEEE-Std-1609-3
-- >4 bytes long its-aid/psid Not suported
END |
Configuration | wireshark/epan/dissectors/asn1/ieee1609dot2/ieee1609dot2.cnf | # IEEE1609dot2.cnf
# IEEE1609dot2 conformation file
#.OPT
OER
#.END
#.MODULE
#.MODULE_IMPORT
#.EXPORTS ONLY_VALS WS_DLL
Psid
#.MAKE_ENUM
Psid
#.REGISTER
#.PDU
Ieee1609Dot2Data
#.NO_EMIT
#.NO_EMIT ONLY_VALS
NinetyDegreeInt
OneEightyDegreeInt
#.OMIT_ASSIGNMENT
# Get rid of unused code warnings
TestCertificate
Countersignature
ExplicitCertificate
HashedId10
ImplicitCertificate
KnownLatitude
KnownLongitude
LaId
LinkageSeed
SequenceOfPsid
Uint3
UnknownLatitude
UnknownLongitude
#.TYPE_RENAME
#.FIELD_RENAME
EccP384CurvePoint/uncompressedP384/x eccp384cpX
EccP384CurvePoint/uncompressedP384/y eccp384cpY
EccP384CurvePoint/x-only eccp384cpXOnly
EccP384CurvePoint/compressed-y-0 eccp384cpCompressed-y-0
EccP384CurvePoint/compressed-y-1 eccp384cpCompressed-y-1
EcdsaP384Signature/rSig ecdsap384RSig
EcdsaP384Signature/sSig ecdsap384SSig
PsidSsp/psid psPsid
HeaderInfo/psid hiPsid
IssuerIdentifier/self iiSelf
SignerIdentifier/self siSelf
SspRange/opaque srRange
RegionAndSubregions/region rasRegion
ToBeSignedCertificate/encryptionKey tbscEncryptionKey
SymmRecipientInfo/encKey sriEncKey
EncryptedDataEncryptionKey/eciesNistP256 edeEciesNistP256
EncryptedDataEncryptionKey/eciesBrainpoolP256r1 edekEciesBrainpoolP256r1
#.TYPE_ATTR
NinetyDegreeInt DISPLAY=BASE_CUSTOM STRINGS=CF_FUNC(ieee1609dot2_NinetyDegreeInt_fmt)
OneEightyDegreeInt DISPLAY=BASE_CUSTOM STRINGS=CF_FUNC(ieee1609dot2_OneEightyDegreeInt_fmt)
ElevInt DISPLAY=BASE_CUSTOM STRINGS=CF_FUNC(ieee1609dot2_ElevInt_fmt)
Time32 DISPLAY=BASE_CUSTOM STRINGS=CF_FUNC(ieee1609dot2_Time32_fmt)
Time64 DISPLAY=BASE_CUSTOM STRINGS=CF_FUNC(ieee1609dot2_Time64_fmt)
#.FIELD_ATTR
SspRange/opaque ABBREV=srRange.opaque
#.FN_HDR Ieee1609Dot2Data
actx->private_data = (void*)wmem_new0(actx->pinfo->pool, ieee1609_private_data_t);
#.END
#.FN_BODY Ieee1609Dot2Content/unsecuredData
ieee1609_private_data_t *my_private_data = (ieee1609_private_data_t*)actx->private_data;
offset = dissect_oer_octet_string(tvb, offset, actx, tree, hf_index,
NO_BOUND, NO_BOUND, FALSE, &my_private_data->unsecured_data);
if (my_private_data->unsecured_data) {
// psid may also be provided in HeaderInfo
guint32 psid = GPOINTER_TO_UINT(p_get_proto_data(wmem_file_scope(), actx->pinfo, proto_ieee1609dot2, 0));
if (psid) {
/* Call next dissector here */
dissector_try_uint(unsecured_data_subdissector_table, psid, my_private_data->unsecured_data, actx->pinfo, tree);
my_private_data->unsecured_data = NULL;
}
// else: wait for the HeaderInfo for a second chance to dissect the content
}
#.END
#.FN_BODY HeaderInfo/psid
guint64 psid;
ieee1609_private_data_t *my_private_data = (ieee1609_private_data_t*)actx->private_data;
offset = dissect_oer_constrained_integer_64b_no_ub(tvb, offset, actx, tree, hf_index,
0U, NO_BOUND, &psid, FALSE);
if ((my_private_data != NULL) && (my_private_data->unsecured_data != NULL)) {
/* Call next dissector here */
ieee1609dot2_set_next_default_psid(actx->pinfo, (guint32)psid);
dissector_try_uint(unsecured_data_subdissector_table, (guint32) psid, my_private_data->unsecured_data, actx->pinfo, tree);
my_private_data->unsecured_data = NULL;
}
#.END
#.FN_BODY PsidSsp/psid
offset = dissect_oer_constrained_integer_64b_no_ub(tvb, offset, actx, tree, hf_index,
0U, NO_BOUND, &((ieee1609_private_data_t*)actx->private_data)->psidssp, FALSE);
#.FN_BODY ServiceSpecificPermissions/opaque
tvbuff_t *ssp;
ieee1609_private_data_t *my_private_data = (ieee1609_private_data_t*)actx->private_data;
offset = dissect_oer_octet_string(tvb, offset, actx, tree, hf_index,
0, NO_BOUND, FALSE, &ssp);
if (ssp) {
// Create subtree
proto_tree *subtree = proto_item_add_subtree(actx->created_item, ett_ieee1609dot2_ssp);
/* Call next dissector here */
dissector_try_uint(ssp_subdissector_table, (guint32) my_private_data->psidssp, ssp, actx->pinfo, subtree);
}
#.END
#.ASSIGN_VALUE_TO_TYPE
psid-system Psid
psid-electronic-fee-collection Psid
psid-freight-fleet-management Psid
psid-public-transport Psid
psid-traffic-traveller-information Psid
psid-traffic-control Psid
psid-parking-management Psid
psid-geographic-road-database Psid
psid-medium-range-preinformation Psid
psid-man-machine-interface Psid
psid-intersystem-interface Psid
psid-automatic-vehicle-identification Psid
psid-emergency-warning Psid
psid-private Psid
psid-multi-purpose-payment Psid
psid-dsrc-resource-manager Psid
psid-after-theft-systems Psid
psid-cruise-assist-highway-system Psid
psid-multi-purpose-information-system Psid
psid-multi-mobile-information-system Psid
psid-efc-compliance-check-communication-applications Psid
psid-efc-localisation-augmentation-communication-applications Psid
psid-vehicle-to-vehicle-safety-and-awarenesss Psid
psid-limited-sensor-vehicle-to-vehicle-safety-and-awarenesss Psid
psid-tracked-vehicle-safety-and-awarenesss Psid
psid-wave-security-managements Psid
psid-ca-basic-services Psid
psid-den-basic-services Psid
psid-misbehavior-reporting-for-common-applications Psid
psid-vulnerable-road-users-safety-applications Psid
psid-testings Psid
psid-differential-gps-corrections-uncompressed Psid
psid-differential-gps-corrections-compressed Psid
psid-intersection-safety-and-awareness Psid
psid-traveller-information-and-roadside-signage Psid
psid-mobile-probe-exchanges Psid
psid-emergency-and-erratic-vehicles-present-in-roadway Psid
psid-remote-management-protocol-execution Psid
psid-wave-service-advertisement Psid
psid-peer-to-peer-distribution-of-security-management-information Psid
psid-traffic-light-manoeuver-service Psid
psid-road-and-lane-topology-service Psid
psid-infrastructure-to-vehicle-information-service Psid
psid-traffic-light-control-service Psid
psid-geonetworking-management-communications Psid
psid-certificate-revocation-list-application Psid
psid-collective-perception-service Psid
psid-vehicle-initiated-distress-notivication Psid
psid-fast-service-advertisement-protocol Psid
psid-its-station-internal-management-communications-protocol Psid
psid-veniam-delay-tolerant-networking Psid
psid-transcore-software-update Psid
psid-ipv6-routing Psid
#.END |
ASN.1 | wireshark/epan/dissectors/asn1/ieee1609dot2/IEEE1609dot2BaseTypes.asn | IEEE1609dot2BaseTypes {iso(1) identified-organization(3) ieee(111)
standards-association-numbered-series-standards(2) wave-stds(1609)
dot2(2) base(1) base-types(2) major-version-2(2)}
-- Minor version: 1
--
--********************************************************************
-- IEEE P1609.2 Base Data Types
--
--********************************************************************
DEFINITIONS AUTOMATIC TAGS ::= BEGIN
EXPORTS ALL;
-- ------------------------------------------------------------------
--
-- Integers
--
-- ------------------------------------------------------------------
Uint3 ::= INTEGER (0..7) -- (hex) 07
Uint8 ::= INTEGER (0..255) -- (hex) ff
Uint16 ::= INTEGER (0..65535) -- (hex) ff ff
Uint32 ::= INTEGER (0..4294967295)--<LONGLONG>-- -- (hex) ff ff ff ff
Uint64 ::= INTEGER (0..18446744073709551615) -- (hex) ff ff ff ff ff ff ff ff
SequenceOfUint8 ::= SEQUENCE OF Uint8
SequenceOfUint16 ::= SEQUENCE OF Uint16
-- ------------------------------------------------------------------
--
-- OCTET STRING types
--
-- ------------------------------------------------------------------
Opaque ::= OCTET STRING
HashedId10 ::= OCTET STRING (SIZE(10))
HashedId8 ::= OCTET STRING (SIZE(8))
HashedId3 ::= OCTET STRING (SIZE(3))
SequenceOfHashedId3 ::= SEQUENCE OF HashedId3
-- ------------------------------------------------------------------
--
-- Time
--
-- ------------------------------------------------------------------
Time32 ::= Uint32
Time64 ::= Uint64
ValidityPeriod ::= SEQUENCE {
start Time32,
duration Duration
}
Duration ::= CHOICE {
microseconds Uint16,
milliseconds Uint16,
seconds Uint16,
minutes Uint16,
hours Uint16,
sixtyHours Uint16,
years Uint16
}
-- ------------------------------------------------------------------
--
-- Location
--
-- ------------------------------------------------------------------
GeographicRegion ::= CHOICE {
circularRegion CircularRegion,
rectangularRegion SequenceOfRectangularRegion,
polygonalRegion PolygonalRegion,
identifiedRegion SequenceOfIdentifiedRegion,
...
}
CircularRegion ::= SEQUENCE {
center TwoDLocation,
radius Uint16
}
RectangularRegion ::= SEQUENCE {
northWest TwoDLocation,
southEast TwoDLocation
}
SequenceOfRectangularRegion ::= SEQUENCE OF RectangularRegion
PolygonalRegion ::= SEQUENCE SIZE(3..MAX) OF TwoDLocation
TwoDLocation ::= SEQUENCE {
latitude Latitude,
longitude Longitude
}
IdentifiedRegion ::= CHOICE {
countryOnly CountryOnly,
countryAndRegions CountryAndRegions,
countryAndSubregions CountryAndSubregions,
...
}
SequenceOfIdentifiedRegion ::= SEQUENCE OF IdentifiedRegion
CountryOnly ::= Uint16
CountryAndRegions ::= SEQUENCE {
countryOnly CountryOnly,
regions SequenceOfUint8
}
CountryAndSubregions ::= SEQUENCE {
country CountryOnly,
regionAndSubregions SequenceOfRegionAndSubregions
}
RegionAndSubregions ::= SEQUENCE {
region Uint8,
subregions SequenceOfUint16
}
SequenceOfRegionAndSubregions ::= SEQUENCE OF RegionAndSubregions
ThreeDLocation ::= SEQUENCE {
latitude Latitude,
longitude Longitude,
elevation Elevation
}
Latitude ::= NinetyDegreeInt
Longitude ::= OneEightyDegreeInt
Elevation ::= ElevInt
NinetyDegreeInt ::= INTEGER {
min (-900000000),
max (900000000),
unknown (900000001)
} (-900000000..900000001)
KnownLatitude ::= NinetyDegreeInt (min..max) -- Minus 90deg to +90deg in microdegree intervals
UnknownLatitude ::= NinetyDegreeInt (unknown)
OneEightyDegreeInt ::= INTEGER {
min (-1799999999),
max (1800000000),
unknown (1800000001)
} (-1799999999..1800000001)
KnownLongitude ::= OneEightyDegreeInt (min..max)
UnknownLongitude ::= OneEightyDegreeInt (unknown)
ElevInt ::= Uint16 -- Range is from -4096 to 61439 in units of one-tenth of a meter
-- ------------------------------------------------------------------
--
-- Crypto
--
-- ------------------------------------------------------------------
Signature ::= CHOICE {
ecdsaNistP256Signature EcdsaP256Signature,
ecdsaBrainpoolP256r1Signature EcdsaP256Signature,
...,
ecdsaBrainpoolP384r1Signature EcdsaP384Signature
}
EcdsaP256Signature ::= SEQUENCE {
rSig EccP256CurvePoint,
sSig OCTET STRING (SIZE (32))
}
EcdsaP384Signature ::= SEQUENCE {
rSig EccP384CurvePoint,
sSig OCTET STRING (SIZE (48))
}
EccP256CurvePoint ::= CHOICE {
x-only OCTET STRING (SIZE (32)),
fill NULL, -- consistency with 1363 / X9.62
compressed-y-0 OCTET STRING (SIZE (32)),
compressed-y-1 OCTET STRING (SIZE (32)),
uncompressedP256 SEQUENCE {
x OCTET STRING (SIZE (32)),
y OCTET STRING (SIZE (32))
}
}
EccP384CurvePoint::= CHOICE {
x-only OCTET STRING (SIZE (48)),
fill NULL, -- consistency w 1363 / X9.62
compressed-y-0 OCTET STRING (SIZE (48)),
compressed-y-1 OCTET STRING (SIZE (48)),
uncompressedP384 SEQUENCE {
x OCTET STRING (SIZE (48)),
y OCTET STRING (SIZE (48))
}
}
SymmAlgorithm ::= ENUMERATED {
aes128Ccm,
...
}
HashAlgorithm ::= ENUMERATED {
sha256,
...,
sha384
}
EciesP256EncryptedKey ::= SEQUENCE {
v EccP256CurvePoint,
c OCTET STRING (SIZE (16)),
t OCTET STRING (SIZE (16))
}
EncryptionKey ::= CHOICE {
public PublicEncryptionKey,
symmetric SymmetricEncryptionKey
}
PublicEncryptionKey ::= SEQUENCE {
supportedSymmAlg SymmAlgorithm,
publicKey BasePublicEncryptionKey
}
BasePublicEncryptionKey ::= CHOICE {
eciesNistP256 EccP256CurvePoint,
eciesBrainpoolP256r1 EccP256CurvePoint,
...
}
PublicVerificationKey ::= CHOICE {
ecdsaNistP256 EccP256CurvePoint,
ecdsaBrainpoolP256r1 EccP256CurvePoint,
...,
ecdsaBrainpoolP384r1 EccP384CurvePoint
}
SymmetricEncryptionKey ::= CHOICE {
aes128Ccm OCTET STRING(SIZE(16)),
...
}
-- ------------------------------------------------------------------
--
-- PSID / ITS-AID
--
-- ------------------------------------------------------------------
PsidSsp ::= SEQUENCE {
psid Psid,
ssp ServiceSpecificPermissions OPTIONAL
}
SequenceOfPsidSsp ::= SEQUENCE OF PsidSsp
Psid ::= INTEGER (0..MAX)
SequenceOfPsid ::= SEQUENCE OF Psid
ServiceSpecificPermissions ::= CHOICE {
opaque OCTET STRING (SIZE(0..MAX)),
...,
bitmapSsp BitmapSsp
}
BitmapSsp ::= OCTET STRING (SIZE(0..31))
PsidSspRange ::= SEQUENCE {
psid Psid,
sspRange SspRange OPTIONAL
}
SequenceOfPsidSspRange ::= SEQUENCE OF PsidSspRange
SspRange ::= CHOICE {
opaque SequenceOfOctetString,
all NULL,
... ,
bitmapSspRange BitmapSspRange
}
BitmapSspRange ::= SEQUENCE {
sspValue OCTET STRING (SIZE(1..32)),
sspBitmask OCTET STRING (SIZE(1..32))
}
SequenceOfOctetString ::= SEQUENCE (SIZE (0..MAX)) OF
OCTET STRING (SIZE(0..MAX))
-- ------------------------------------------------------------------
--
-- Goes in certs
--
-- ------------------------------------------------------------------
SubjectAssurance ::= OCTET STRING (SIZE(1))
CrlSeries ::= Uint16
-- ------------------------------------------------------------------
--
-- Pseudonym Linkage
--
-- ------------------------------------------------------------------
IValue ::= Uint16
Hostname ::= UTF8String (SIZE(0..255))
LinkageValue ::= OCTET STRING (SIZE(9))
GroupLinkageValue ::= SEQUENCE {
jValue OCTET STRING (SIZE(4)),
value OCTET STRING (SIZE(9))
}
LaId ::= OCTET STRING (SIZE(2))
LinkageSeed ::= OCTET STRING (SIZE(16))
END |
ASN.1 | wireshark/epan/dissectors/asn1/ieee1609dot2/IEEE1609dot2DataTypes.asn | IEEE1609dot2 {iso(1) identified-organization(3) ieee(111)
standards-association-numbered-series-standards(2) wave-stds(1609)
dot2(2) base(1) schema(1) major-version-2(2)}
-- Minor version: 1
--******************************************************************************
--
-- IEEE P1609.2 Data Types
--
--******************************************************************************
DEFINITIONS AUTOMATIC TAGS ::= BEGIN
EXPORTS ALL;
IMPORTS
CrlSeries,
EccP256CurvePoint,
EciesP256EncryptedKey,
EncryptionKey,
GeographicRegion,
GroupLinkageValue,
HashAlgorithm,
HashedId3,
HashedId8,
Hostname,
IValue,
LinkageValue,
Opaque,
Psid,
PsidSsp,
PsidSspRange,
PublicEncryptionKey,
PublicVerificationKey,
SequenceOfHashedId3,
SequenceOfPsidSsp,
SequenceOfPsidSspRange,
ServiceSpecificPermissions,
Signature,
SubjectAssurance,
SymmetricEncryptionKey,
ThreeDLocation,
Time64,
Uint3,
Uint8,
Uint16,
Uint32,
ValidityPeriod
FROM IEEE1609dot2BaseTypes {iso(1) identified-organization(3) ieee(111)
standards-association-numbered-series-standards(2) wave-stds(1609)
dot2(2) base(1) base-types(2) major-version-2 (2)}
;
--
--*********************************************************************
--
-- Structures for describing secured data
--
--*********************************************************************
-- Necessary to get certain tools to generate sample PDUs
-- TestIeee1609Dot2Data ::= Ieee1609Dot2Data
-- TestCertificate ::= Certificate
-- this structure belongs later in the file but putting it here avoids
-- compiler errors with certain tools
SignedDataPayload ::= SEQUENCE {
data Ieee1609Dot2Data OPTIONAL,
extDataHash HashedData OPTIONAL,
...
}
(WITH COMPONENTS {..., data PRESENT} |
WITH COMPONENTS {..., extDataHash PRESENT})
Ieee1609Dot2Data ::= SEQUENCE {
protocolVersion Uint8(3),
content Ieee1609Dot2Content
}
Ieee1609Dot2Content ::= CHOICE {
unsecuredData Opaque,
signedData SignedData,
encryptedData EncryptedData,
signedCertificateRequest Opaque,
...
}
SignedData ::= SEQUENCE {
hashId HashAlgorithm,
tbsData ToBeSignedData,
signer SignerIdentifier,
signature Signature
}
SignerIdentifier ::= CHOICE {
digest HashedId8,
certificate SequenceOfCertificate,
self NULL,
...
}
ToBeSignedData ::= SEQUENCE {
payload SignedDataPayload,
headerInfo HeaderInfo
}
HashedData::= CHOICE {
sha256HashedData OCTET STRING (SIZE(32)),
...
}
HeaderInfo ::= SEQUENCE {
psid Psid,
generationTime Time64 OPTIONAL,
expiryTime Time64 OPTIONAL,
generationLocation ThreeDLocation OPTIONAL,
p2pcdLearningRequest HashedId3 OPTIONAL,
missingCrlIdentifier MissingCrlIdentifier OPTIONAL,
encryptionKey EncryptionKey OPTIONAL,
...,
inlineP2pcdRequest SequenceOfHashedId3 OPTIONAL,
requestedCertificate Certificate OPTIONAL
}
MissingCrlIdentifier ::= SEQUENCE {
cracaId HashedId3,
crlSeries CrlSeries,
...
}
Countersignature ::= Ieee1609Dot2Data (WITH COMPONENTS {...,
content (WITH COMPONENTS {...,
signedData (WITH COMPONENTS {...,
tbsData (WITH COMPONENTS {...,
payload (WITH COMPONENTS {...,
data ABSENT,
extDataHash PRESENT
}),
headerInfo(WITH COMPONENTS {...,
generationTime PRESENT,
expiryTime ABSENT,
generationLocation ABSENT,
p2pcdLearningRequest ABSENT,
missingCrlIdentifier ABSENT,
encryptionKey ABSENT
})
})
})
})
})
--**********************************************************************
--
-- Structures for describing encrypted data
--
--**********************************************************************
EncryptedData ::= SEQUENCE {
recipients SequenceOfRecipientInfo,
ciphertext SymmetricCiphertext
}
RecipientInfo ::= CHOICE {
pskRecipInfo PreSharedKeyRecipientInfo,
symmRecipInfo SymmRecipientInfo,
certRecipInfo PKRecipientInfo,
signedDataRecipInfo PKRecipientInfo,
rekRecipInfo PKRecipientInfo
}
SequenceOfRecipientInfo ::= SEQUENCE OF RecipientInfo
PreSharedKeyRecipientInfo ::= HashedId8
SymmRecipientInfo ::= SEQUENCE {
recipientId HashedId8,
encKey SymmetricCiphertext
}
PKRecipientInfo ::= SEQUENCE {
recipientId HashedId8,
encKey EncryptedDataEncryptionKey
}
EncryptedDataEncryptionKey ::= CHOICE {
eciesNistP256 EciesP256EncryptedKey,
eciesBrainpoolP256r1 EciesP256EncryptedKey,
...
}
SymmetricCiphertext ::= CHOICE {
aes128ccm AesCcmCiphertext,
...
}
AesCcmCiphertext ::= SEQUENCE {
nonce OCTET STRING (SIZE (12)),
ccmCiphertext Opaque -- 16 bytes longer than plaintext
}
--**********************************************************************
--
-- Certificates and other security management data structures
--
--**********************************************************************
-- Certificates are implicit (type = implicit, toBeSigned includes
-- reconstruction value, signature absent) or explicit (type = explicit,
-- toBeSigned includes verification key, signature present).
Certificate ::= CertificateBase (ImplicitCertificate | ExplicitCertificate)
TestCertificate ::= Certificate
SequenceOfCertificate ::= SEQUENCE OF Certificate
CertificateBase ::= SEQUENCE {
version Uint8(3),
type CertificateType,
issuer IssuerIdentifier,
toBeSigned ToBeSignedCertificate,
signature Signature OPTIONAL
}
CertificateType ::= ENUMERATED {
explicit,
implicit,
...
}
ImplicitCertificate ::= CertificateBase (WITH COMPONENTS {...,
type(implicit),
toBeSigned(WITH COMPONENTS {...,
verifyKeyIndicator(WITH COMPONENTS {reconstructionValue})
}),
signature ABSENT
})
ExplicitCertificate ::= CertificateBase (WITH COMPONENTS {...,
type(explicit),
toBeSigned(WITH COMPONENTS {...,
verifyKeyIndicator(WITH COMPONENTS {verificationKey})
}),
signature PRESENT
})
IssuerIdentifier ::= CHOICE {
sha256AndDigest HashedId8,
self HashAlgorithm,
...,
sha384AndDigest HashedId8
}
ToBeSignedCertificate ::= SEQUENCE {
id CertificateId,
cracaId HashedId3,
crlSeries CrlSeries,
validityPeriod ValidityPeriod,
region GeographicRegion OPTIONAL,
assuranceLevel SubjectAssurance OPTIONAL,
appPermissions SequenceOfPsidSsp OPTIONAL,
certIssuePermissions SequenceOfPsidGroupPermissions OPTIONAL,
certRequestPermissions SequenceOfPsidGroupPermissions OPTIONAL,
canRequestRollover NULL OPTIONAL,
encryptionKey PublicEncryptionKey OPTIONAL,
verifyKeyIndicator VerificationKeyIndicator,
...
}
(WITH COMPONENTS { ..., appPermissions PRESENT} |
WITH COMPONENTS { ..., certIssuePermissions PRESENT} |
WITH COMPONENTS { ..., certRequestPermissions PRESENT})
CertificateId ::= CHOICE {
linkageData LinkageData,
name Hostname,
binaryId OCTET STRING(SIZE(1..64)),
none NULL,
...
}
LinkageData ::= SEQUENCE {
iCert IValue,
linkage-value LinkageValue,
group-linkage-value GroupLinkageValue OPTIONAL
}
-- EndEntityType ::= BIT STRING {app (0), enrol (1) } (SIZE (8)) (ALL EXCEPT {})
EndEntityType ::= BIT STRING {app (0), enrol (1) } (SIZE (8))
PsidGroupPermissions ::= SEQUENCE {
subjectPermissions SubjectPermissions,
minChainLength INTEGER DEFAULT 1,
chainLengthRange INTEGER DEFAULT 0,
eeType EndEntityType DEFAULT {app}
}
SequenceOfPsidGroupPermissions ::= SEQUENCE OF PsidGroupPermissions
SubjectPermissions ::= CHOICE {
explicit SequenceOfPsidSspRange,
all NULL,
...
}
VerificationKeyIndicator ::= CHOICE {
verificationKey PublicVerificationKey,
reconstructionValue EccP256CurvePoint,
...
}
END |
C | wireshark/epan/dissectors/asn1/ieee1609dot2/packet-ieee1609dot2-template.c | /* packet-IEEE1609dot2.c
* Routines for IEEE 1609.2
* Copyright 2018, Anders Broman <[email protected]>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
/* Also contains IEEE std 1609.12
* section 4.1.3 PSID allocations
*/
#include "config.h"
#include <stdlib.h>
#include <time.h>
#include <epan/packet.h>
#include <epan/conversation.h>
#include <epan/oids.h>
#include <epan/asn1.h>
#include <epan/proto_data.h>
#include "packet-oer.h"
#include "packet-ieee1609dot2.h"
#define PNAME "IEEE1609dot2"
#define PSNAME "IEEE1609dot2"
#define PFNAME "ieee1609dot2"
void proto_register_ieee1609dot2(void);
void proto_reg_handoff_ieee1609dot2(void);
/* Initialize the protocol and registered fields */
int proto_ieee1609dot2 = -1;
dissector_handle_t proto_ieee1609dot2_handle = NULL;
#include "packet-ieee1609dot2-hf.c"
/* Initialize the subtree pointers */
static int ett_ieee1609dot2_ssp = -1;
#include "packet-ieee1609dot2-ett.c"
static dissector_table_t unsecured_data_subdissector_table;
static dissector_table_t ssp_subdissector_table;
typedef struct ieee1609_private_data {
tvbuff_t *unsecured_data;
guint64 psidssp; // psid for Service Specific Permissions
} ieee1609_private_data_t;
void
ieee1609dot2_set_next_default_psid(packet_info *pinfo, guint32 psid)
{
p_add_proto_data(wmem_file_scope(), pinfo, proto_ieee1609dot2, 0, GUINT_TO_POINTER(psid));
}
#include "packet-ieee1609dot2-fn.c"
static void
ieee1609dot2_NinetyDegreeInt_fmt(gchar *s, guint32 v)
{
gint32 lat = (gint32)v;
if (lat == 900000001) {
snprintf(s, ITEM_LABEL_LENGTH, "unavailable(%d)", lat);
} else {
snprintf(s, ITEM_LABEL_LENGTH, "%u°%u'%.3f\"%c (%d)",
abs(lat) / 10000000,
abs(lat) % 10000000 * 6 / 1000000,
abs(lat) % 10000000 * 6 % 1000000 * 6.0 / 100000.0,
(lat >= 0) ? 'N' : 'S',
lat);
}
}
static void
ieee1609dot2_OneEightyDegreeInt_fmt(gchar *s, guint32 v)
{
gint32 lng = (gint32)v;
if (lng == 1800000001) {
snprintf(s, ITEM_LABEL_LENGTH, "unavailable(%d)", lng);
} else {
snprintf(s, ITEM_LABEL_LENGTH, "%u°%u'%.3f\"%c (%d)",
abs(lng) / 10000000,
abs(lng) % 10000000 * 6 / 1000000,
abs(lng) % 10000000 * 6 % 1000000 * 6.0 / 100000.0,
(lng >= 0) ? 'E' : 'W',
lng);
}
}
static void
ieee1609dot2_ElevInt_fmt(gchar *s, guint32 v)
{
// Range is from -4096 to 61439 in units of one-tenth of a meter
gint32 alt = (gint32)v - 4096;
snprintf(s, ITEM_LABEL_LENGTH, "%.2fm (%u)", alt * 0.1, v);
}
static void
ieee1609dot2_Time32_fmt(gchar *s, guint32 v)
{
time_t secs = v + 1072915200 - 5;
struct tm *tm = gmtime(&secs);
snprintf(s, ITEM_LABEL_LENGTH, "%u-%02u-%02u %02u:%02u:%02u (%u)",
tm->tm_year + 1900, tm->tm_mon + 1, tm->tm_mday, tm->tm_hour, tm->tm_min, tm->tm_sec, v
);
}
static void
ieee1609dot2_Time64_fmt(gchar *s, guint64 v)
{
time_t secs = v / 1000000 + 1072915200 - 5;
guint32 usecs = v % 1000000;
struct tm *tm = gmtime(&secs);
snprintf(s, ITEM_LABEL_LENGTH, "%u-%02u-%02u %02u:%02u:%02u.%06u (%" PRIu64 ")",
tm->tm_year + 1900, tm->tm_mon + 1, tm->tm_mday, tm->tm_hour, tm->tm_min, tm->tm_sec, usecs, v
);
}
/*--- proto_register_ieee1609dot2 ----------------------------------------------*/
void proto_register_ieee1609dot2(void) {
/* List of fields */
static hf_register_info hf[] = {
#include "packet-ieee1609dot2-hfarr.c"
};
/* List of subtrees */
static gint *ett[] = {
#include "packet-ieee1609dot2-ettarr.c"
&ett_ieee1609dot2_ssp,
};
/* Register protocol */
proto_ieee1609dot2 = proto_register_protocol(PNAME, PSNAME, PFNAME);
/* Register fields and subtrees */
proto_register_field_array(proto_ieee1609dot2, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
proto_ieee1609dot2_handle = register_dissector("ieee1609dot2.data", dissect_Ieee1609Dot2Data_PDU, proto_ieee1609dot2);
// See TS17419_ITS-AID_AssignedNumbers
unsecured_data_subdissector_table = register_dissector_table("ieee1609dot2.psid",
"ATS-AID/PSID based dissector for unsecured/signed data", proto_ieee1609dot2, FT_UINT32, BASE_HEX);
ssp_subdissector_table = register_dissector_table("ieee1609dot2.ssp",
"ATS-AID/PSID based dissector for Service Specific Permissions (SSP)", proto_ieee1609dot2, FT_UINT32, BASE_HEX);
}
void proto_reg_handoff_ieee1609dot2(void) {
dissector_add_string("media_type", "application/x-its", proto_ieee1609dot2_handle);
dissector_add_string("media_type", "application/x-its-request", proto_ieee1609dot2_handle);
dissector_add_string("media_type", "application/x-its-response", proto_ieee1609dot2_handle);
//dissector_add_uint_range_with_preference("udp.port", "56000,56001", proto_ieee1609dot2_handle);
} |
C/C++ | wireshark/epan/dissectors/asn1/ieee1609dot2/packet-ieee1609dot2-template.h | /* packet-IEEE1609dot2.h
* Routines for IEEE 1609.2
* Copyright 2018, Anders Broman <[email protected]>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef _IEEE1609DOT2_H_
#define _IEEE1609DOT2_H_
#include "ws_symbol_export.h"
#include "packet-ieee1609dot2-val.h"
/*
* When dissecting IEEE1609.2 structure containing only unsecured data, no PSID
* is provided inside. Caller has to provide a ITS-AID/PSID before calling the
* dissector to have a chance to dissect the data part.
* For signed data, PSID is provided and the caller do not have to provide the
* PSID. If he does, the provided PSID takes precedence on the PSID inside the
* structure.
*/
WS_DLL_PUBLIC
void ieee1609dot2_set_next_default_psid(packet_info *pinfo, guint32 psid);
#include "packet-ieee1609dot2-exp.h"
#endif /* _IEEE1609DOT2_H_ */
/*
* Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local Variables:
* c-basic-offset: 2
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
* vi: set shiftwidth=2 tabstop=8 expandtab:
* :indentSize=2:tabSize=8:noTabs=true:
*/ |
Text | wireshark/epan/dissectors/asn1/ilp/CMakeLists.txt | # CMakeLists.txt
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <[email protected]>
# Copyright 1998 Gerald Combs
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
set( PROTOCOL_NAME ilp )
set( PROTO_OPT )
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
ILP.asn
ILP-Components.asn
)
set( EXTRA_DIST
${ASN_FILE_LIST}
packet-${PROTOCOL_NAME}-template.c
${PROTOCOL_NAME}.cnf
)
set( SRC_FILES
${EXTRA_DIST}
${EXT_ASN_FILE_LIST}
)
set( A2W_FLAGS )
ASN2WRS() |
ASN.1 | wireshark/epan/dissectors/asn1/ilp/ILP-Components.asn | -- ILP.asn
--
-- Taken from OMA Internal Location Protocol
-- http://member.openmobilealliance.org/ftp/Public_documents/LOC/Permanent_documents/OMA-TS-ILP-V2_0_4-20181213-A.zip
--
-- 13.3 Common Elements
--
ILP-Components DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
EXPORTS
Version, SessionID2, LocationId, PosTechnology, Position, StatusCode,
QoP, PosMethod, Velocity, PosPayLoad, SETCapabilities, SPCStatusCode, SPCSETKey, SPCTID, SPCSETKeylifetime, maxPosSize, UTRAN-GPSReferenceTimeResult, UTRAN-GANSSReferenceTimeResult, GNSSPosTechnology, UTRAN-GPSReferenceTimeAssistance, UTRAN-GANSSReferenceTimeAssistance, MultipleLocationIds, GANSSSignals;
-- protocol version expressed as x.y.z (e.g., 5.1.0)
Version ::= SEQUENCE {
maj INTEGER(0..255),
min INTEGER(0..255),
servind INTEGER(0..255)}
SessionID2 ::= SEQUENCE {
slcSessionID SlcSessionID,
setSessionID SetSessionID OPTIONAL,
spcSessionID SpcSessionID OPTIONAL
-- the semantics of OPTIONAL applies to the encoding only.
-- The parameter itself is MANDATORY. Since the spcSessionID is allocated by the SPC,
-- there is no spcSessionID to be transmitted in the ILP PREQ message.
}
SetSessionID ::= SEQUENCE {
sessionId INTEGER(0..65535),
setId SETId
}
SETId ::= CHOICE {
msisdn OCTET STRING(SIZE (8)),
mdn OCTET STRING(SIZE (8)),
min BIT STRING(SIZE (34)), -- coded according to TIA-553
imsi OCTET STRING(SIZE (8)),
nai IA5String(SIZE (1..1000)),
iPAddress IPAddress,
...,
imei OCTET STRING(SIZE (8))}
-- msisdn, mnd, imsi and imei are a BCD (Binary Coded Decimal) string
-- represent digits from 0 through 9,
-- two digits per octet, each digit encoded 0000 to 1001 (0 to 9)
-- bits 8765 of octet n encoding digit 2n
-- bits 4321 of octet n encoding digit 2(n-1) +1
-- not used digits in the string shall be filled with 1111
-- imei SHALL NOT be used unless the SLP indicates support for SUPL ver 2.0.3
-- or greater
SlcSessionID ::= SEQUENCE {
sessionID OCTET STRING(SIZE (4)),
slcId NodeAddress
}
SpcSessionID ::= SEQUENCE {
sessionID OCTET STRING(SIZE (4)),
spcId NodeAddress
}
IPAddress ::= CHOICE {
ipv4Address OCTET STRING(SIZE (4)),
ipv6Address OCTET STRING(SIZE (16))
}
NodeAddress ::= CHOICE {
iPAddress IPAddress,
fqdn FQDN,
...}
FQDN ::= VisibleString(FROM ("a".."z" | "A".."Z" | "0".."9" |".-"))(SIZE (1..255))
LocationId ::= SEQUENCE {
cellInfo CellInfo,
status Status,
...}
Status ::= ENUMERATED {stale(0), current(1), unknown(2), ...}
MultipleLocationIds ::= SEQUENCE SIZE (1..maxLidSize) OF LocationIdData
LocationIdData ::= SEQUENCE {
locationId LocationId,
relativetimestamp RelativeTime OPTIONAL, -- if relativetimestamp is present, then data represents historical measurement, if absent, data represents current measurements
servingFlag BOOLEAN, -- if "true" measurements represent serving cell
...}
-- status in locationId indicates whether cellInfo is current or stale relative to timestamp
RelativeTime ::= INTEGER (0..65535) -- relative time to "current" Location Id in multiples of 0.01sec
maxLidSize INTEGER ::= 64
SETCapabilities ::= SEQUENCE {
posTechnology PosTechnology,
prefMethod PrefMethod,
posProtocol PosProtocol,
supportedBearers SupportedBearers OPTIONAL,
...}
PosTechnology ::= SEQUENCE {
agpsSETassisted BOOLEAN,
agpsSETBased BOOLEAN,
autonomousGPS BOOLEAN,
aflt BOOLEAN,
ecid BOOLEAN,
eotd BOOLEAN,
otdoa BOOLEAN,
gANSSPositionMethods GANSSPositionMethods OPTIONAL,
...,
additionalPositioningMethods AdditionalPositioningMethods OPTIONAL}
GANSSPositionMethods ::= SEQUENCE (SIZE(1..16)) OF GANSSPositionMethod
GANSSPositionMethod ::= SEQUENCE {
ganssId INTEGER(0..15), -- coding according to parameter definition in Section 12.14
ganssSBASid BIT STRING(SIZE(3)) OPTIONAL, --coding according to parameter definition in section 12.14
gANSSPositioningMethodTypes GANSSPositioningMethodTypes,
gANSSSignals GANSSSignals,
...}
GANSSPositioningMethodTypes ::= SEQUENCE {
setAssisted BOOLEAN,
setBased BOOLEAN,
autonomous BOOLEAN,
...}
-- indicates MS support for particular GANSS signals and frequencies
-- coding according to parameter definition in Section 12.14
GANSSSignals ::= BIT STRING {
signal1 (0),
signal2 (1),
signal3 (2),
signal4 (3),
signal5 (4),
signal6 (5),
signal7 (6),
signal8 (7)} (SIZE (1..8))
AdditionalPositioningMethods ::= SEQUENCE (SIZE(1..8)) OF AddPosSupport-Element
AddPosSupport-Element ::= SEQUENCE {
addPosID ENUMERATED {
mBS,
...
},
addPosMode BIT STRING {
standalone (0),
setBased (1),
setAssisted (2)} (SIZE (1..8)) OPTIONAL,
...}
PrefMethod ::= ENUMERATED {
agnssSETAssistedPreferred, agnssSETBasedPreferred, noPreference,
...}
-- Note: In ULP V2.0, the names of the enumerations are
-- kept the same as in ULP V1.0. ie. Agps in the TS ULP actually shall be
-- interpreted as agnss. This means that agpsSETassistedPreferred and
-- agpsSETBasedPreferred in ULP V2.0 map to agnssSETAssistedPreferred and
-- agnssSETBasedPreferred in ILP.
PosProtocol ::= SEQUENCE {
tia801 BOOLEAN,
rrlp BOOLEAN,
rrc BOOLEAN,
lpp BOOLEAN,
posProtocolVersionRRLP PosProtocolVersion3GPP OPTIONAL,
posProtocolVersionRRC PosProtocolVersion3GPP OPTIONAL,
posProtocolVersionTIA801 PosProtocolVersion3GPP2 OPTIONAL,
posProtocolVersionLPP PosProtocolVersion3GPP OPTIONAL,
...,
lppe BOOLEAN OPTIONAL,
posProtocolVersionLPPe PosProtocolVersionOMA OPTIONAL}
PosProtocolVersion3GPP ::= SEQUENCE {
majorVersionField INTEGER(0..255),
technicalVersionField INTEGER(0..255),
editorialVersionField INTEGER(0..255),
...}
PosProtocolVersion3GPP2 ::= SEQUENCE (SIZE(1..8)) OF Supported3GPP2PosProtocolVersion
Supported3GPP2PosProtocolVersion ::= SEQUENCE {
revisionNumber BIT STRING(SIZE (6)), -- the location standard revision number the SET supports coded according to 3GPP2 C.S0022
pointReleaseNumber INTEGER(0..255),
internalEditLevel INTEGER(0..255),
...}
PosProtocolVersionOMA ::= SEQUENCE {
majorVersionField INTEGER(0..255),
minorVersionField INTEGER(0..255),
...}
SupportedBearers ::= SEQUENCE {
gsm BOOLEAN,
wcdma BOOLEAN,
lte BOOLEAN,
cdma BOOLEAN,
hprd BOOLEAN,
umb BOOLEAN,
wlan BOOLEAN,
wiMAX BOOLEAN,
...,
nr BOOLEAN }
CellInfo ::= CHOICE {
gsmCell GsmCellInformation,
wcdmaCell WcdmaCellInformation, --WCDMA Cell Information/TD-SCDMA Cell Information
cdmaCell CdmaCellInformation,
hrpdCell HrpdCellInformation,
umbCell UmbCellInformation,
lteCell LteCellInformation,
wlanAP WlanAPInformation,
wimaxBS WimaxBSInformation,
...,
nrCell NRCellInformation
}
UTRAN-GPSReferenceTimeResult ::= SEQUENCE {
-- For ue-GPSTimingOfCell values above 37158911999999 are not
-- used in this version of the specification
-- Actual value utran-GPSTimingOfCell = (ms-part * 4294967296) + ls-part
-- used on the uplink i.e. reported by the SET to the SLP
set-GPSTimingOfCell SEQUENCE {
ms-part INTEGER (0.. 16383),
ls-part INTEGER (0..4294967295)},
modeSpecificInfo CHOICE {
fdd SEQUENCE {
referenceIdentity PrimaryCPICH-Info},
tdd SEQUENCE {
referenceIdentity CellParametersID}
},
sfn INTEGER (0..4095),
gpsReferenceTimeUncertainty INTEGER (0..127) OPTIONAL,
...}
UTRAN-GANSSReferenceTimeResult ::= SEQUENCE {
ganssTimeID INTEGER (0..15),
set-GANSSReferenceTime SET-GANSSReferenceTime,
...}
SET-GANSSReferenceTime ::= SEQUENCE {
-- Actual value [ns] = (ms-Part * 4294967296 + ls-Part) * 250
-- Actual values [ns] > 86399999999750 are reserved and are considered a
-- protocol error
set-GANSSTimingOfCell SEQUENCE {
ms-part INTEGER (0..80),
ls-part INTEGER (0..4294967295)} OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
referenceIdentity PrimaryCPICH-Info},
tdd SEQUENCE {
referenceIdentity CellParametersID}} OPTIONAL,
sfn INTEGER (0..4095),
ganss-TODUncertainty INTEGER (0..127) OPTIONAL,
...}
GNSSPosTechnology ::= SEQUENCE {
gps BOOLEAN,
galileo BOOLEAN,
sbas BOOLEAN,
modernized-gps BOOLEAN,
qzss BOOLEAN,
glonass BOOLEAN,
...,
bds BOOLEAN OPTIONAL}
Position ::= SEQUENCE {
timestamp UTCTime, -- shall include seconds and shall use UTC time.
positionEstimate PositionEstimate,
velocity Velocity OPTIONAL,
...}
PositionEstimate ::= SEQUENCE {
latitudeSign ENUMERATED {north, south},
latitude INTEGER(0..8388607),
longitude INTEGER(-8388608..8388607),
uncertainty
SEQUENCE {uncertaintySemiMajor INTEGER(0..127),
uncertaintySemiMinor INTEGER(0..127),
orientationMajorAxis INTEGER(0..180)} OPTIONAL, -- angle in degree between major axis and North
confidence INTEGER(0..100) OPTIONAL,
altitudeInfo AltitudeInfo OPTIONAL,
...} -- Coding as in [3GPP GAD]
AltitudeInfo ::= SEQUENCE {
altitudeDirection ENUMERATED {height, depth},
altitude INTEGER(0..32767),
altUncertainty INTEGER(0..127),
...} -- based on 3GPP TS 23.032
CdmaCellInformation ::= SEQUENCE {
refNID INTEGER(0..65535), -- Network Id
refSID INTEGER(0..32767), -- System Id
refBASEID INTEGER(0..65535), -- Base Station Id
refBASELAT INTEGER(0..4194303), -- Base Station Latitude
reBASELONG INTEGER(0..8388607), -- Base Station Longitude
refREFPN INTEGER(0..511), -- Base Station PN Code
refWeekNumber INTEGER(0..65535), -- GPS Week Number
refSeconds INTEGER(0..4194303), -- GPS Seconds
...}
GsmCellInformation ::= SEQUENCE {
refMCC INTEGER(0..999), -- Mobile Country Code
refMNC INTEGER(0..999), -- Mobile Network Code
refLAC INTEGER(0..65535), -- Location area code
refCI INTEGER(0..65535), -- Cell identity
nmr NMR OPTIONAL,
ta INTEGER(0..255) OPTIONAL, --Timing Advance
...}
WcdmaCellInformation ::= SEQUENCE {
refMCC INTEGER(0..999), -- Mobile Country Code
refMNC INTEGER(0..999), -- Mobile Network Code
refUC INTEGER(0..268435455), -- Cell identity
frequencyInfo FrequencyInfo OPTIONAL,
primaryScramblingCode INTEGER(0..511) OPTIONAL, -- Not applicable for TDD
measuredResultsList MeasuredResultsList OPTIONAL,
cellParametersId INTEGER(0..127) OPTIONAL, -- Not applicable for FDD
timingAdvance TimingAdvance OPTIONAL, -- Not applicable for FDD
...}
TimingAdvance ::= SEQUENCE {
ta INTEGER (0..8191),
tAResolution TAResolution OPTIONAL, --If missing, resolution is 0.125 chips
chipRate ChipRate OPTIONAL, --If missing, chip rate is 1.28 Mchip/s
...}
TAResolution ::= ENUMERATED {res10chip(0),res05chip(1),res0125chip(2), ...} -- Corresponding to 1.0-chip, 0.5-chip and 0.125-chip resolutions, respectively
ChipRate ::= ENUMERATED {tdd128(0),tdd384(1), tdd768(2), ...} -- Corresponding to 1.28-Mchips/s, 3.84-Mchips/s and 7.68-Mchips/s chip rates, respectively
HrpdCellInformation ::= SEQUENCE {
refSECTORID BIT STRING(SIZE (128)) OPTIONAL, -- HRPD Sector Id
refBASELAT INTEGER(0..4194303), -- Base Station Latitude
reBASELONG INTEGER(0..8388607), -- Base Station Longitude
refWeekNumber INTEGER(0..65535), -- GPS Week Number
refSeconds INTEGER(0..4194303), -- GPS Seconds
...}
UmbCellInformation ::= SEQUENCE {
refSECTORID BIT STRING(SIZE (128)), -- UMB Sector Id
refMCC INTEGER(0..999), -- Mobile Country Code
refMNC INTEGER(0..999), -- Mobile Network Code
refBASELAT INTEGER(0..4194303), -- Base Station Latitude
reBASELONG INTEGER(0..8388607), -- Base Station Longitude
refWeekNumber INTEGER(0..65535), -- GPS Week Number
refSeconds INTEGER(0..4194303), -- GPS Seconds
...}
-- LTE Cell info per 3GPP TS 36.331.
-- If not otherwise stated info is related to serving cell
LteCellInformation ::= SEQUENCE {
cellGlobalIdEUTRA CellGlobalIdEUTRA,
physCellId PhysCellId,
trackingAreaCode TrackingAreaCode,
rsrpResult RSRP-Range OPTIONAL,
rsrqResult RSRQ-Range OPTIONAL,
ta INTEGER(0..1282) OPTIONAL, -- Currently used Timing Advance value (N_TA/16 as per [3GPP 36.213])
measResultListEUTRA MeasResultListEUTRA OPTIONAL, -- Neighbour measurements
...,
earfcn INTEGER(0..65535) OPTIONAL, -- see Table 24
earfcn-ext INTEGER (65536..262143) OPTIONAL, -- see Table 24
rsrpResult-ext RSRP-Range-Ext OPTIONAL,
rsrqResult-ext RSRQ-Range-Ext OPTIONAL,
rs-sinrResult RS-SINR-Range OPTIONAL,
servingInformation5G ServingInformation5G OPTIONAL
}
-- If rsrpResult-ext is included, rsrpResult shall be excluded or set to 0
-- If rsrqResult-ext is included and in the range 0 to 34, rsrqResult shall
-- be included and set equal to rsrqResult-ext
-- If rsrqResult-ext is included and outside the range 0 to 34, rsrqResult shall
-- be excluded or set to 0 when rsrqResult-ext is negative or to 34 when
-- rsrqResult-ext is positive
-- servingInformation5G shall be included for a serving cell connected to 5GCN
-- Measured results of neighbours cells per 3GPP TS 36.331
MeasResultListEUTRA ::= SEQUENCE (SIZE (1..maxCellReport)) OF MeasResultEUTRA
MeasResultEUTRA ::= SEQUENCE {
physCellId PhysCellId,
cgi-Info SEQUENCE {
cellGlobalId CellGlobalIdEUTRA,
trackingAreaCode TrackingAreaCode
} OPTIONAL,
measResult SEQUENCE {
rsrpResult RSRP-Range OPTIONAL, -- Mapping to measured values
rsrqResult RSRQ-Range OPTIONAL, -- in 3GPP TS 36.133
...,
earfcn INTEGER(0..65535) OPTIONAL, -- see Table 24
earfcn-ext INTEGER (65536..262143) OPTIONAL, -- see Table 24
rsrpResult-ext RSRP-Range-Ext OPTIONAL,
rsrqResult-ext RSRQ-Range-Ext OPTIONAL,
rs-sinrResult RS-SINR-Range OPTIONAL,
neighbourInformation5G NeighbourInformation5G OPTIONAL
}
}
-- If rsrpResult-ext is included, rsrpResult shall be excluded or set to 0
-- If rsrqResult-ext is included and in the range 0 to 34, rsrqResult shall
-- be included and set equal to rsrqResult-ext
-- If rsrqResult-ext is included and outside the range 0 to 34, rsrqResult shall
-- be excluded or set to 0 when rsrqResult-ext is negative or to 34 when
-- rsrqResult-ext is positive
-- neighbourInformation5G may only be included for a cell connected to 5GCN
PhysCellId ::= INTEGER (0..503)
TrackingAreaCode ::= BIT STRING (SIZE (16))
CellGlobalIdEUTRA ::= SEQUENCE {
plmn-Identity PLMN-Identity,
cellIdentity CellIdentity,
...
}
PLMN-Identity ::= SEQUENCE {
mcc MCC OPTIONAL,
mnc MNC
}
CellIdentity ::= BIT STRING (SIZE (28))
MCC ::= SEQUENCE (SIZE (3)) OF
MCC-MNC-Digit
MNC ::= SEQUENCE (SIZE (2..3)) OF
MCC-MNC-Digit
MCC-MNC-Digit ::= INTEGER (0..9)
RSRP-Range ::= INTEGER(0..97)
RSRQ-Range ::= INTEGER(0..34)
RSRP-Range-Ext ::= INTEGER(-17..-1)
RSRQ-Range-Ext ::= INTEGER(-30..46)
RS-SINR-Range ::= INTEGER(0..127)
ServingInformation5G ::= SEQUENCE {
trackingAreaCode TrackingAreaCodeNR,
...
}
NeighbourInformation5G ::= SEQUENCE {
trackingAreaCode TrackingAreaCodeNR OPTIONAL,
...
}
maxCellReport INTEGER ::= 8
WlanAPInformation ::= SEQUENCE { -- as per [IEEE 802.11]
apMACAddress BIT STRING(SIZE (48)), -- AP MAC Address
apTransmitPower INTEGER(-127..128) OPTIONAL, -- AP transmit power in dbm
apAntennaGain INTEGER(-127..128) OPTIONAL, -- AP antenna gain in dBi
apSignaltoNoise INTEGER(-127..128) OPTIONAL, -- AP S/N received at SET
apDeviceType ENUMERATED {wlan802-11a(0), wlan802-11b(1), wlan802-11g(2), ..., wlan802-11n(3), wlan802-11ac(4), wlan802-11ad(5)} OPTIONAL,
apSignalStrength INTEGER(-127..128) OPTIONAL, -- AP signal strength at SET
apChannelFrequency INTEGER(0..256) OPTIONAL, -- AP channel/frequency of Tx/Rx
apRoundTripDelay RTD OPTIONAL, -- Round Trip Delay between SET and AP
setTransmitPower INTEGER(-127..128) OPTIONAL, -- SET transmit power in dBm
setAntennaGain INTEGER (-127..128) OPTIONAL, -- SET antenna gain in dBi
setSignaltoNoise INTEGER (-127..128) OPTIONAL, -- SET S/N received at AP
setSignalStrength INTEGER(-127..128) OPTIONAL, -- SET signal strength at AP
apReportedLocation ReportedLocation OPTIONAL, -- AP Location reported by AP (legacy encoding)
...,
apRepLocation RepLocation OPTIONAL, -- AP Location reported by AP
apSignalStrengthDelta INTEGER (0..1) OPTIONAL, -- see Table 28
apSignaltoNoiseDelta INTEGER (0..1) OPTIONAL, -- see Table 28
setSignalStrengthDelta INTEGER (0..1) OPTIONAL, -- see Table 28
setSignaltoNoiseDelta INTEGER (0..1) OPTIONAL, -- see Table 28
operatingClass INTEGER (0..255) OPTIONAL,
apSSID OCTET STRING (SIZE (1..32)) OPTIONAL,
apPHYType ENUMERATED {unknown(0), any(1), fhss(2), dsss(3), irbaseband(4), ofdm(5), hrdsss(6), erp(7), ht(8), ihv(9), ...} OPTIONAL,
setMACAddress BIT STRING(SIZE (48)) OPTIONAL -- MAC Address used by SET to connect to AP
}
RTD ::= SEQUENCE { -- as per [IEEE 802.11]
rTDValue INTEGER(0..16777216), -- measured RTD value corresponding to about 500km in units of 1/10 of nanoseconds
rTDUnits RTDUnits, -- units of RTD
rTDAccuracy INTEGER(0..255) OPTIONAL, -- RTD accuracy
...}
RTDUnits ::= ENUMERATED {
microseconds(0), hundredsofnanoseconds(1), tensofnanoseconds(2), nanoseconds(3), tenthsofnanoseconds(4), ...}
ReportedLocation ::= SEQUENCE { -- as per 802.11v
locationEncodingDescriptor LocationEncodingDescriptor,
locationData LocationData, -- location data field
...}
LocationEncodingDescriptor ::= ENUMERATED {
lci(0),asn1(1), ...}
LocationData ::= SEQUENCE {
locationAccuracy INTEGER(0..4294967295) OPTIONAL,
locationValue OCTET STRING (SIZE(1..128)),
...}
RepLocation ::= CHOICE {
lciLocData LciLocData, -- location data field as per [IEEE 802.11] and [RFC 3825]
... -- future formats may be added here
}
LciLocData ::= SEQUENCE {
locationDataLCI LocationDataLCI OPTIONAL,
...}
LocationDataLCI ::= SEQUENCE {
latitudeResolution BIT STRING (SIZE (6)),
latitude BIT STRING (SIZE (34)),
longitudeResolution BIT STRING (SIZE (6)),
longitude BIT STRING (SIZE (34)),
altitudeType BIT STRING (SIZE (4)),
altitudeResolution BIT STRING (SIZE (6)),
altitude BIT STRING (SIZE (30)),
datum BIT STRING (SIZE (8)),
...}
WimaxBSInformation ::= SEQUENCE {
wimaxBsID WimaxBsID, -- WiMax serving base station ID
wimaxRTD WimaxRTD OPTIONAL, -- Round Trip Delay measurements
wimaxNMRList WimaxNMRList OPTIONAL, -- Network measurements
...}
WimaxBsID ::= SEQUENCE {
bsID-MSB BIT STRING (SIZE(24)) OPTIONAL,
bsID-LSB BIT STRING (SIZE(24)),
...}
-- if only LSB is present, MSB is assumed to be identical to the current serving BS or clamped on network value
WimaxRTD ::= SEQUENCE {
rtd INTEGER (0..65535), -- Round trip delay of serving BS in units of 10 ns
rTDstd INTEGER (0..1023) OPTIONAL, -- Standard deviation of round trip delay in units of 10 ns
...}
WimaxNMRList ::= SEQUENCE (SIZE (1..maxWimaxBSMeas)) OF WimaxNMR
WimaxNMR ::= SEQUENCE {
wimaxBsID WimaxBsID, -- WiMax BS ID for the measurement
relDelay INTEGER (-32768..32767) OPTIONAL, -- Relative delay for this neighbouring BSs to the serving cell in units of 10 ns
relDelaystd INTEGER (0..1023) OPTIONAL, -- Standard deviation of Relative delay in units of 10 ns
rssi INTEGER (0..255) OPTIONAL, -- RSSI in 0.25 dBm steps, starting from -103.75 dBm
rSSIstd INTEGER (0..63) OPTIONAL, -- Standard deviation of RSSI in dB
bSTxPower INTEGER (0..255) OPTIONAL, -- BS transmit power in 0.25 dBm steps, starting from -103.75 dBm
cinr INTEGER (0..255) OPTIONAL, -- in dB
cINRstd INTEGER (0..63) OPTIONAL, -- Standard deviation of CINR in dB
bSLocation ReportedLocation OPTIONAL, -- Reported location of the BS
...}
maxWimaxBSMeas INTEGER ::= 32
NRCellInformation ::= SEQUENCE {
servingCellInformation ServingCellInformationNR, --Serving cell information
measuredResultsListNR MeasResultListNR OPTIONAL, --Neighbour measurements
...
}
-- Information for serving cells per 3GPP TS 38.331
ServingCellInformationNR ::= SEQUENCE (SIZE (1..maxNRServingCell)) OF ServCellNR
-- The first listed serving cell shall be the primary cell
ServCellNR ::= SEQUENCE {
physCellId PhysCellIdNR,
arfcn-NR ARFCN-NR,
cellGlobalId CellGlobalIdNR,
trackingAreaCode TrackingAreaCodeNR,
ssb-Measurements NR-Measurements OPTIONAL,
csi-rs-Measurements NR-Measurements OPTIONAL,
ta INTEGER(0..3846) OPTIONAL, --Timing Advance value
...
}
-- Measured results of neighbours cells per 3GPP TS 38.331
MeasResultListNR ::= SEQUENCE (SIZE (1..maxCellReportNR)) OF MeasResultNR
MeasResultNR ::= SEQUENCE {
physCellId PhysCellIdNR,
arfcn-NR ARFCN-NR,
cellGlobalId CellGlobalIdNR OPTIONAL,
trackingAreaCode TrackingAreaCodeNR OPTIONAL,
ssb-Measurements NR-Measurements OPTIONAL,
csi-rs-Measurements NR-Measurements OPTIONAL,
...
}
PhysCellIdNR ::= INTEGER (0..1007)
ARFCN-NR ::= INTEGER (0.. 3279165)
TrackingAreaCodeNR ::= BIT STRING (SIZE (24))
CellGlobalIdNR ::= SEQUENCE {
plmn-Identity PLMN-Identity,
cellIdentityNR CellIdentityNR,
...
}
CellIdentityNR ::= BIT STRING (SIZE (36))
NR-Measurements ::= SEQUENCE {
rsrp-Range INTEGER (0..127) OPTIONAL,
rsrq-Range INTEGER (0..127) OPTIONAL,
sinr-Range INTEGER (0..127) OPTIONAL,
...
}
maxNRServingCell INTEGER ::= 32
maxCellReportNR INTEGER ::= 32
FrequencyInfo ::= SEQUENCE {
modeSpecificInfo CHOICE {fdd FrequencyInfoFDD,
tdd FrequencyInfoTDD,
...},
...}
FrequencyInfoFDD ::= SEQUENCE {
uarfcn-UL UARFCN OPTIONAL,
uarfcn-DL UARFCN,
...}
FrequencyInfoTDD ::= SEQUENCE {uarfcn-Nt UARFCN,
...}
UARFCN ::= INTEGER(0..16383)
NMR ::= SEQUENCE (SIZE (1..15)) OF NMRelement
NMRelement ::= SEQUENCE {
arfcn INTEGER(0..1023),
bsic INTEGER(0..63),
rxLev INTEGER(0..63),
...}
MeasuredResultsList ::= SEQUENCE (SIZE (1..maxFreq)) OF MeasuredResults
MeasuredResults ::= SEQUENCE {
frequencyInfo FrequencyInfo OPTIONAL,
utra-CarrierRSSI UTRA-CarrierRSSI OPTIONAL,
cellMeasuredResultsList CellMeasuredResultsList OPTIONAL}
CellMeasuredResultsList ::=
SEQUENCE (SIZE (1..maxCellMeas)) OF CellMeasuredResults
-- SPARE: UTRA-CarrierRSSI, Max = 76
-- Values above Max are spare
UTRA-CarrierRSSI ::= INTEGER(0..127)
CellMeasuredResults ::= SEQUENCE {
cellIdentity INTEGER(0..268435455) OPTIONAL,
modeSpecificInfo
CHOICE {fdd
SEQUENCE {primaryCPICH-Info PrimaryCPICH-Info,
cpich-Ec-N0 CPICH-Ec-N0 OPTIONAL,
cpich-RSCP CPICH-RSCP OPTIONAL,
pathloss Pathloss OPTIONAL},
tdd
SEQUENCE {cellParametersID CellParametersID,
proposedTGSN TGSN OPTIONAL,
primaryCCPCH-RSCP PrimaryCCPCH-RSCP OPTIONAL,
pathloss Pathloss OPTIONAL,
timeslotISCP-List TimeslotISCP-List OPTIONAL
-- NOTE: TimeSlotISCP measurement list cannot be interpreted without the knowledge of Cell Info as defined in [3GPP RRC].
}}}
CellParametersID ::= INTEGER(0..127)
TGSN ::= INTEGER(0..14)
PrimaryCCPCH-RSCP ::= INTEGER(0..127)
-- SPARE: TimeslotISCP, Max = 91
-- Values above Max are spare
TimeslotISCP ::= INTEGER(0..127)
TimeslotISCP-List ::= SEQUENCE (SIZE (1..maxTS)) OF TimeslotISCP
PrimaryCPICH-Info ::= SEQUENCE {primaryScramblingCode INTEGER(0..511)}
-- SPARE: CPICH-Ec-No, Max = 49
-- Values above Max are spare
CPICH-Ec-N0 ::= INTEGER(0..63)
-- SPARE: CPICH- RSCP, data range from 0 to 91 and from 123 to 127.
-- Values from 92 to 122 are spare
-- the encoding of cpich-RSCP is (as per 25.331 V5.11.0)
-- cpich-RSCP = 123 CPICH RSCP <-120 dBm
-- cpich-RSCP = 124 -120 ? CPICH RSCP < -119 dBm
-- cpich-RSCP = 125 -119 ? CPICH RSCP < -118 dBm
-- cpich-RSCP = 126 -118 ? CPICH RSCP < -117 dBm
-- cpich-RSCP = 127 -117 ? CPICH RSCP < -116 dBm
-- cpich-RSCP = 0 -116 ? CPICH RSCP < -115 dBm
-- cpich-RSCP = 1 -115 ? CPICH RSCP < -114 dBm
-- ... ... ...
-- cpich-RSCP = 89 -27 ? CPICH RSCP < -26 dBm
-- cpich-RSCP = 90 -26 ? CPICH RSCP < -25 dBm
-- cpich-RSCP = 91 -25 ? CPICH RSCP dBm
CPICH-RSCP ::= INTEGER(0..127)
-- SPARE: Pathloss, Max = 158
-- Values above Max are spare
Pathloss ::= INTEGER(46..173)
maxCellMeas INTEGER ::= 32
maxFreq INTEGER ::= 8
maxTS INTEGER ::= 14
UTRAN-GPSReferenceTimeAssistance ::= SEQUENCE {
utran-GPSReferenceTime UTRAN-GPSReferenceTime,
gpsReferenceTimeUncertainty INTEGER (0..127) OPTIONAL,
utranGPSDriftRate UTRANGPSDriftRate OPTIONAL}
UTRAN-GPSReferenceTime ::= SEQUENCE {
-- For utran-GPSTimingOfCell values above 2322431999999 are not
-- used in this version of the specification
-- Actual value utran-GPSTimingOfCell = (ms-part * 4294967296) + ls-part
-- used on the downlink i.e. sent from the SLP to the SET
utran-GPSTimingOfCell SEQUENCE {
ms-part INTEGER (0..1023),
ls-part INTEGER (0..4294967295)
},
modeSpecificInfo CHOICE {
fdd SEQUENCE {
referenceIdentity PrimaryCPICH-Info},
tdd SEQUENCE {
referenceIdentity CellParametersID}} OPTIONAL,
sfn INTEGER (0..4095)
}
UTRANGPSDriftRate ::= ENUMERATED {
utran-GPSDrift0, utran-GPSDrift1, utran-GPSDrift2,
utran-GPSDrift5, utran-GPSDrift10, utran-GPSDrift15,
utran-GPSDrift25, utran-GPSDrift50, utran-GPSDrift-1,
utran-GPSDrift-2, utran-GPSDrift-5, utran-GPSDrift-10,
utran-GPSDrift-15, utran-GPSDrift-25, utran-GPSDrift-50
}
UTRAN-GANSSReferenceTimeAssistance ::= SEQUENCE {
ganssTimeID INTEGER (0..15),
utran-GANSSReferenceTime UTRAN-GANSSReferenceTime,
ganssDay INTEGER (0..8191) OPTIONAL,
utranGANSSDriftRate UTRANGANSSDriftRate OPTIONAL
}
UTRAN-GANSSReferenceTime ::= SEQUENCE {
ganssTOD INTEGER (0..86399),
utran-GANSSTimingOfCell INTEGER (0..3999999) OPTIONAL,
modeSpecificInfo CHOICE {
fdd SEQUENCE {
referenceIdentity PrimaryCPICH-Info},
tdd SEQUENCE {
referenceIdentity CellParametersID}} OPTIONAL,
sfn INTEGER (0..4095),
ganss-TODUncertainty INTEGER (0..127) OPTIONAL,
...}
UTRANGANSSDriftRate ::= ENUMERATED {
utran-GANSSDrift0, utran-GANSSDrift1, utran-GANSSDrift2,
utran-GANSSDrift5, utran-GANSSDrift10, utran-GANSSDrift15,
utran-GANSSDrift25, utran-GANSSDrift50, utran-GANSSDrift-1,
utran-GANSSDrift-2, utran-GANSSDrift-5, utran-GANSSDrift-10,
utran-GANSSDrift-15, utran-GANSSDrift-25, utran-GANSSDrift-50}
StatusCode ::= ENUMERATED {
unspecified(0), systemFailure(1), unexpectedMessage(2), protocolError(3),
dataMissing(4), unexpectedDataValue(5), posMethodFailure(6),
posMethodMismatch(7), posProtocolMismatch(8), targetSETnotReachable(9),
versionNotSupported(10), resourceShortage(11), invalidSessionId(12),
nonProxyModeNotSupported(13), proxyModeNotSupported(14),
positioningNotPermitted(15), iLPTimeout(16),
...}
QoP ::= SEQUENCE {
horacc INTEGER(0..127),
veracc INTEGER(0..127) OPTIONAL, -- as defined in 3GPP TS 23.032 "uncertainty altitude"
maxLocAge INTEGER(0..65535) OPTIONAL,
delay INTEGER(0..7) OPTIONAL, -- as defined in 3GPP TS 44.031
...,
ver2-responseTime INTEGER (1..128) OPTIONAL}
Velocity ::= CHOICE { -- velocity definition as per 23.032
horvel Horvel,
horandvervel Horandvervel,
horveluncert Horveluncert,
horandveruncert Horandveruncert,
...}
Horvel ::= SEQUENCE {
bearing BIT STRING(SIZE (9)),
horspeed BIT STRING(SIZE (16)),
...}
Horandvervel ::= SEQUENCE {
verdirect BIT STRING(SIZE (1)),
bearing BIT STRING(SIZE (9)),
horspeed BIT STRING(SIZE (16)),
verspeed BIT STRING(SIZE (8)),
...}
Horveluncert ::= SEQUENCE {
bearing BIT STRING(SIZE (9)),
horspeed BIT STRING(SIZE (16)),
uncertspeed BIT STRING(SIZE (8)),
...}
Horandveruncert ::= SEQUENCE {
verdirect BIT STRING(SIZE (1)),
bearing BIT STRING(SIZE (9)),
horspeed BIT STRING(SIZE (16)),
verspeed BIT STRING(SIZE (8)),
horuncertspeed BIT STRING(SIZE (8)),
veruncertspeed BIT STRING(SIZE (8)),
...}
PosMethod ::= ENUMERATED {
agpsSETassisted(0), agpsSETbased(1), agpsSETassistedpref(2),
agpsSETbasedpref(3), autonomousGPS(4), aflt(5), ecid(6), eotd(7), otdoa(8), agnssSETassisted(9), agnssSETbased(10), agnssSETassistedpref(11), agnssSETbasedpref(12), autonomousGNSS(13),
..., ver2-mbs(14)}
SPCSETKey ::= BIT STRING(SIZE (128))
SPCTID ::= SEQUENCE {
rand BIT STRING(SIZE (128)),
slpFQDN FQDN,
...}
SPCSETKeylifetime ::= INTEGER (1..24) -- units in hours
PosPayLoad ::= CHOICE {
rrcPayload OCTET STRING(SIZE (1..8192)),
rrlpPayload OCTET STRING(SIZE (1..8192)),
multiPosPayload MultiPosPayLoad,
...}
MultiPosPayLoad ::= SEQUENCE {
lPPPayload SEQUENCE (SIZE (1..3)) OF OCTET STRING(SIZE (1..60000)) OPTIONAL,
tia801Payload SEQUENCE (SIZE (1..3)) OF OCTET STRING(SIZE (1..60000)) OPTIONAL,
...}
SPCStatusCode ::= ENUMERATED {operational(0), notOperational(1), reducedAvailability(2),
...}
maxPosSize INTEGER ::= 1024
END |
ASN.1 | wireshark/epan/dissectors/asn1/ilp/ILP.asn | -- ILP.asn
--
-- Taken from OMA Internal Location Protocol
-- http://member.openmobilealliance.org/ftp/Public_documents/LOC/Permanent_documents/OMA-TS-ILP-V2_0_4-20181213-A.zip
--
-- 13.1 Common Part
--
ILP DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
Version, SessionID2
FROM ILP-Components
PREQ
FROM ILP-PREQ
PRES
FROM ILP-PRES
PRPT
FROM ILP-PRPT
PLREQ
FROM ILP-PLREQ
PLRES
FROM ILP-PLRES
PINIT
FROM ILP-PINIT
PAUTH
FROM ILP-PAUTH
PALIVE
FROM ILP-PALIVE
PEND
FROM ILP-PEND
PMESS
FROM ILP-PMESS;
-- general ILP PDU layout;
ILP-PDU ::= SEQUENCE {
length INTEGER(0..65535),
version Version,
sessionID2 SessionID2,
message IlpMessage
}
IlpMessage ::= CHOICE {
msPREQ PREQ,
msPRES PRES,
msPRPT PRPT,
msPLREQ PLREQ,
msPLRES PLRES,
msPINIT PINIT,
msPAUTH PAUTH,
msPALIVE PALIVE,
msPEND PEND,
msPMESS PMESS,
...}
END
--
-- 13.2.1 PREQ
--
ILP-PREQ DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
EXPORTS PREQ;
IMPORTS LocationId, Position, QoP, SPCSETKey, SPCTID, SPCSETKeylifetime, MultipleLocationIds, PosTechnology, SETCapabilities
FROM ILP-Components;
PREQ ::= SEQUENCE {
sLPMode SLPMode,
approvedPosMethods PosTechnology OPTIONAL,
locationId LocationId OPTIONAL,
multipleLocationIds MultipleLocationIds OPTIONAL,
position Position OPTIONAL,
triggerParams TriggerParams OPTIONAL,
sPCSETKey SPCSETKey OPTIONAL,
spctid SPCTID OPTIONAL,
sPCSETKeylifetime SPCSETKeylifetime OPTIONAL,
qoP QoP OPTIONAL,
sETCapabilities SETCapabilities OPTIONAL,
notificationMode NotificationMode OPTIONAL,
...}
SLPMode ::= ENUMERATED {proxy(0), nonProxy(1)}
TriggerParams ::= SEQUENCE {
triggerType TriggerType,
periodicTriggerParams PeriodicTriggerParams OPTIONAL,
...}
TriggerType ::= ENUMERATED {
periodic(0), areaEvent(1),
...}
PeriodicTriggerParams ::= SEQUENCE{
numberOfFixes INTEGER(1..8639999),
intervalBetweenFixes INTEGER(1..8639999),
startTime INTEGER(0..2678400) OPTIONAL,
...}
-- intervalBetweenFixes and startTime are in seconds.
-- numberOfFixes * intervalBetweenFixes shall not exceed 8639999
-- (100 days in seconds) for compatibility with OMA MLP and RLP
-- startTime is in relative time in units of seconds measured from "now"
-- a value of 0 signifies "now", a value of "startTime" signifies startTime
-- seconds from "now"
NotificationMode ::= ENUMERATED {normal(0), basedOnLocation(1), ...}
END
--
-- 13.2.2 PRES
--
ILP-PRES DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
EXPORTS PRES;
IMPORTS Position, SPCStatusCode, PosTechnology, PosMethod, GNSSPosTechnology
FROM ILP-Components;
PRES ::= SEQUENCE {
preferredPosMethod PosMethod OPTIONAL,
gnssPosTechnology GNSSPosTechnology OPTIONAL,
supportedPosMethods PosTechnology OPTIONAL,
position Position OPTIONAL,
sPCstatusCode SPCStatusCode OPTIONAL,
...}
END
--
-- 13.2.3 PRPT
--
ILP-PRPT DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
EXPORTS PRPT;
IMPORTS Position, StatusCode
FROM ILP-Components;
PRPT ::= SEQUENCE {
position Position,
fixNumber INTEGER(1.. 8639999) OPTIONAL,
statusCode StatusCode OPTIONAL,
...}
END
--
-- 13.2.4 PLREQ
--
ILP-PLREQ DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
EXPORTS PLREQ;
IMPORTS LocationId, MultipleLocationIds
FROM ILP-Components;
PLREQ ::= SEQUENCE {
locationId LocationId,
multipleLocationIds MultipleLocationIds OPTIONAL,
...}
END
--
-- 13.2.5 PLRES
--
ILP-PLRES DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
EXPORTS PLRES;
IMPORTS Position, StatusCode, maxPosSize
FROM ILP-Components;
PLRES ::= SEQUENCE {
positionResults PositionResults,
...}
PositionResults ::= SEQUENCE SIZE (1..maxPosSize) OF PositionResult
PositionResult ::= CHOICE {
position Position,
statusCode StatusCode,
...}
END
--
-- 13.2.6 PINIT
--
ILP-PINIT DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
EXPORTS PINIT;
IMPORTS
LocationId, Position, PosMethod, MultipleLocationIds, PosPayLoad, SETCapabilities, UTRAN-GPSReferenceTimeResult, UTRAN-GANSSReferenceTimeResult, GNSSPosTechnology, GANSSSignals
FROM ILP-Components;
PINIT ::= SEQUENCE {
sETCapabilities SETCapabilities,
locationId LocationId,
posMethod PosMethod OPTIONAL,
requestedAssistData RequestedAssistData OPTIONAL,
position Position OPTIONAL,
posPayLoad PosPayLoad OPTIONAL,
multipleLocationIds MultipleLocationIds OPTIONAL,
utran-GPSReferenceTimeResult UTRAN-GPSReferenceTimeResult OPTIONAL,
utran-GANSSReferenceTimeResult UTRAN-GANSSReferenceTimeResult OPTIONAL,
gnssPosTechnology GNSSPosTechnology OPTIONAL,
...}
RequestedAssistData ::= SEQUENCE {
almanacRequested BOOLEAN,
utcModelRequested BOOLEAN,
ionosphericModelRequested BOOLEAN,
dgpsCorrectionsRequested BOOLEAN,
referenceLocationRequested BOOLEAN, -- Note: Used also for GANSS
referenceTimeRequested BOOLEAN,
acquisitionAssistanceRequested BOOLEAN,
realTimeIntegrityRequested BOOLEAN,
navigationModelRequested BOOLEAN,
navigationModelData NavigationModel OPTIONAL,
ganssRequestedCommonAssistanceDataList GanssRequestedCommonAssistanceDataList OPTIONAL,
ganssRequestedGenericAssistanceDataList GanssRequestedGenericAssistanceDataList OPTIONAL,
extendedEphemeris ExtendedEphemeris OPTIONAL,
extendedEphemerisCheck ExtendedEphCheck OPTIONAL,
...}
ExtendedEphemeris ::= SEQUENCE {
validity INTEGER (1..256), -- Requested validity in 4 hour steps
...}
ExtendedEphCheck ::= SEQUENCE {
beginTime GPSTime, -- Begin time of ephemeris extension held by SET
endTime GPSTime, -- End time of ephemeris extension held by SET
...}
GPSTime ::= SEQUENCE {
gPSWeek INTEGER (0..1023),
gPSTOWhour INTEGER (0..167),
...}
GanssRequestedCommonAssistanceDataList ::= SEQUENCE {
ganssReferenceTime BOOLEAN,
ganssIonosphericModel BOOLEAN,
ganssAdditionalIonosphericModelForDataID00 BOOLEAN,
ganssAdditionalIonosphericModelForDataID11 BOOLEAN,
ganssEarthOrientationParameters BOOLEAN,
...,
ganssAdditionalIonosphericModelForDataID01 BOOLEAN OPTIONAL}
GanssRequestedGenericAssistanceDataList ::= SEQUENCE(SIZE(1..maxGANSS)) OF GanssReqGenericData
GanssReqGenericData ::= SEQUENCE {
ganssId INTEGER(0..15), -- coding according to parameter definition in Section 12.14
ganssSBASid BIT STRING(SIZE(3)) OPTIONAL, --coding according to parameter definition in section 12.14
ganssRealTimeIntegrity BOOLEAN OPTIONAL,
ganssDifferentialCorrection DGANSS-Sig-Id-Req OPTIONAL,
ganssAlmanac BOOLEAN,
ganssNavigationModelData GanssNavigationModelData OPTIONAL,
ganssTimeModels BIT STRING(SIZE(16)) OPTIONAL,
ganssReferenceMeasurementInfo BOOLEAN,
ganssDataBits GanssDataBits OPTIONAL,
ganssUTCModel BOOLEAN,
ganssAdditionalDataChoices GanssAdditionalDataChoices OPTIONAL,
ganssAuxiliaryInformation BOOLEAN,
ganssExtendedEphemeris ExtendedEphemeris OPTIONAL,
ganssExtendedEphemerisCheck GanssExtendedEphCheck OPTIONAL,
...,
bds-DifferentialCorrection BDS-Sig-Id-Req OPTIONAL,
bds-GridModelReq BOOLEAN OPTIONAL}
DGANSS-Sig-Id-Req ::= BIT STRING (SIZE(8)) -- coding according to parameter definition in Section 12.15
BDS-Sig-Id-Req ::= BIT STRING (SIZE(8)) -- coding according to parameter definition in section 12.15
GanssNavigationModelData ::= SEQUENCE {
ganssWeek INTEGER(0..4095),
ganssToe INTEGER(0..167),
t-toeLimit INTEGER(0..10),
satellitesListRelatedDataList SatellitesListRelatedDataList OPTIONAL,
...}
SatellitesListRelatedDataList ::= SEQUENCE(SIZE(0..maxGANSSSat)) OF SatellitesListRelatedData
SatellitesListRelatedData ::= SEQUENCE {
satId INTEGER(0..63),
iod INTEGER(0..1023),
...}
maxGANSS INTEGER ::= 16
maxGANSSSat INTEGER ::= 32
GanssDataBits ::= SEQUENCE {
ganssTODmin INTEGER (0..59),
reqDataBitAssistanceList ReqDataBitAssistanceList,
...}
ReqDataBitAssistanceList ::= SEQUENCE {
gnssSignals GANSSSignals,
ganssDataBitInterval INTEGER (0..15),
ganssDataBitSatList SEQUENCE (SIZE(1..maxGANSSSat)) OF INTEGER (0..63) OPTIONAL,
...}
GanssAdditionalDataChoices ::= SEQUENCE {
orbitModelID INTEGER(0..7) OPTIONAL,
clockModelID INTEGER(0..7) OPTIONAL,
utcModelID INTEGER(0..7) OPTIONAL,
almanacModelID INTEGER(0..7) OPTIONAL,
...}
GanssExtendedEphCheck ::= SEQUENCE {
beginTime GANSSextEphTime, -- Begin time of ephemeris extension held by SET
endTime GANSSextEphTime, -- End time of ephemeris extension held by SET
...}
GANSSextEphTime ::= SEQUENCE {
gANSSday INTEGER (0..8191),
gANSSTODhour INTEGER (0..23),
...}
NavigationModel ::= SEQUENCE {
gpsWeek INTEGER(0..1023),
gpsToe INTEGER(0..167),
nsat INTEGER(0..31),
toeLimit INTEGER(0..10),
satInfo SatelliteInfo OPTIONAL,
...}
SatelliteInfo ::= SEQUENCE (SIZE (1..31)) OF SatelliteInfoElement
SatelliteInfoElement ::= SEQUENCE {
satId INTEGER(0..63),
iode INTEGER(0..255),
...}
END
--
-- 13.2.7 PAUTH
--
ILP-PAUTH DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
EXPORTS PAUTH;
IMPORTS SPCSETKey, SPCTID, SPCSETKeylifetime
FROM ILP-Components;
PAUTH ::= SEQUENCE {
sPCSETKey SPCSETKey,
spctid SPCTID,
sPCSETKeylifetime SPCSETKeylifetime OPTIONAL,
...}
END
--
-- 13.2.8 PALIVE
--
ILP-PALIVE DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
EXPORTS PALIVE;
IMPORTS SPCStatusCode
FROM ILP-Components;
PALIVE ::= SEQUENCE {
sPCStatusCode SPCStatusCode OPTIONAL,
...}
END
--
-- 13.2.9 PEND
--
ILP-PEND DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
EXPORTS PEND;
IMPORTS Position, StatusCode
FROM ILP-Components;
PEND ::= SEQUENCE {
position Position OPTIONAL,
statusCode StatusCode OPTIONAL,
...}
END
--
-- 13.2.10 PMESS
--
ILP-PMESS DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
EXPORTS PMESS;
IMPORTS Velocity, PosPayLoad, UTRAN-GPSReferenceTimeResult, UTRAN-GANSSReferenceTimeResult, UTRAN-GPSReferenceTimeAssistance, UTRAN-GANSSReferenceTimeAssistance
FROM ILP-Components;
PMESS ::= SEQUENCE {
posPayLoad PosPayLoad,
velocity Velocity OPTIONAL,
utran-GPSReferenceTimeAssistance UTRAN-GPSReferenceTimeAssistance OPTIONAL,
utran-GPSReferenceTimeResult UTRAN-GPSReferenceTimeResult OPTIONAL,
utran-GANSSReferenceTimeAssistance UTRAN-GANSSReferenceTimeAssistance OPTIONAL,
utran-GANSSReferenceTimeResult UTRAN-GANSSReferenceTimeResult OPTIONAL,
...}
END |
Configuration | wireshark/epan/dissectors/asn1/ilp/ilp.cnf | # ilp.cnf
# ilp conformation file
# Copyright 2013 e.yimjia
#.OPT
PER
UNALIGNED
#.END
#.PDU
ILP-PDU
#.END
#.TYPE_RENAME
FrequencyInfo/modeSpecificInfo FrequencySpecificInfo
#.END
#.FIELD_RENAME
FrequencyInfo/modeSpecificInfo modeSpecificFrequencyInfo
FrequencyInfo/modeSpecificInfo/fdd fdd_fr
FrequencyInfo/modeSpecificInfo/tdd tdd_fr
SETId/min minsi
LocationDataLCI/latitude LocationDataLCI_latitude
LocationDataLCI/longitude LocationDataLCI_longitude
LocationDataLCI/altitude LocationDataLCI_altitude
CellGlobalIdEUTRA/cellIdentity eutra_cellIdentity
#.FIELD_ATTR
SETId/min ABBREV=minsi
LocationDataLCI/latitude ABBREV=locationdatalci.latitude
LocationDataLCI/latitude ABBREV=locationdatalci.longitude
LocationDataLCI/altitude ABBREV=locationdatalci.altitude
CellGlobalIdEUTRA/cellIdentity ABBREV=cellglobalideutra.cellIdentity
#.END
#.FN_HDR ILP-PDU
proto_item *it;
proto_tree *ilp_tree;
it = proto_tree_add_item(tree, proto_ilp, tvb, 0, -1, ENC_NA);
ilp_tree = proto_item_add_subtree(it, ett_ilp);
col_set_str(actx->pinfo->cinfo, COL_PROTOCOL, PSNAME);
col_clear(actx->pinfo->cinfo, COL_INFO);
#.END
#.FN_BODY ILP-PDU TREE=ilp_tree
%(DEFAULT_BODY)s
#.END
#.FN_BODY IlpMessage VAL_PTR = &IlpMessage
guint32 IlpMessage;
%(DEFAULT_BODY)s
col_append_fstr(%(ACTX)s->pinfo->cinfo, COL_INFO, "%%s ", val_to_str_const(IlpMessage,ilp_IlpMessage_vals,"Unknown"));
#.END
#.FN_BODY PosPayLoad/rrlpPayload VAL_PTR = &rrlp_tvb
tvbuff_t *rrlp_tvb;
%(DEFAULT_BODY)s
if (rrlp_tvb && rrlp_handle) {
call_dissector(rrlp_handle, rrlp_tvb, %(ACTX)s->pinfo, tree);
}
#.FN_BODY MultiPosPayLoad/lPPPayload/_item VAL_PTR = &lpp_tvb
tvbuff_t *lpp_tvb;
%(DEFAULT_BODY)s
if (lpp_tvb && lpp_handle) {
call_dissector(lpp_handle, lpp_tvb, %(ACTX)s->pinfo, tree);
}
#.FN_BODY SETId/msisdn VAL_PTR=&msisdn_tvb
tvbuff_t *msisdn_tvb;
%(DEFAULT_BODY)s
if (msisdn_tvb) {
proto_tree *subtree;
subtree = proto_item_add_subtree(actx->created_item, ett_ilp_setid);
dissect_e164_msisdn(msisdn_tvb, subtree, 0, 8, E164_ENC_BCD);
}
#.FN_BODY SETId/mdn VAL_PTR=&mdn_tvb
tvbuff_t *mdn_tvb;
%(DEFAULT_BODY)s
if (mdn_tvb) {
proto_tree *subtree;
subtree = proto_item_add_subtree(actx->created_item, ett_ilp_setid);
proto_tree_add_item(subtree, hf_ilp_mobile_directory_number, mdn_tvb, 0, 8, ENC_BCD_DIGITS_0_9);
}
#.FN_BODY SETId/imsi VAL_PTR=&imsi_tvb
tvbuff_t *imsi_tvb;
%(DEFAULT_BODY)s
if (imsi_tvb) {
proto_tree *subtree;
subtree = proto_item_add_subtree(actx->created_item, ett_ilp_setid);
dissect_e212_imsi(imsi_tvb, actx->pinfo, subtree, 0, 8, FALSE);
}
#.TYPE_ATTR
IPAddress/ipv4Address TYPE = FT_IPv4 DISPLAY = BASE_NONE STRINGS = NULL
IPAddress/ipv6Address TYPE = FT_IPv6 DISPLAY = BASE_NONE STRINGS = NULL
#.END |
C | wireshark/epan/dissectors/asn1/ilp/packet-ilp-template.c | /* packet-ilp.c
* Routines for OMA Internal Location Protocol packet dissection
* Copyright 2006, e.yimjia <[email protected]>
* Copyright 2019, Pascal Quantin <[email protected]>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*
* ref OMA-TS-ILP-V2_0_4-20181213-A
* http://www.openmobilealliance.org
*/
#include "config.h"
#include <epan/packet.h>
#include <epan/prefs.h>
#include <epan/asn1.h>
#include "packet-per.h"
#include "packet-tcp.h"
#include "packet-gsm_map.h"
#include "packet-e164.h"
#include "packet-e212.h"
#define PNAME "OMA Internal Location Protocol"
#define PSNAME "ILP"
#define PFNAME "ilp"
void proto_register_ilp(void);
static dissector_handle_t rrlp_handle;
static dissector_handle_t lpp_handle;
static dissector_handle_t ilp_tcp_handle;
/* IANA Registered Ports
* oma-ilp 7276/tcp OMA Internal Location
*/
#define ILP_TCP_PORT 7276
/* Initialize the protocol and registered fields */
static int proto_ilp = -1;
#define ILP_HEADER_SIZE 2
static gboolean ilp_desegment = TRUE;
#include "packet-ilp-hf.c"
static int hf_ilp_mobile_directory_number = -1;
/* Initialize the subtree pointers */
static gint ett_ilp = -1;
static gint ett_ilp_setid = -1;
#include "packet-ilp-ett.c"
/* Include constants */
#include "packet-ilp-val.h"
#include "packet-ilp-fn.c"
static guint
get_ilp_pdu_len(packet_info *pinfo _U_, tvbuff_t *tvb, int offset, void *data _U_)
{
/* PDU length = Message length */
return tvb_get_ntohs(tvb,offset);
}
static int
dissect_ilp_tcp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* data)
{
tcp_dissect_pdus(tvb, pinfo, tree, ilp_desegment, ILP_HEADER_SIZE,
get_ilp_pdu_len, dissect_ILP_PDU_PDU, data);
return tvb_captured_length(tvb);
}
void proto_reg_handoff_ilp(void);
/*--- proto_register_ilp -------------------------------------------*/
void proto_register_ilp(void) {
/* List of fields */
static hf_register_info hf[] = {
#include "packet-ilp-hfarr.c"
{ &hf_ilp_mobile_directory_number,
{ "Mobile Directory Number", "ilp.mobile_directory_number",
FT_STRING, BASE_NONE, NULL, 0,
NULL, HFILL }},
};
/* List of subtrees */
static gint *ett[] = {
&ett_ilp,
&ett_ilp_setid,
#include "packet-ilp-ettarr.c"
};
module_t *ilp_module;
/* Register protocol */
proto_ilp = proto_register_protocol(PNAME, PSNAME, PFNAME);
ilp_tcp_handle = register_dissector("ilp", dissect_ilp_tcp, proto_ilp);
/* Register fields and subtrees */
proto_register_field_array(proto_ilp, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
ilp_module = prefs_register_protocol(proto_ilp, NULL);
prefs_register_bool_preference(ilp_module, "desegment_ilp_messages",
"Reassemble ILP messages spanning multiple TCP segments",
"Whether the ILP dissector should reassemble messages spanning multiple TCP segments."
" To use this option, you must also enable \"Allow subdissectors to reassemble TCP streams\" in the TCP protocol settings.",
&ilp_desegment);
}
/*--- proto_reg_handoff_ilp ---------------------------------------*/
void
proto_reg_handoff_ilp(void)
{
dissector_handle_t ilp_pdu_handle;
ilp_pdu_handle = create_dissector_handle(dissect_ILP_PDU_PDU, proto_ilp);
rrlp_handle = find_dissector_add_dependency("rrlp", proto_ilp);
lpp_handle = find_dissector_add_dependency("lpp", proto_ilp);
dissector_add_string("media_type","application/oma-supl-ilp", ilp_pdu_handle);
dissector_add_uint_with_preference("tcp.port", ILP_TCP_PORT, ilp_tcp_handle);
} |
Text | wireshark/epan/dissectors/asn1/inap/CMakeLists.txt | # CMakeLists.txt
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <[email protected]>
# Copyright 1998 Gerald Combs
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
set( PROTOCOL_NAME inap )
set( PROTO_OPT )
set( EXPORT_FILES
${PROTOCOL_NAME}-exp.cnf
)
set( EXT_ASN_FILE_LIST_LATE
../ros/Remote-Operations-Information-Objects.asn
../ros/Remote-Operations-Generic-ROS-PDUs.asn
)
set( 1248_1_ASN_FILES
IN-operationcodes.asn
IN-object-identifiers.asn
IN-common-datatypes.asn
)
set( 1248_2_ASN_FILES
IN-SSF-SCF-datatypes.asn
IN-SSF-SCF-ops-args.asn
)
set( 1248_3_ASN_FILES
IN-SCF-SRF-datatypes.asn
IN-SCF-SRF-ops-args.asn
)
set( 1248_CLASSES_ASN
IN-common-classes.asn
IN-SSF-SCF-Classes.asn
IN-SCF-SRF-Classes.asn
)
set( ASN_FILE_LIST
${1248_CLASSES_ASN}
${1248_1_ASN_FILES}
${1248_2_ASN_FILES}
${1248_3_ASN_FILES}
IN-errorcodes.asn
IN-errortypes.asn
)
set( EXTRA_DIST
${ASN_FILE_LIST}
packet-${PROTOCOL_NAME}-template.c
packet-${PROTOCOL_NAME}-template.h
${PROTOCOL_NAME}.cnf
)
set( SRC_FILES
${EXTRA_DIST}
${EXT_ASN_FILE_LIST}
)
set( A2W_FLAGS -b )
set( EXTRA_CNF
"${CMAKE_CURRENT_BINARY_DIR}/../dap/dap-exp.cnf"
"${CMAKE_CURRENT_BINARY_DIR}/../dsp/dsp-exp.cnf"
)
ASN2WRS() |
ASN.1 | wireshark/epan/dissectors/asn1/inap/IN-common-classes.asn | -- Module IN-common-classes (Q.1248.1:07/2001)
IN-common-classes {itu-t recommendation q 1248 modules(1) in-common-classes(5)
version1(0)} DEFINITIONS ::=
BEGIN
IMPORTS
id-package-emptyConnection, id-rosObject-scf, id-rosObject-cusf,
id-rosObject-sdf, id-rosObject-srf, id-rosObject-ssf,
ros-InformationObjects, ros-UsefulDefinitions, ssf-scf-Protocol,
scf-cusf-Protocol, scf-scf-Protocol, scf-srf-Protocol, scf-sdf-Protocol,
sdf-sdf-Protocol, common-datatypes
FROM IN-object-identifiers {itu-t recommendation q 1248 modules(1)
in-object-identifiers(0) version1(0)}
ROS-OBJECT-CLASS, CONTRACT, OPERATION-PACKAGE, Code, OPERATION,
CONNECTION-PACKAGE
FROM Remote-Operations-Information-Objects ros-InformationObjects
emptyBind
FROM Remote-Operations-Useful-Definitions ros-UsefulDefinitions
inAssistHandoffSsfToScf, inScfToSsfDpSpecific, inScfToSsfGeneric,
inScfToSsfStatusReporting, inScfToSsfServiceManagement,
inScfToSsfINTrafficManagement, inScfToSsfTrafficManagement,
inScfToSsfTriggerManagement, inSsfToScfDpSpecific, inSsfToScfGeneric,
inSsfToScfServiceManagement, inScfToSsfRouteMonitoring,
inSsfToScfRouteMonitoring
FROM IN-SSF-SCF-pkgs-contracts-acs ssf-scf-Protocol
cusfscfDPSpecificContract, scfcusfDPSpecificContract, cusfscfGenericContract,
scfcusfGenericContract
FROM IN-SCF-CUSF-Protocol scf-cusf-Protocol
dsspContract, scfc-scfsContract, scfs-scfcContract
FROM IN-SCF-SCF-pkgs-contracts-acs scf-scf-Protocol
srf-scf-contract
FROM IN-SCF-SRF-pkgs-contracts-acs scf-srf-Protocol
dapContract, dapExecuteContract, tfcContract
FROM IN-SCF-SDF-Protocol scf-sdf-Protocol
indspContract, shadowConsumerContract, shadowSupplierContract
FROM IN-SDF-SDF-Protocol sdf-sdf-Protocol
CriticalityType
FROM IN-common-datatypes common-datatypes;
ssf ROS-OBJECT-CLASS ::= {
INITIATES
{inSsfToScfGeneric | inSsfToScfDpSpecific | inAssistHandoffSsfToScf |
inSsfToScfServiceManagement | inSsfToScfRouteMonitoring}
RESPONDS
{inScfToSsfGeneric | inScfToSsfDpSpecific | inScfToSsfINTrafficManagement |
inScfToSsfTrafficManagement | inScfToSsfServiceManagement |
inScfToSsfTriggerManagement | inScfToSsfStatusReporting |
inScfToSsfRouteMonitoring}
ID id-rosObject-ssf
}
-- The ssf class of ROS-object describes the communication capabilities of an SSF
-- This object can act as the initiator of the following contracts
--
-- inSsfToScfGeneric contract expresses the form of the service in which the SSF,
-- a ROS-object of class ssf, initiates the generic triggering approach contract.
-- This dialogue is initiated by the SSF with the InitialDP Operation.
-- inSsfToScfDpSpecific contract expresses the form of the service in which the SSF,
-- a ROS-object of class ssf, initiates the DP specific approach contract.
-- This dialogue is initiated by the SSF with the DP specific Initial Operations.
-- inAssistHandoffSsfToScf contract expresses the form of the service in which the SSF,
-- a ROS-object of class ssf, initiates the Assist or Hand-off contract.
-- This dialogue is initiated by the SSF with the AssistRequestInstructions Operation.
-- inSsfToScfServiceManagement contract expresses the form of the service in which the SSF,
-- a ROS-object of class ssf, initiates ServiceManagement related contract for reporting
-- service Management results. This dialogue is initiated/ended by the SSF with
-- the ServicefilteringResponse Operation.
-- inSsfToScfRouteMonitoring contract expresses the form of the service in which the SSF,
-- a ROS-object of class ssf, initiates the reporting of route monitoring. This dialogue is
-- initiated/ended by the SSF with the monitorRouteReport Operation
-- This object can act as the responder of the following contracts
--
-- inScfToSsfGeneric contract expresses the form of the service in which the SSF,
-- a ROS-object of class ssf, responds to the generic messaging approach for
-- the SCF Initiate Call Attempt contract. This dialogue is initiated by the SCF with
-- the InitiateCallAttempt or CreateCallSegmentAssociation, Generic case.
-- inScfToSsfDpSpecific contract expresses the form of the service in which the SSF,
-- a ROS-object of class ssf, responds to theDP specific messaging approach for the
-- SCF Initiate Call Attempt contract. This dialogue is initiated by the SCF with
-- the InitiateCallAttempt, DP Specific case.
-- inScfToSsfINTrafficManagement contract expresses the form of service in which the SSF,
-- a ROS object of class ssf, responds to theIN Traffic Management related contract.
-- This dialogue is initiated by the SCF with the CallGap Operation
-- inScfToSsfTrafficManagement contract expresses the form of service in which the SSF,
-- a ROS object of class ssf, responds to the Traffic Management related contract.
-- This dialogue is initiated by the SCF with the CallFiltering Operation
-- inScfToSsfServiceManagement contract expresses the form of service in which the SSF,
-- a ROS object of class ssf, responds to the Service Management related contract.
-- This dialogue is initiated by the SCF with the ActivateServiceFiltering Operation
-- inScfToSsfTriggerManagement contract expresses the form of service in which the SSF,
-- a ROS object of class ssf, responds to the Trigger Management related contract.
-- This dialogue is initiated by the SCF with the ManageTriggerData Operation
-- inScfToSsfStatusReporting contract expresses the form of service in which the SSF,
-- a ROS object of class ssf, responds to the Status Reporting related contract.
-- This dialogue is initiated by the SCF with the StatusReporting Operations.
-- inScfToSsfRouteMonitoring contract expresses the form of the service in which the SSF,
-- a ROS-object of class ssf ,responds to the route monitoring request.
-- This dialogue is initiated by the SCF with the monitorRouteRequest Operation.
srf ROS-OBJECT-CLASS ::= {
INITIATES {srf-scf-contract}
ID id-rosObject-srf
}
-- The srf class of ROS-object describes the communication capabilities of an SRF
-- This object can act as the initiator of the following contract
--
-- srf-scf-contract contract expresses the form of service in which the SRF, a ROS-object of class srf,
-- initiates the srf related contract. This dialogue is initiated by the SRF with
-- the AssistRequestInstruction Operation
cusf ROS-OBJECT-CLASS ::= {
INITIATES {cusfscfDPSpecificContract | cusfscfGenericContract}
RESPONDS {scfcusfDPSpecificContract | scfcusfGenericContract}
ID id-rosObject-cusf
}
-- The cusf class of ROS-object describes the communication capabilities of an CUSF
-- This object can act as the initiator of the following contracts
--
--cusfscfDPSpecificContract expresses the form of the service in which the CUSF,
-- a ROS-object of class cusf, initiates the DP specific approach contract by using a DP specific operation.
-- cusfscfGenericContract expresses the form of the service in which the CUSF,
-- a ROS-object of class cusf, initiates the generic approach contract by using
-- an InitialAssociationDP operation.
--
-- This object can act as the responder of the following contracts
--
--scfcusfDPSpecificContract expresses the form of the service in which the CUSF,
-- a ROS-object of class cusf, responds the DP specific approach contract initiates by the SCF
-- using an InitiateAssociation operation.
-- scfcusfGenericContract expresses the form of the contract in which the CUSF,
-- a ROS-object of class cusf, responds the generic approach contract initiates by the SCF
-- using an InitiateAssociation operation.
scf ROS-OBJECT-CLASS ::= {
INITIATES
{inScfToSsfGeneric | inScfToSsfDpSpecific | inScfToSsfINTrafficManagement |
inScfToSsfTrafficManagement | inScfToSsfServiceManagement |
inScfToSsfTriggerManagement | inScfToSsfStatusReporting |
inScfToSsfRouteMonitoring |
-- scf to sdf contracts
dapContract | dapExecuteContract |
-- scf to scf contracts
scfc-scfsContract | scfs-scfcContract | dsspContract |
-- tfc contract (scf to scf)
tfcContract |
-- scf to cusf contracts
scfcusfDPSpecificContract | scfcusfGenericContract}
RESPONDS
{inSsfToScfGeneric | inSsfToScfDpSpecific | inAssistHandoffSsfToScf |
inSsfToScfServiceManagement | inSsfToScfRouteMonitoring |
-- srf to scf contracts
srf-scf-contract |
-- tfc contract (scf to scf, sdf to scf)
tfcContract |
-- scf to scf contracts
scfc-scfsContract | scfs-scfcContract | dsspContract |
-- cusf to scf contracts
cusfscfDPSpecificContract | cusfscfGenericContract}
ID id-rosObject-scf
}
-- The scf class of ROS-object describes the communication capabilities of an SCF
-- This object can act as the initiator of the following contracts
--
-- scf to ssf contracts
-- inScfToSsfGeneric contract expresses the form of the service in which the SCF,
-- a ROS-object of class scf, initiates the generic messaging approach for the SCF
-- Initiate Call Attempt contract. This dialogue is initiated by the SCF with the InitiateCallAttempt
-- or CreateCallSegmentAssociation, Generic case.
-- inScfToSsfDpSpecific contract expresses the form of the service in which the SCF,
-- a ROS-object of class scf, initiates theDP specific messaging approach for the SCF Initiate Call Attempt
-- contract. This dialogue is initiated by the SCF with the InitiateCallAttempt, DP Specific case.
-- inScfToSsfINTrafficManagement contract expresses the form of service in which the SCF,
-- a ROS object of class scf, initiates the IN Traffic Management related contract. This dialogue is initiated
-- by the SCF with the CallGap Operation
-- inScfToSsfTrafficManagement contract expresses the form of service in which the SCF,
-- a ROS object of class scf, initiates the Traffic Management related contract. This dialogue is initiated
-- by the SCF with the CallFiltering Operation
-- inScfToSsfServiceManagement contract expresses the form of service in which the SCF,
-- a ROS object of class scf, initiates the Service Management related contract.
-- This dialogue is initiated by the SCF with the ActivateServiceFiltering Operation
-- inScfToSsfTriggerManagement contract expresses the form of service in which the SCF,
-- a ROS object of class scf, initiates the Trigger Management related contract.
-- This dialogue is initiated by the SCF with the ManageTriggerData Operation
-- inScfToSsfStatusReporting contract expresses the form of service in which the SCF,
-- a ROS object of class scf, initiates the Status Reporting related contract. This dialogue is initiated
-- by the SCF with the StatusReporting Operations.
-- inScfToSsfRouteMonitoring contract expresses the form of the service in which the SCF,
-- a ROS-object of class scf initiates the route monitoring request. This dialogue is initiated
-- by the SCF with the monitorRouteRequest Operation.
--
-- scf to sdf
-- dapContract contract expresses the form of service in which the SCF, a ROS object of class scf,
-- initiates the SCF/SDF message exchange based on a DAP protocol (Search operation and Directory
-- Modify operations).
-- dapExecuteContract contract expresses the form of service in which the SCF, a ROS object of class scf,
-- initiates the SCF/SDF message exchange based on a DAP protocol (Search operation and Directory
-- Modify operations) plus the Execute operation.
-- tfc contract (scf to scf)
-- tfcContract contract expresses the form of service in which the SCF, a ROS object of class scf,
-- initiates the traffic flow control mechanism.
--
-- scf to scf contracts
-- scfc-scfsContract and scfs-scfcContract contracts expresse the form of service in which the controlling or
-- supporting SCF, a ROS object of class scf, initiate the SCF/SCF message exchange.
-- dsspContract contract expresses the form of service in which the SCF, a ROS object of class scf,
-- initiates the chained SCF/SCF message exchange.
--
-- scf to cusf contracts
--scfcusfDPSpecificContract expresses the form of the service in which the SCF, a ROS-object of class scf,
-- initiates the DP specific approach contract by using an InitiateAssociation operation.
-- scfcusfGenericContract expresses the form of the contract in which the SCF, a ROS-object of class scf,
-- initiates the generic approach contract by using an InitiateAssociation operation.
--
-- This object can act as the responder of the following contracts
--
-- ssf to scf contracts
-- inSsfToScfGeneric contract expresses the form of the service in which the SCF,
-- a ROS-object of class scf, responds to the generic triggering approach contract.
-- This dialogue is initiated by the SSF with the InitialDP Operation.
-- inSsfToScfDpSpecific contract expresses the form of the service in which the SCF,
-- a ROS-object of class scf, responds to the DP specific approach contract.
-- This dialogue is initiated by the SSF with the DP specific Initial Operations.
-- inAssistHandoffSsfToScf contract expresses the form of the service in which the SCF,
-- a ROS-object of class scf, responds to the Assist or Hand-off contract.
-- This dialogue is initiated by the SSF with the AssistRequestInstructions Operation.
-- inSsfToScfServiceManagement contract expresses the form of the service in which the SCF,
-- a ROS-object of class scf, responds to the ServiceManagement related contract for reporting
-- Service Management results.
-- This dialogue is initiated/ended by the SSF with the ServicefilteringResponse Operation.
-- inSsfToScfRouteMonitoring contract expresses the form of the service in which the SCF,
-- a ROS-object of class scf ,responds to the route monitoring procedures.
-- This dialogue is initiated/ended by the SSF with the monitorRouteReport Operation.
--
-- srf to scf contracts
-- srf-scf-contract contract expresses the form of service in which the SCF, a ROS-object of class scf,
-- responds to the srf related contract. This dialogue is initiated by the SRF with the AssistRequestInstruction
-- tfc contract (scf to scf, sdf to scf)
-- tfcContract contract expresses the form of service in which the SCF, a ROS object of class scf,
-- responds to the traffic flow control contract initiated either by the SCF or the SDF.
--
-- scf to scf contracts
-- scfc-scfsContract and scfs-scfcContract contracts express the form of service in which the controlling or
-- supporting SCF, a ROS object of class scf, responds the SCF/SCF message exchange.
-- dsspContract contract expresses the form of service in which the SCF, a ROS object of class scf,
-- responds to the previously initiated chained SCF/SCF message exchange.
--
-- cusf to scf contracts
-- cusfscfDPSpecificContract expresses the form of the service in which the SCF,
-- a ROS-object of class scf, responds to the DP specific approach contract.
-- cusfscfGenericContract expresses the form of the service in which the SCF,
-- a ROS-object of class scf, responds to the generic approach contract.
sdf ROS-OBJECT-CLASS ::= {
INITIATES
{indspContract | shadowConsumerContract | shadowSupplierContract |
tfcContract}
RESPONDS
{dapContract | dapExecuteContract | indspContract | shadowConsumerContract
| shadowSupplierContract | tfcContract}
ID id-rosObject-sdf
}
-- The sdf class of ROS-Object describes the communication capabilities of an SDF
-- This object can act as the initiator of the following contracts
-- indspContract contract expresses the form of service in which the SDF, a ROS object of class sdf,
-- initiates the chained SCF/SDF message exchange, based on the DSP protocol.
-- shadowConsumerContract contract expresses the form of service in which the SDF,
-- a ROS object of class sdf, initiates the shadowing mechanism as a shadow consumer,
-- based on the DISP protocol.
-- shadowSupplierContract contract expresses the form of service in which the SDF,
-- a ROS object of class sdf, initiates the shadowing mechanism as a shadow supplier,
-- based on the DISP protocol.
-- tfcContract contract expresses the form of service in which the SDF, a ROS object of class sdf,
-- initiates the traffic flow control mechanism.
-- This object can act as the responder of the following contracts
-- dapContract contract expresses the form of service in which the SDF, a ROS object of class sdf,
-- responds to the previously initiated SCF/SDF message exchange.
-- dapExecuteContract contract expresses the form of service in which the SDF, a ROS object of class sdf,
-- responds to the previously initiated SCF/SDF message exchange.
-- indspContract contract expresses the form of service in which the SDF, a ROS object of class sdf,
-- responds to the previously initiated chained SCF/SDF message exchange.
-- shadowConsumerContract contract expresses the form of service in which the SDF,
-- a ROS object of class sdf, responds to the previously initiated shadowing mechanism.
-- shadowSupplierContract contract expresses the form of service in which the SDF,
-- a ROS object of class sdf, responds to the previously initiated shadowing mechanism.
-- tfcContract contract expresses the form of service in which the SDF, a ROS object of class sdf,
-- responds to the traffic flow control initiated by the SDF.
-- Definition of the extension class
EXTENSION ::= CLASS {
&ExtensionType ,
&criticality CriticalityType DEFAULT ignore,
&id Code
}
WITH SYNTAX {
EXTENSION-SYNTAX &ExtensionType
[CRITICALITY &criticality]
IDENTIFIED BY &id
}
-- Example of addition of an extension named 'Some Network Specific Indicator' of type
-- BOOLEAN, with criticality 'abort' and to be identified as extension number 1
-- Example of definition using the above information object class:
--
-- SomeNetworkSpecificIndicator EXTENSION ::= {
-- EXTENSION-SYNTAX BOOLEAN
-- CRITICALITY abort
-- IDENTIFIED BY local : 1
-- }
-- Example of transfer syntax, using the ExtensionField datatype as specified in section 4.1.
-- Assuming the value of the extension is set to TRUE, the extensions parameter
-- becomes a Sequence of type INTEGER ::= 1, criticality ENUMERATED ::= 1 and value [1]
-- EXPLICIT BOOLEAN ::= TRUE.
--
-- Use of Q.1400 defined Extension is ffs
-- In addition the extension mechanism marker is used to identify the future minor additions to INAP.
firstExtension EXTENSION ::= {
EXTENSION-SYNTAX NULL
CRITICALITY ignore
IDENTIFIED BY local:1
}
-- firstExtension is just an example.
SupportedExtensions EXTENSION ::=
{firstExtension, ...
-- full set of network operator extensions --}
-- SupportedExtension is the full set of the network operator extensions.
inUnbind OPERATION ::= {RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
}
emptyConnectionPackage CONNECTION-PACKAGE ::= {
BIND emptyBind
UNBIND inUnbind
RESPONDER UNBIND TRUE
ID id-package-emptyConnection
}
EmptyReturnable OPERATION ::=
{...}
COMMON-BOUNDS ::= CLASS {&numOfExtensions INTEGER OPTIONAL
}WITH SYNTAX {[NUM-OF-EXTENSIONS &numOfExtensions]
}
-- The following instance of the parameter bound is just an example
networkSpecificBoundSet COMMON-BOUNDS ::= {NUM-OF-EXTENSIONS 1
}
END
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D |
ASN.1 | wireshark/epan/dissectors/asn1/inap/IN-common-datatypes.asn | -- Module IN-common-datatypes (Q.1248.1:07/2001)
IN-common-datatypes {itu-t recommendation q 1248 modules(1)
in-common-datatypes(1) version1(0)} DEFINITIONS IMPLICIT TAGS ::=
BEGIN
IMPORTS
common-classes
FROM IN-object-identifiers {itu-t recommendation q 1248 modules(1)
in-object-identifiers(0) version1(0)}
EXTENSION, COMMON-BOUNDS, SupportedExtensions
FROM IN-common-classes common-classes;
CriticalityType ::= ENUMERATED {ignore(0), abort(1)}
Extensions{COMMON-BOUNDS:b1} ::=
SEQUENCE SIZE (1..b1.&numOfExtensions) OF ExtensionField
ExtensionField ::= SEQUENCE {
type EXTENSION.&id({SupportedExtensions}),
-- shall identify the value of an EXTENSION type
criticality CriticalityType DEFAULT ignore,
value [1] EXTENSION.&ExtensionType({SupportedExtensions}{@type})
}
--This parameter indicates an extension of an argument data type. Its content is network operator specific
Integer4 ::= INTEGER(0..2147483647)
InvokeID ::= INTEGER(-128..127)
UnavailableNetworkResource ::= ENUMERATED {
unavailableResources(0), componentFailure(1),
basicCallProcessingException(2), resourceStatusFailure(3), endUserFailure(4),
screening(5)}
-- Indicates the network resource that failed
-- Note that in IN CS4 the screening value can only be used by the SCF.
END
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D |
ASN.1 | wireshark/epan/dissectors/asn1/inap/IN-errorcodes.asn | -- Module IN-errorcodes (Q.1248.1:07/2001)
IN-errorcodes {itu-t recommendation q 1248 modules(1) in-errorcodes(4)
version1(0)} DEFINITIONS ::=
BEGIN
IMPORTS
ros-InformationObjects
FROM IN-object-identifiers {itu-t recommendation q 1248 modules(1)
in-object-identifiers(0) version1(0)}
Code
FROM Remote-Operations-Information-Objects ros-InformationObjects;
errcode-canceled Code ::= local:0
errcode-cancelFailed Code ::= local:1
errcode-eTCFailed Code ::= local:3
errcode-improperCallerResponse Code ::= local:4
errcode-missingCustomerRecord Code ::= local:6
errcode-missingParameter Code ::= local:7
errcode-parameterOutOfRange Code ::= local:8
errcode-requestedInfoError Code ::= local:10
errcode-systemFailure Code ::= local:11
errcode-taskRefused Code ::= local:12
errcode-unavailableResource Code ::= local:13
errcode-unexpectedComponentSequence Code ::= local:14
errcode-unexpectedDataValue Code ::= local:15
errcode-unexpectedParameter Code ::= local:16
errcode-unknownLegID Code ::= local:17
errcode-unknownResource Code ::= local:18
-- Error codes for the IN CS2 error types follow
errcode-scfReferral Code ::= local:21
errcode-scfTaskRefused Code ::= local:22
errcode-chainingRefused Code ::= local:23
-- WS:Duplicate
--errcode-executionError Code ::= local:10
END
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D |
ASN.1 | wireshark/epan/dissectors/asn1/inap/IN-errortypes.asn | -- Module IN-errortypes (Q.1248.1:07/2001)
IN-errortypes {itu-t recommendation q 1248 modules(1) in-errortypes(2)
version1(0)} DEFINITIONS IMPLICIT TAGS ::=
BEGIN
IMPORTS
ros-InformationObjects, common-datatypes, errorcodes, sdf-sdf-Operations,
scf-scf-classes, ds-UsefulDefinitions, spkmGssTokens, tc-Messages
FROM IN-object-identifiers {itu-t recommendation q 1248 modules(1)
in-object-identifiers(0) version1(0)}
directoryAbstractService, distributedOperations, enhancedSecurity
FROM UsefulDefinitions ds-UsefulDefinitions
OPTIONALLY-PROTECTED{}, dirqop
FROM EnhancedSecurity enhancedSecurity
CommonResults, ServiceProblem, SecurityProblem, SecurityParameters, Versions
FROM DirectoryAbstractService directoryAbstractService
scfqop
FROM IN-SCF-SCF-Classes scf-scf-classes
AccessPointInformation
FROM DistributedOperations distributedOperations
SPKM-ERROR
FROM SpkmGssTokens spkmGssTokens
ERROR
FROM Remote-Operations-Information-Objects ros-InformationObjects
InvokeID, UnavailableNetworkResource
FROM IN-common-datatypes common-datatypes
errcode-canceled, errcode-cancelFailed, errcode-chainingRefused,
errcode-eTCFailed, errcode-executionError, errcode-improperCallerResponse,
errcode-missingCustomerRecord, errcode-missingParameter,
errcode-parameterOutOfRange, errcode-requestedInfoError,
errcode-scfTaskRefused, errcode-scfReferral, errcode-systemFailure,
errcode-taskRefused, errcode-unavailableResource,
errcode-unexpectedComponentSequence, errcode-unexpectedDataValue,
errcode-unexpectedParameter, errcode-unknownLegID, errcode-unknownResource
FROM IN-errorcodes errorcodes;
-- TYPE DEFINITION FOR IN CS4 ERRORS FOLLOWS
canceled ERROR ::= {CODE errcode-canceled
}
-- The operation has been cancelled.
cancelFailed ERROR ::= {
PARAMETER
SEQUENCE {problem
[0] ENUMERATED {unknownOperation(0), tooLate(1),
operationNotCancellable(2)},
operation [1] InvokeID}
CODE errcode-cancelFailed
}
-- The operation failed to be cancelled.
chainingRefused ERROR ::= {CODE errcode-chainingRefused
}
eTCFailed ERROR ::= {CODE errcode-eTCFailed
}
-- The establish temporary connection failed.
-- WS:Duplicates error-code
--executionError ERROR ::= {
-- PARAMETER OPTIONALLY-PROTECTED
-- {SET {problem [0] EXPLICIT ExecutionProblem,
-- COMPONENTS OF CommonResults}
-- dirqop.&dirErrors-QOP},
-- CODE errcode-executionError
--}
-- The executionError is returned by an Execute operation in the case of the operation is not completing.
--ExecutionProblem ::= INTEGER {missingInputValues(1), executionFailure(2)
--}
-- The executeProblem identifies the cause of the execute operation failure:
-- missingInputValues is returned in the input-values field contains the wrong input
-- information for the method being executed.
-- executionFailure is returned when the method fails to complete correctly. This is caused by
-- .the failure of one of the DAP operations contained within the method.
improperCallerResponse ERROR ::= {CODE errcode-improperCallerResponse
}
-- The caller response was not as expected.
missingCustomerRecord ERROR ::= {CODE errcode-missingCustomerRecord
}
-- The Service Logic Program could not be found in the SCF.
missingParameter ERROR ::= {CODE errcode-missingParameter
}
-- An expected optional parameter was not received.
parameterOutOfRange ERROR ::= {CODE errcode-parameterOutOfRange
}
-- The parameter was not as expected (e.g. missing or out of range).
requestedInfoError ERROR ::= {
PARAMETER
ENUMERATED {unknownRequestedInfo(1), requestedInfoNotAvailable(2)
-- other values FFS
}
CODE errcode-requestedInfoError
}
-- The requested information cannot be found.
-- WS:CODE missing comment it out
--scfBindFailure ERROR ::= {PARAMETER FailureReason
--}
--FailureReason ::= CHOICE {
-- systemFailure [0] UnavailableNetworkResource,
-- scfTaskRefused [1] ScfTaskRefusedParameter,
-- securityError
-- [2] SET {problem [0] SecurityProblem,
-- spkmInfo [1] SPKM-ERROR}
--}
scfTaskRefused ERROR ::= {
PARAMETER ScfTaskRefusedParameter
CODE errcode-scfTaskRefused
}
ScfTaskRefusedParameter ::=
-- OPTIONALLY-PROTECTED
SEQUENCE {reason
ENUMERATED {generic(0), unobtainable(1), congestion(2)
--other values FFS
},
securityParameters [1] SecurityParameters OPTIONAL
}--, scfqop.&scfErrorsQOP}
scfReferral ERROR ::= {
PARAMETER ReferralParameter
CODE errcode-scfReferral
}
ReferralParameter ::=
-- OPTIONALLY-PROTECTED
SEQUENCE {tryhere [0] AccessPointInformation,
securityParameters [1] SecurityParameters OPTIONAL
}--, scfqop.&scfErrorsQOP}
systemFailure ERROR ::= {
PARAMETER UnavailableNetworkResource
CODE errcode-systemFailure
}
-- The operation could not be completed due to e.g. a system failure at the serving physical entity, the
-- unavailability of the required resource or due to screening.
taskRefused ERROR ::= {
PARAMETER
ENUMERATED {generic(0), unobtainable(1), congestion(2)
--other values FFS
}
CODE errcode-taskRefused
}
-- An entity normally capable of the task requested cannot or chooses not to perform the task at this
-- time. This includes error situations like congestion and unobtainable address as used in e.g. the
-- connect operation.
-- WS:CODE missing comment it out
-- tfcBindError ERROR ::= {
-- PARAMETER
-- SET {versions [0] Versions DEFAULT {v1},
-- error
-- CHOICE {serviceError [1] ServiceProblem,
-- securityError [2] SecurityProblem}}
-- }
unavailableResource ERROR ::= {CODE errcode-unavailableResource
}
-- A requested resource is not available at the serving entity.
unexpectedComponentSequence ERROR ::= {
CODE errcode-unexpectedComponentSequence
}
-- An incorrect sequence of Components was received (e.g. "DisconnectForwardConnection"
-- followed by "PlayAnnouncement").
unexpectedDataValue ERROR ::= {CODE errcode-unexpectedDataValue
}
-- The data value was not as expected (e.g. routing number expected but billing number received)
unexpectedParameter ERROR ::= {CODE errcode-unexpectedParameter
}
-- A parameter received was not expected.
unknownLegID ERROR ::= {CODE errcode-unknownLegID
}
-- Leg not known to the SSF.
unknownResource ERROR ::= {CODE errcode-unknownResource
}
-- Resource whose status is being requested is not known to the serving entity.
END
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D |
ASN.1 | wireshark/epan/dissectors/asn1/inap/IN-object-identifiers.asn | -- Module IN-object-identifiers (Q.1248.1:07/2001)
IN-object-identifiers {itu-t recommendation q 1248 modules(1)
in-object-identifiers(0) version1(0)} DEFINITIONS ::=
BEGIN
-- For Modules from TCAP, ROS,
tc-Messages OBJECT IDENTIFIER ::=
{itu-t recommendation q 773 modules(2) messages(1) version3(3)}
tc-NotationExtensions OBJECT IDENTIFIER ::=
{itu-t recommendation q 775 modules(2) notation-extension(4) version1(1)}
ros-InformationObjects OBJECT IDENTIFIER ::=
{joint-iso-itu-t remote-operations(4) informationObjects(5) version1(0)}
ros-genericPDUs OBJECT IDENTIFIER ::=
{joint-iso-itu-t remote-operations(4) generic-ROS-PDUs(6) version1(0)}
ros-UsefulDefinitions OBJECT IDENTIFIER ::=
{joint-iso-itu-t remote-operations(4) useful-definitions(7) version1(0)}
sese-APDUs OBJECT IDENTIFIER ::=
{joint-iso-itu-t genericULS(20) modules(1) seseAPDUs(6)}
guls-Notation OBJECT IDENTIFIER ::=
{joint-iso-itu-t genericULS(20) modules(1) notation(1)}
guls-SecurityTransformations OBJECT IDENTIFIER ::=
{joint-iso-itu-t genericULS(20) modules(1) gulsSecurityTransformations(3)}
guls-DirectoryProtectionMappings OBJECT IDENTIFIER ::=
{joint-iso-itu-t genericULS(20) modules(1) dirProtectionMappings(4)}
ds-UsefulDefinitions OBJECT IDENTIFIER ::=
{joint-iso-itu-t ds(5) module(1) usefulDefinitions(0) 3}
spkmGssTokens OBJECT IDENTIFIER ::=
{iso(1) identified-organization(3) dod(6) internet(1) security(5)
mechanisms(5) spkm(1) spkmGssTokens(10)}
-- For IN-CS1 Modules
contexts OBJECT IDENTIFIER ::=
{itu-t recommendation q 1218 modules(0) contexts(8) selectedContexts(1)
version(1)}
-- For IN CS4 Modules
id OBJECT IDENTIFIER ::= {itu-t recommendation q 1248}
modules OBJECT IDENTIFIER ::= {id modules(1)}
id-ac OBJECT IDENTIFIER ::= {id ac(3)}
id-at OBJECT IDENTIFIER ::= {id at(4)}
id-as OBJECT IDENTIFIER ::= {id as(5)}
id-oc OBJECT IDENTIFIER ::= {id oc(6)}
id-mt OBJECT IDENTIFIER ::= {id mt(7)}
id-sf OBJECT IDENTIFIER ::= {id sf(11)}
id-soa OBJECT IDENTIFIER ::= {id soa(21)}
id-aca OBJECT IDENTIFIER ::= {id aca(24)}
id-rosObject OBJECT IDENTIFIER ::= {id rosObject(25)}
id-contract OBJECT IDENTIFIER ::= {id contract(26)}
id-package OBJECT IDENTIFIER ::= {id package(27)}
id-avc OBJECT IDENTIFIER ::= {id avc(29)}
object-identifiers OBJECT IDENTIFIER ::=
{modules in-object-identifiers(0) version1(0)}
common-datatypes OBJECT IDENTIFIER ::=
{modules in-common-datatypes(1) version1(0)}
errortypes OBJECT IDENTIFIER ::= {modules in-errortypes(2) version1(0)}
operationcodes OBJECT IDENTIFIER ::= {modules in-operationcodes(3) version1(0)}
errorcodes OBJECT IDENTIFIER ::= {modules in-errorcodes(4) version1(0)}
common-classes OBJECT IDENTIFIER ::= {modules in-common-classes(5) version1(0)}
ssf-scf-datatypes OBJECT IDENTIFIER ::=
{modules in-ssf-scf-datatypes(6) version1(0)}
ssf-scf-classes OBJECT IDENTIFIER ::=
{modules in-ssf-scf-classes(7) version1(0)}
ssf-scf-Operations OBJECT IDENTIFIER ::=
{modules in-ssf-scf-ops-args(8) version1(0)}
ssf-scf-Protocol OBJECT IDENTIFIER ::=
{modules in-ssf-scf-pkgs-contracts-acs(9) version1(0)}
scf-srf-datatypes OBJECT IDENTIFIER ::=
{modules in-scf-srf-datatypes(10) version1(0)}
scf-srf-classes OBJECT IDENTIFIER ::=
{modules in-scf-srf-classes(11) version1(0)}
scf-srf-Operations OBJECT IDENTIFIER ::=
{modules in-scf-srf-ops-args(12) version1(0)}
scf-srf-Protocol OBJECT IDENTIFIER ::=
{modules in-scf-srf-pkgs-contracts-acs(13) version1(0)}
scf-sdf-datatypes OBJECT IDENTIFIER ::=
{modules in-scf-sdf-datatypes(14) version1(0)}
scf-sdf-classes OBJECT IDENTIFIER ::=
{modules in-scf-sdf-classes(15) version1(0)}
scf-sdf-Operations OBJECT IDENTIFIER ::=
{modules in-scf-sdf-ops-args(16) version1(0)}
scf-sdf-Protocol OBJECT IDENTIFIER ::=
{modules in-scf-sdf-pkgs-contracts-acs(17) version1(0)}
sdf-sdf-Operations OBJECT IDENTIFIER ::=
{modules in-sdf-sdf-ops-args(18) version1(0)}
sdf-sdf-Protocol OBJECT IDENTIFIER ::=
{modules in-sdf-sdf-pkgs-contracts-acs(19) version1(0)}
scf-scf-datatypes OBJECT IDENTIFIER ::=
{modules in-scf-scf-datatypes(20) version1(0)}
scf-scf-classes OBJECT IDENTIFIER ::=
{modules in-scf-scf-classes(21) version1(0)}
scf-scf-Operations OBJECT IDENTIFIER ::=
{modules in-scf-scf-ops-args(22) version1(0)}
scf-scf-Protocol OBJECT IDENTIFIER ::=
{modules in-scf-scf-pkgs-contracts-acs(23) version1(0)}
scf-cusf-datatypes OBJECT IDENTIFIER ::=
{modules in-scf-cusf-datatypes(24) version1(0)}
scf-cusf-classes OBJECT IDENTIFIER ::=
{modules in-scf-cusf-classes(25) version1(0)}
scf-cusf-Operations OBJECT IDENTIFIER ::=
{modules in-scf-cusf-ops-args(26) version1(0)}
scf-cusf-Protocol OBJECT IDENTIFIER ::=
{modules in-scf-cusf-pkgs-contracts-acs(27) version1(0)}
scf-sdf-Additional-Definitions OBJECT IDENTIFIER ::=
{modules in-scf-sdf-additional-definitions(28) version1(0)}
-- Application Context
-- SSF/SCF Application Context
id-ac-ssf-scfGenericAC OBJECT IDENTIFIER ::=
{id-ac ssf-scfGenericAC(4) version1(0)}
id-ac-ssf-scfDPSpecificAC OBJECT IDENTIFIER ::=
{id-ac ssf-scfDPSpecificAC(5) version1(0)}
id-ac-ssf-scfAssistHandoffAC OBJECT IDENTIFIER ::=
{id-ac ssf-scfAssistHandoffAC(6) version1(0)}
id-ac-ssf-scfServiceManagementAC OBJECT IDENTIFIER ::=
{id-ac ssf-scfServiceManagementAC(7) version1(0)}
id-ac-scf-ssfGenericAC OBJECT IDENTIFIER ::=
{id-ac scf-ssfGenericAC(8) version1(0)}
id-ac-scf-ssfDPSpecificAC OBJECT IDENTIFIER ::=
{id-ac scf-ssfDPSpecificAC(9) version1(0)}
id-ac-scf-ssfINTrafficManagementAC OBJECT IDENTIFIER ::=
{id-ac scf-ssfINTrafficManagementAC(10) version1(0)}
id-ac-scf-ssfServiceManagementAC OBJECT IDENTIFIER ::=
{id-ac scf-ssfServiceManagementAC(11) version1(0)}
id-ac-scf-ssfStatusReportingAC OBJECT IDENTIFIER ::=
{id-ac scf-ssfStatusReportingAC(12) version1(0)}
id-ac-scf-ssfTriggerManagementAC OBJECT IDENTIFIER ::=
{id-ac scf-ssfTriggerManagementAC(13) version1(0)}
id-ac-scf-ssfRouteMonitoringAC OBJECT IDENTIFIER ::=
{id-ac scf-ssfRouteMonitorinAC(33) version1(0)}
id-ac-ssf-scfRouteMonitoringAC OBJECT IDENTIFIER ::=
{id-ac ssf-scfRouteMonitorinAC(34) version1(0)}
id-ac-scf-ssfTrafficManagementAC OBJECT IDENTIFIER ::=
{id-ac scf-ssfTrafficManagementAC(35) version1(0)}
-- SRF/SCF Application Context
id-ac-srf-scfAC OBJECT IDENTIFIER ::=
{id-ac srf-scfAC(14) version1(0)}
--SCF-SDF - application contexts
id-ac-indirectoryAccessAC OBJECT IDENTIFIER ::=
{id-ac indirectoryAccessAC(1) version1(0)}
id-ac-indirectoryAccessWith3seAC OBJECT IDENTIFIER ::=
{id-ac indirectoryAccessWith3seAC(2) version1(0)}
id-ac-inExtendedDirectoryAccessAC OBJECT IDENTIFIER ::=
{id-ac inExtendedDirectoryAccessAC(3) version1(0)}
id-ac-inExtendedDirectoryAccessWith3seAC OBJECT IDENTIFIER ::=
{id-ac inExtendedDirectoryAccessWith3seAC(27) version1(0)}
id-ac-trafficFlowControlAC OBJECT IDENTIFIER ::=
{id-ac trafficFlowControlAC(28) version1(0)}
--SDF-SDF Application Contexts
id-ac-indirectorySystemAC OBJECT IDENTIFIER ::=
{id-ac indirectorySystemAC(15) version1(0)}
id-ac-inShadowSupplierInitiatedAC OBJECT IDENTIFIER ::=
{id-ac inShadowSupplierInitiatedAC(16) version1(0)}
id-ac-inShadowConsumerInitiatedAC OBJECT IDENTIFIER ::=
{id-ac inShadowConsumerInitiatedAC(17) version1(0)}
id-ac-indirectorySystemWith3seAC OBJECT IDENTIFIER ::=
{id-ac indirectorySystemWith3seAC(18) version1(0)}
id-ac-inShadowSupplierInitiatedWith3seAC OBJECT IDENTIFIER ::=
{id-ac inShadowSupplierInitiatedWith3seAC(19) version1(0)}
id-ac-inShadowConsumerInitiatedWith3seAC OBJECT IDENTIFIER ::=
{id-ac inShadowConsumerInitiatedWith3seAC(20) version1(0)}
-- SCF/SCF Application Context
id-ac-scfc-scfsOperationsAC OBJECT IDENTIFIER ::=
{id-ac scfc-scfsOperationsAC(21) version1(0)}
id-ac-distributedSCFSystemAC OBJECT IDENTIFIER ::=
{id-ac distributedSCFSystemAC(22) version1(0)}
id-ac-scfc-scfsOperationsWith3seAC OBJECT IDENTIFIER ::=
{id-ac scfc-scfsOperationsWith3seAC(23) version1(0)}
id-ac-distributedSCFSystemWith3seAC OBJECT IDENTIFIER ::=
{id-ac distributedSCFSystemWith3seAC(24) version1(0)}
id-ac-scfs-scfcOperationsAC OBJECT IDENTIFIER ::=
{id-ac scfs-scfcOperationsAC(31) version1(0)}
id-ac-scfs-scfcOperationsWith3seAC OBJECT IDENTIFIER ::=
{id-ac scfs-scfcOperationsWith3seAC(32) version1(0)}
-- CUSF/SCF Application Context
id-acscfcusfDPSpecific OBJECT IDENTIFIER ::=
{id-ac scf-cusf-DPSpecific(25) version1(0)}
id-accusfscfDPSpecific OBJECT IDENTIFIER ::=
{id-ac cusf-scf-DPSpecific(26) version1(0)}
id-acscfcusfGeneric OBJECT IDENTIFIER ::=
{id-ac scf-cusf-Generic(29) version1(0)}
id-accusfscfGeneric OBJECT IDENTIFIER ::=
{id-ac cusf-scf-Generic(30) version1(0)}
-- Attributes
-- SCF/SDF attributes
id-at-securityFacilityId OBJECT IDENTIFIER ::=
{id-at securityFacilityId(1)}
id-at-secretKey OBJECT IDENTIFIER ::= {id-at secretKey(2)}
id-at-identifierList OBJECT IDENTIFIER ::= {id-at identifierList(3)}
id-at-bindLevelIfOK OBJECT IDENTIFIER ::= {id-at bindLevelIfOK(4)}
id-at-lockSession OBJECT IDENTIFIER ::= {id-at lockSession(5)}
id-at-failureCounter OBJECT IDENTIFIER ::= {id-at failureCounter(6)}
id-at-maxAttempts OBJECT IDENTIFIER ::= {id-at maxAttempts(7)}
id-at-currentList OBJECT IDENTIFIER ::= {id-at currentList(8)}
id-at-stockId OBJECT IDENTIFIER ::= {id-at stockId(9)}
id-at-source OBJECT IDENTIFIER ::= {id-at source(10)}
id-at-sizeOfRestocking OBJECT IDENTIFIER ::= {id-at sizeOfRestocking(11)}
id-at-challengeResponse OBJECT IDENTIFIER ::= {id-at challengeResponse(12)}
-- Abstract Syntaxes
-- SSF/SCF Abstract Syntaxes
id-as-ssf-scfGenericAS OBJECT IDENTIFIER ::=
{id-as ssf-scfGenericAS(4)}
id-as-ssf-scfDpSpecificAS OBJECT IDENTIFIER ::= {id-as ssf-scfDpSpecificAS(5)}
id-as-assistHandoff-ssf-scfAS OBJECT IDENTIFIER ::=
{id-as assistHandoff-ssf-scfAS(6)}
id-as-scf-ssfGenericAS OBJECT IDENTIFIER ::= {id-as scf-ssfGenericAS(7)}
id-as-scf-ssfDpSpecificAS OBJECT IDENTIFIER ::= {id-as scf-ssfDpSpecificAS(8)}
id-as-scf-ssfINTrafficManagementAS OBJECT IDENTIFIER ::=
{id-as scf-ssfINTrafficManagementAS(9)}
id-as-scf-ssfServiceManagementAS OBJECT IDENTIFIER ::=
{id-as scf-ssfServiceManagementAS(10)}
id-as-ssf-scfServiceManagementAS OBJECT IDENTIFIER ::=
{id-as ssf-scfServiceManagementAS(11)}
id-as-scf-ssfStatusReportingAS OBJECT IDENTIFIER ::=
{id-as scf-ssfStatusReportingAS(12)}
id-as-scf-ssfTriggerManagementAS OBJECT IDENTIFIER ::=
{id-as scf-ssfTriggerManagementAS(13)}
id-as-scf-ssfRouteMonitoringAS OBJECT IDENTIFIER ::=
{id-as scf-ssfRouteMonitoringAS(31)}
id-as-ssf-scfRouteMonitoringAS OBJECT IDENTIFIER ::=
{id-as ssf-scfRouteMonitoringAS(32)}
id-as-scf-ssfTrafficManagementAS OBJECT IDENTIFIER ::=
{id-as scf-ssfTrafficManagementAS(33)}
-- SRF/SCF Abstract Syntaxes
id-as-basic-srf-scf OBJECT IDENTIFIER ::=
{id-as basic-srf-scf(14)}
id-as-basic-scf-srf OBJECT IDENTIFIER ::= {id-as basic-scf-srf(15)}
-- SCF-SDF - abstract syntaxes
id-as-indirectoryOperationsAS OBJECT IDENTIFIER ::=
{id-as indirectoryOperationsAS(1)}
id-as-indirectoryBindingAS OBJECT IDENTIFIER ::=
{id-as indirectoryBindingAS(2)}
id-as-inExtendedDirectoryOperationsAS OBJECT IDENTIFIER ::=
{id-as inExtendedDirectoryOperationsAS(3)}
id-as-inSESEAS OBJECT IDENTIFIER ::= {id-as inSESEAS(25)}
id-as-tfcOperationsAS OBJECT IDENTIFIER ::= {id-as tfcOperationsAS(26)}
id-as-tfcBindingAS OBJECT IDENTIFIER ::= {id-as tfcBindingAS(27)}
-- SDF-SDF - abstract syntaxes
id-as-indirectorySystemAS OBJECT IDENTIFIER ::=
{id-as indirectorySystemAS(16)}
id-as-indirectoryDSABindingAS OBJECT IDENTIFIER ::=
{id-as indirectoryDSABindingAS(17)}
id-as-indirectoryShadowAS OBJECT IDENTIFIER ::= {id-as indirectoryShadowAS(18)}
id-as-indsaShadowBindingAS OBJECT IDENTIFIER ::=
{id-as indsaShadowBindingAS(19)}
-- SCF/SCF Abstract Syntaxes
id-as-scfc-scfsOperationsAS OBJECT IDENTIFIER ::=
{id-as scfc-scfsOperationsAS(20)}
id-as-distributedSCFSystemAS OBJECT IDENTIFIER ::=
{id-as distributedSCFSystemAS(21)}
id-as-scf-scfBindingAS OBJECT IDENTIFIER ::= {id-as scf-scfBindingAS(22)}
id-as-scfs-scfcOperationsAS OBJECT IDENTIFIER ::=
{id-as scfs-scfcOperationsAS(30)}
-- CUSF/SCF Abstract Syntaxes
id-asscfcusfDPSpecific OBJECT IDENTIFIER ::=
{id-as scf-cusf-DPSpecific(23)}
id-ascusfscfDPSpecific OBJECT IDENTIFIER ::= {id-as cusf-scf-DPSpecific(24)}
id-asscfcusfGeneric OBJECT IDENTIFIER ::= {id-as scf-cusf-Generic(28)}
id-ascusfscfGeneric OBJECT IDENTIFIER ::= {id-as cusf-scf-Generic(29)}
-- Object Class
-- for SCF-SDF interface, Object Class
id-oc-securityUserInfo OBJECT IDENTIFIER ::=
{id-oc securityUserInfo(1)}
id-oc-tokensStock OBJECT IDENTIFIER ::= {id-oc tokenStock(2)}
-- Methods
-- for SCF-SDF interface, Methods
id-mt-verifyCredentials OBJECT IDENTIFIER ::=
{id-mt verifyCredentials(1)}
id-mt-conformCredentials OBJECT IDENTIFIER ::= {id-mt conformCredentials(2)}
id-mt-provideTokens OBJECT IDENTIFIER ::= {id-mt provideTokens(3)}
id-mt-fillSecurityTokens OBJECT IDENTIFIER ::= {id-mt fillSecurityTokens(4)}
-- Security Facility
-- for SCF-SDF interface, Security Facility
id-sf-pwd OBJECT IDENTIFIER ::=
{id-sf pwd(1)}
id-sf-challengeResponse OBJECT IDENTIFIER ::= {id-sf challengeResponse(2)}
id-sf-onAirSubscription OBJECT IDENTIFIER ::= {id-sf onAirSubscription(3)}
-- for SDF-SDF interface, SDF Attributes
id-soa-methodRuleUse OBJECT IDENTIFIER ::=
{id-soa methodRuleUse(1)}
id-aca-prescriptiveACI OBJECT IDENTIFIER ::= {id-aca prescriptiveACI(4)}
id-aca-entryACI OBJECT IDENTIFIER ::= {id-aca entryACI(5)}
id-aca-subentryACI OBJECT IDENTIFIER ::= {id-aca subentryACI(6)}
-- for ac, as, rosObject, contract and package, the values are identical to Q1228
-- ROS Objects
id-rosObject-scf OBJECT IDENTIFIER ::=
{id-rosObject scf(1)}
id-rosObject-ssf OBJECT IDENTIFIER ::= {id-rosObject ssf(2)}
id-rosObject-srf OBJECT IDENTIFIER ::= {id-rosObject srf(3)}
id-rosObject-sdf OBJECT IDENTIFIER ::= {id-rosObject sdf(4)}
id-rosObject-cusf OBJECT IDENTIFIER ::= {id-rosObject cusf(5)}
-- Contracts
-- SSF/SCF Contracts
id-inSsfToScfGeneric OBJECT IDENTIFIER ::=
{id-contract inSsfToScfGeneric(3)}
id-inSsfToScfDpSpecific OBJECT IDENTIFIER ::=
{id-contract inSsfToScfDpSpecific(4)}
id-inAssistHandoffSsfToScf OBJECT IDENTIFIER ::=
{id-contract inAssistHandoffSsfToScf(5)}
id-inScfToSsfGeneric OBJECT IDENTIFIER ::= {id-contract inScfToSsfGeneric(6)}
id-inScfToSsfDpSpecific OBJECT IDENTIFIER ::=
{id-contract inScfToSsfDpSpecific(7)}
id-inScfToSsfINTrafficManagement OBJECT IDENTIFIER ::=
{id-contract inScfToSsfINTrafficManagement(8)}
id-inScfToSsfServiceManagement OBJECT IDENTIFIER ::=
{id-contract inScfToSsfServiceManagement(9)}
id-inSsfToScfServiceManagement OBJECT IDENTIFIER ::=
{id-contract inSsfToScfServiceManagement(10)}
id-inScfToSsfStatusReporting OBJECT IDENTIFIER ::=
{id-contract inScfToSsfStatusReporting(11)}
id-inScfToSsfTriggerManagement OBJECT IDENTIFIER ::=
{id-contract inScfToSsfTriggerManagement(12)}
id-inScfToSsfRouteMonitoring OBJECT IDENTIFIER ::=
{id-contract inScfToSsfRouteMonitoring(26)}
id-inSsfToScfRouteMonitoring OBJECT IDENTIFIER ::=
{id-contract inSsfToScfRouteMonitoring(27)}
id-inScfToSsfTrafficManagement OBJECT IDENTIFIER ::=
{id-contract inScfToSsfTrafficManagement(28)}
-- SRF/SCF Contracts
id-contract-srf-scf OBJECT IDENTIFIER ::=
{id-contract srf-scf(13)}
-- SCF-SDF contracts
id-contract-dap OBJECT IDENTIFIER ::= {id-contract dap(1)}
id-contract-dapExecute OBJECT IDENTIFIER ::= {id-contract dapExecute(2)}
id-contract-tfc OBJECT IDENTIFIER ::= {id-contract tfc(22)}
-- SDF - SDF Contracts.
id-contract-indsp OBJECT IDENTIFIER ::=
{id-contract indsp(14)}
id-contract-shadowConsumer OBJECT IDENTIFIER ::=
{id-contract shadowConsumer(15)}
id-contract-shadowSupplier OBJECT IDENTIFIER ::=
{id-contract shadowSupplier(17)}
-- SCF/SCF Contracts
id-contract-scfc-scfs OBJECT IDENTIFIER ::=
{id-contract scfc-scfs(18)}
id-contract-dssp OBJECT IDENTIFIER ::= {id-contract dssp(19)}
id-contract-scfs-scfc OBJECT IDENTIFIER ::= {id-contract scfs-scfc(25)}
-- CUSF/SCF Contracts
id-contract-scfcusfDPSpecific OBJECT IDENTIFIER ::=
{id-contract scf-cusf-DPSpecific(20)}
id-contract-cusfscfDPSpecific OBJECT IDENTIFIER ::=
{id-contract cusf-scf-DPSpecific(21)}
id-contract-scfcusfGeneric OBJECT IDENTIFIER ::=
{id-contract scf-cusf-Generic(23)}
id-contract-cusfscfGeneric OBJECT IDENTIFIER ::=
{id-contract cusf-scf-Generic(24)}
-- Operation Packages
id-package-emptyConnection OBJECT IDENTIFIER ::=
{id-package emptyConnection(60)}
-- SSF/SCF Operation Packages
id-package-scfActivation OBJECT IDENTIFIER ::=
{id-package scfActivation(11)}
id-package-basicBCPDP OBJECT IDENTIFIER ::= {id-package basicBCPDP(12)}
id-package-advancedBCPDP OBJECT IDENTIFIER ::= {id-package advancedBCPDP(14)}
id-package-srf-scfActivationOfAssist OBJECT IDENTIFIER ::=
{id-package srf-scfActivationOfAssist(15)}
id-package-assistConnectionEstablishment OBJECT IDENTIFIER ::=
{id-package assistConnectionEstablishment(16)}
id-package-genericDisconnectResource OBJECT IDENTIFIER ::=
{id-package genericDisconnectResource(17)}
id-package-nonAssistedConnectionEstablishment OBJECT IDENTIFIER ::=
{id-package nonAssistedConnectionEstablishment(18)}
id-package-connect OBJECT IDENTIFIER ::= {id-package connect(19)}
id-package-callHandling OBJECT IDENTIFIER ::= {id-package callHandling(20)}
id-package-bcsmEventHandling OBJECT IDENTIFIER ::=
{id-package bcsmEventHandling(21)}
id-package-dpSpecificEventHandling OBJECT IDENTIFIER ::=
{id-package dpSpecificEventHandling(22)}
id-package-chargingEventHandling OBJECT IDENTIFIER ::=
{id-package chargingEventHandling(23)}
id-package-ssfCallProcessing OBJECT IDENTIFIER ::=
{id-package ssfCallProcessing(24)}
id-package-scfCallInitiation OBJECT IDENTIFIER ::=
{id-package scfCallInitiation(25)}
id-package-timer OBJECT IDENTIFIER ::= {id-package timer(26)}
id-package-billing OBJECT IDENTIFIER ::= {id-package billing(27)}
id-package-charging OBJECT IDENTIFIER ::= {id-package charging(28)}
id-package-iNTrafficManagement OBJECT IDENTIFIER ::=
{id-package iNtrafficManagement(29)}
id-package-serviceManagementActivate OBJECT IDENTIFIER ::=
{id-package serviceManagementActivate(30)}
id-package-serviceManagementResponse OBJECT IDENTIFIER ::=
{id-package serviceManagementResponse(31)}
id-package-callReport OBJECT IDENTIFIER ::= {id-package callReport(32)}
id-package-signallingControl OBJECT IDENTIFIER ::=
{id-package signallingControl(33)}
id-package-activityTest OBJECT IDENTIFIER ::= {id-package activityTest(34)}
id-package-statusReporting OBJECT IDENTIFIER ::=
{id-package statusReporting(35)}
id-package-cancel OBJECT IDENTIFIER ::= {id-package cancel(36)}
id-package-cphResponse OBJECT IDENTIFIER ::= {id-package cphResponse(37)}
id-package-entityReleased OBJECT IDENTIFIER ::= {id-package entityReleased(38)}
id-package-triggerManagement OBJECT IDENTIFIER ::=
{id-package triggerManagement(39)}
id-package-uSIHandling OBJECT IDENTIFIER ::= {id-package uSIHandling(40)}
id-package-facilityIEHandling OBJECT IDENTIFIER ::=
{id-package facilityIEHandling(41)}
id-package-triggerCallManagement OBJECT IDENTIFIER ::=
{id-package triggerCallManagement(63)}
id-package-monitorRoute OBJECT IDENTIFIER ::= {id-package monitorRoute(77)}
id-package-trafficManagement OBJECT IDENTIFIER ::=
{id-package trafficManagement(78)}
-- SRF/SCF Operation Packages
id-package-specializedResourceControl OBJECT IDENTIFIER ::=
{id-package specializedResourceControl(42)}
id-package-srf-scfCancel OBJECT IDENTIFIER ::= {id-package srf-scfCancel(43)}
id-package-messageControl OBJECT IDENTIFIER ::= {id-package messageControl(44)}
id-package-scriptControl OBJECT IDENTIFIER ::= {id-package scriptControl(45)}
id-package-srfManagement OBJECT IDENTIFIER ::= {id-package srfManagement(66)}
-- SCF-SDF packages
id-package-search OBJECT IDENTIFIER ::=
{id-package search(2)}
id-package-modify OBJECT IDENTIFIER ::= {id-package modify(3)}
id-package-dapConnection OBJECT IDENTIFIER ::= {id-package dapConnection(10)}
id-package-execute OBJECT IDENTIFIER ::= {id-package execute(4)}
id-package-tfcOperations OBJECT IDENTIFIER ::= {id-package tfcOperations(64)}
id-package-tfcConnection OBJECT IDENTIFIER ::= {id-package tfcConnection(65)}
-- SDF-SDF Packages.
id-package-dspConnection OBJECT IDENTIFIER ::=
{id-package dspConnection(47)}
id-package-inchainedModify OBJECT IDENTIFIER ::=
{id-package inchainedModify(48)}
id-package-inchainedSearch OBJECT IDENTIFIER ::=
{id-package inchainedSearch(49)}
id-package-chainedExecute OBJECT IDENTIFIER ::= {id-package chainedExecute(50)}
id-package-dispConnection OBJECT IDENTIFIER ::= {id-package dispConnection(51)}
id-package-shadowConsumer OBJECT IDENTIFIER ::= {id-package shadowConsumer(52)}
id-package-shadowSupplier OBJECT IDENTIFIER ::= {id-package shadowSupplier(53)}
-- SCF/SCF Operation Packages
id-package-scf-scfConnection OBJECT IDENTIFIER ::=
{id-package scf-scfConnection(46)}
id-package-dsspConnection OBJECT IDENTIFIER ::= {id-package dsspConnection(74)}
id-package-handlingInformation OBJECT IDENTIFIER ::=
{id-package handlingInformation(54)}
id-package-notification OBJECT IDENTIFIER ::= {id-package notification(55)}
id-package-chargingInformation OBJECT IDENTIFIER ::=
{id-package chargingInformation(56)}
id-package-userInformation OBJECT IDENTIFIER ::=
{id-package userInformation(57)}
id-package-networkCapability OBJECT IDENTIFIER ::=
{id-package networkCapability(58)}
id-package-chainedSCFOperations OBJECT IDENTIFIER ::=
{id-package chainedSCFOperations(59)}
id-package-transferStsi OBJECT IDENTIFIER ::= {id-package transferStsi(75)}
id-package-initiateCall OBJECT IDENTIFIER ::= {id-package initiateCall(76)}
-- CUSF/SCF Operation Packages
id-package-cusfTDPSpecificInvocation OBJECT IDENTIFIER ::=
{id-package cusfTDPSpecificInvocation(61)}
id-package-cusfTDPGenericInvocation OBJECT IDENTIFIER ::=
{id-package cusfTDPGenericInvocation(62)}
id-package-cusfDPSpecificEventHandling OBJECT IDENTIFIER ::=
{id-package cusfDPSpecificEventHandling(67)}
id-package-cusfGenericEventHandling OBJECT IDENTIFIER ::=
{id-package cusfGenericEventHandling(68)}
id-package-cusfComponentHandling OBJECT IDENTIFIER ::=
{id-package cusfComponentHandling(69)}
id-package-cusfSCFInitiation OBJECT IDENTIFIER ::=
{id-package cusfSCFInitiation(70)}
id-package-cusfContinue OBJECT IDENTIFIER ::= {id-package cusfContinue(71)}
id-package-cusfConnect OBJECT IDENTIFIER ::= {id-package cusfConnect(72)}
id-package-cusfRelease OBJECT IDENTIFIER ::= {id-package cusfRelease(73)}
-- SDF Attribute Value Contexts
id-avc-assignment OBJECT IDENTIFIER ::=
{id-avc assignment(1)}
id-avc-basicService OBJECT IDENTIFIER ::= {id-avc assignment(2)}
id-avc-lineIdentity OBJECT IDENTIFIER ::= {id-avc assignment(3)}
END
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D |
ASN.1 | wireshark/epan/dissectors/asn1/inap/IN-operationcodes.asn | -- Module IN-operationcodes (Q.1248.1:07/2001)
IN-operationcodes {itu-t recommendation q 1248 modules(1) in-operationcodes(3)
version1(0)} DEFINITIONS ::=
BEGIN
IMPORTS
ros-InformationObjects
FROM IN-object-identifiers {itu-t recommendation q 1248 modules(1)
in-object-identifiers(0) version1(0)}
Code
FROM Remote-Operations-Information-Objects ros-InformationObjects;
-- the operations are grouped by the identified operation packages.
-- SCF activation Package
opcode-initialDP Code ::=
local:0
-- Basic BCP DP Package
opcode-originationAttemptAuthorized Code ::= local:1
opcode-collectedInformation Code ::= local:2
opcode-analysedInformation Code ::= local:3
opcode-routeSelectFailure Code ::= local:4
opcode-oCalledPartyBusy Code ::= local:5
opcode-oNoAnswer Code ::= local:6
opcode-oAnswer Code ::= local:7
opcode-oDisconnect Code ::= local:8
opcode-termAttemptAuthorized Code ::= local:9
opcode-tBusy Code ::= local:10
opcode-tNoAnswer Code ::= local:11
opcode-tAnswer Code ::= local:12
opcode-tDisconnect Code ::= local:13
opcode-facilitySelectedAndAvailable Code ::= local:80
opcode-originationAttempt Code ::= local:81
opcode-terminationAttempt Code ::= local:82
opcode-oAbandon Code ::= local:83
-- Advanced BCP DP Package
opcode-oMidCall Code ::= local:14
opcode-tMidCall Code ::= local:15
opcode-oSuspended Code ::= local:84
opcode-tSuspended Code ::= local:85
-- SCF/SRF activation of assist Package
opcode-assistRequestInstructions Code ::=
local:16
-- Assist connection establishment Package
opcode-establishTemporaryConnection Code ::=
local:17
-- Generic disconnect resource Package
opcode-disconnectForwardConnection Code ::=
local:18
opcode-dFCWithArgument Code ::= local:86
-- Non-assisted connection establishment Package
-- establishment ASE;
opcode-connectToResource Code ::=
local:19
-- Connect Package (elementary SSF function)
opcode-connect Code ::= local:20
-- Call handling Package (elementary SSF function)
opcode-holdCallInNetwork Code ::=
local:21
opcode-releaseCall Code ::= local:22
-- BCSM Event handling Package
opcode-requestReportBCSMEvent Code ::= local:23
opcode-eventReportBCSM Code ::= local:24
-- Charging Event handling Package
opcode-requestNotificationChargingEvent Code ::=
local:25
opcode-eventNotificationCharging Code ::= local:26
-- SSF call processing Package
opcode-collectInformation Code ::= local:27
opcode-analyseInformation Code ::= local:28
opcode-selectRoute Code ::= local:29
opcode-selectFacility Code ::= local:30
opcode-continue Code ::= local:31
opcode-authorizeTermination Code ::= local:87
-- SCF call initiation Package
opcode-initiateCallAttempt Code ::= local:32
-- Timer Package
opcode-resetTimer Code ::= local:33
-- Billing Package
opcode-furnishChargingInformation Code ::= local:34
-- Charging Package
opcode-applyCharging Code ::= local:35
opcode-applyChargingReport Code ::= local:36
-- Status reporting Package
opcode-requestCurrentStatusReport Code ::= local:37
opcode-requestEveryStatusChangeReport Code ::= local:38
opcode-requestFirstStatusMatchReport Code ::= local:39
opcode-statusReport Code ::= local:40
-- IN Traffic management Package
opcode-callGap Code ::= local:41
-- Traffic management Package
opcode-callFiltering Code ::= local:145
-- Service management Package
opcode-activateServiceFiltering Code ::= local:42
opcode-serviceFilteringResponse Code ::= local:43
-- Call report Package
opcode-callInformationReport Code ::= local:44
opcode-callInformationRequest Code ::= local:45
-- Signalling control Package
opcode-sendChargingInformation Code ::= local:46
-- Specialized resource control Package
opcode-playAnnouncement Code ::=
local:47
opcode-promptAndCollectUserInformation Code ::= local:48
opcode-specializedResourceReport Code ::= local:49
-- Cancel Package
opcode-cancel Code ::= local:53
opcode-cancelStatusReportRequest Code ::= local:54
-- Activity Test Package
opcode-activityTest Code ::= local:55
-- CPH Response Package
opcode-continueWithArgument Code ::= local:88
opcode-createCallSegmentAssociation Code ::= local:89
opcode-disconnectLeg Code ::= local:90
opcode-mergeCallSegments Code ::= local:91
opcode-moveCallSegments Code ::= local:92
opcode-moveLeg Code ::= local:93
opcode-reconnect Code ::= local:94
opcode-splitLeg Code ::= local:95
-- Exception Inform Package
opcode-entityReleased Code ::= local:96
-- Trigger Management Package
opcode-manageTriggerData Code ::= local:97
opcode-createOrRemoveTriggerData Code ::= local:135
-- Trigger Call Management Package
opcode-setServiceProfile Code ::= local:136
-- USI Handling Package
opcode-requestReportUTSI Code ::= local:98
opcode-sendSTUI Code ::= local:100
opcode-reportUTSI Code ::= local:101
-- Facility IE Handling Package
opcode-sendFacilityInformation Code ::=
local:102
opcode-requestReportFacilityEvent Code ::= local:103
opcode-eventReportFacility Code ::= local:104
-- Monitor Route Package
opcode-monitorRouteRequest Code ::= local:146
opcode-monitorRouteReport Code ::= local:147
-- SRF/SCF interface
opcode-promptAndReceiveMessage Code ::= local:107
opcode-scriptInformation Code ::= local:108
opcode-scriptEvent Code ::= local:109
opcode-scriptRun Code ::= local:110
opcode-scriptClose Code ::= local:111
opcode-srfCallGap Code ::= local:139
-- SCF/SCF interface
opcode-establishChargingRecord Code ::= local:112
opcode-handlingInformationRequest Code ::= local:113
opcode-handlingInformationResult Code ::= local:114
opcode-networkCapability Code ::= local:115
opcode-notificationProvided Code ::= local:116
opcode-confirmedNotificationProvided Code ::= local:117
opcode-provideUserInformation Code ::= local:118
opcode-confirmedReportChargingInformation Code ::= local:119
opcode-reportChargingInformation Code ::= local:120
opcode-requestNotification Code ::= local:121
opcode-runUserScript Code ::= local:140
opcode-transferSTSI Code ::= local:141
opcode-announcementCompletionReport Code ::= local:142
opcode-initiateCallRequest Code ::= local:143
opcode-provideAnnouncementRequest Code ::= local:144
-- SCF/SDF interface
opcode-execute Code ::= local:10
opcode-trafficFlowControl Code ::= local:138
-- CUSF/SCF interface
opcode-activationReceivedAndAuthorized Code ::= local:122
opcode-initiateAssociation Code ::= local:123
opcode-associationReleaseRequested Code ::= local:124
opcode-componentReceived Code ::= local:125
opcode-releaseAssociation Code ::= local:126
opcode-requestReportBCUSMEvent Code ::= local:127
opcode-sendComponent Code ::= local:130
opcode-connectAssociation Code ::= local:132
opcode-continueAssociation Code ::= local:133
opcode-eventReportBCUSM Code ::= local:134
opcode-initialAssociationDP Code ::= local:131
END
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D |
ASN.1 | wireshark/epan/dissectors/asn1/inap/IN-SCF-SRF-Classes.asn | -- Module IN-SCF-SRF-Classes (Q.1248.3:07/2001)
IN-SCF-SRF-Classes {itu-t recommendation q 1248 modules(1)
in-scf-srf-classes(11) version1(0)} DEFINITIONS ::=
BEGIN
IMPORTS
id-package-emptyConnection, id-rosObject-srf, id-rosObject-ssf,
ros-InformationObjects, ros-UsefulDefinitions, scf-srf-Protocol,
scf-srf-datatypes, ssf-scf-datatypes
FROM IN-object-identifiers {itu-t recommendation q 1248 modules(1)
in-object-identifiers(0) version1(0)}
ROS-OBJECT-CLASS, CONTRACT, OPERATION-PACKAGE, Code, OPERATION,
CONNECTION-PACKAGE
FROM Remote-Operations-Information-Objects ros-InformationObjects
emptyBind, emptyUnbind
FROM Remote-Operations-Useful-Definitions ros-UsefulDefinitions;
UISCRIPT ::= CLASS {
&SpecificInfo OPTIONAL,
&Result OPTIONAL,
&id Code
}
WITH SYNTAX {
[WITH-SPECIFICINFO &SpecificInfo]
[WITH-RESULT &Result]
IDENTIFIED BY &id
}
-- SpecificInfo is used for ScriptRun and ScriptInformation and ScriptClose
--Result is used for ScritEvent
firstScript UISCRIPT ::= {IDENTIFIED BY local:1
}
-- firstScript is just an example.
SupportedUIScripts UISCRIPT ::=
{firstScript, ...
--full set of User Interaction script
}
-- SupportedUIScripts is the full set of User Interaction scripts.
SCF-SRF-BOUNDS ::= CLASS {
&minAttributesLength INTEGER OPTIONAL,
&maxAttributesLength INTEGER OPTIONAL,
&minMailBoxIDLength INTEGER OPTIONAL,
&maxMailBoxIDLength INTEGER OPTIONAL,
&minMessageContentLength INTEGER OPTIONAL,
&maxMessageContentLength INTEGER OPTIONAL,
&minReceivedInformationLength INTEGER OPTIONAL,
&maxReceivedInformationLength INTEGER OPTIONAL,
&maxRecordingTime INTEGER OPTIONAL,
&numOfMessageIDs INTEGER OPTIONAL,
&maxRecordedMessageUnits INTEGER OPTIONAL,
&maxVariableParts INTEGER OPTIONAL
}
WITH SYNTAX {
[MINIMUM-FOR-ATTRIBUTES &minAttributesLength]
[MAXIMUM-FOR-ATTRIBUTES &maxAttributesLength]
[MINIMUM-FOR-MAIL-BOX-ID &minMailBoxIDLength]
[MAXIMUM-FOR-MAIL-BOX-ID &maxMailBoxIDLength]
[MINIMUM-FOR-MESSAGE-CONTENT &minMessageContentLength]
[MAXIMUM-FOR-MESSAGE-CONTENT &maxMessageContentLength]
[MINIMUM-FOR-RECEIVED-INFORMATION &minReceivedInformationLength]
[MAXIMUM-FOR-RECEIVED-INFORMATION &maxReceivedInformationLength]
[MAXIMUM-FOR-RECORDING-TIME &maxRecordingTime]
[NUM-OF-MESSAGE-IDS &numOfMessageIDs]
[MAXIMUM-FOR-RECORDED-MESSAGE-UNITS &maxRecordedMessageUnits]
[NUM-OF-VARIABLE-PARTS &maxVariableParts]
}
-- The following instance of the parameter bound is just an example
networkSpecificB3 SCF-SRF-BOUNDS ::= {
MINIMUM-FOR-ATTRIBUTES 1 -- example value
MAXIMUM-FOR-ATTRIBUTES 5 -- example value
MINIMUM-FOR-MAIL-BOX-ID 1 -- example value
MAXIMUM-FOR-MAIL-BOX-ID 5 -- example value
MINIMUM-FOR-MESSAGE-CONTENT 1 -- example value
MAXIMUM-FOR-MESSAGE-CONTENT 5 -- example value
MINIMUM-FOR-RECEIVED-INFORMATION 1 -- example value
MAXIMUM-FOR-RECEIVED-INFORMATION 5 -- example value
MAXIMUM-FOR-RECORDING-TIME 5 -- example value
NUM-OF-MESSAGE-IDS 2 -- example value
MAXIMUM-FOR-RECORDED-MESSAGE-UNITS 5 -- example value
NUM-OF-VARIABLE-PARTS 5 -- example value
-- must be 5 or
-- greater.
}
END
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D |
ASN.1 | wireshark/epan/dissectors/asn1/inap/IN-SCF-SRF-datatypes.asn | -- Module IN-SCF-SRF-datatypes (Q.1248.3:07/2001)
IN-SCF-SRF-datatypes {itu-t recommendation q 1248 modules(1)
in-scf-srf-datatypes(10) version1(0)} DEFINITIONS IMPLICIT TAGS ::=
BEGIN
IMPORTS
tc-Messages, common-classes, common-datatypes, ssf-scf-classes,
scf-srf-classes, ssf-scf-datatypes, ros-InformationObjects
FROM IN-object-identifiers {itu-t recommendation q 1248 modules(1)
in-object-identifiers(0) version1(0)}
EXTENSION, SupportedExtensions, COMMON-BOUNDS
FROM IN-common-classes common-classes
Integer4
FROM IN-common-datatypes common-datatypes
Code
FROM Remote-Operations-Information-Objects ros-InformationObjects
Digits{}, DisplayInformation{}, SDSSinformation{}
FROM IN-SSF-SCF-datatypes ssf-scf-datatypes
SCF-SSF-BOUNDS
FROM IN-SSF-SCF-Classes ssf-scf-classes
SCF-SRF-BOUNDS
FROM IN-SCF-SRF-Classes scf-srf-classes;
-- The following three definitions are local short-hand notation for convenience.
B1 ::=
COMMON-BOUNDS -- defined in Q.1248.1 (Part 1 of Recommendation Q.1248)
B2 ::= SCF-SSF-BOUNDS -- defined in Q.1248.2 (Part 2 of Recommendation Q.1248)
B3 ::= SCF-SRF-BOUNDS -- defined in this Recommendation (Q.1248.3)
CollectedDigits ::= SEQUENCE {
minimumNbOfDigits [0] INTEGER(1..127) DEFAULT 1,
maximumNbOfDigits [1] INTEGER(1..127),
endOfReplyDigit [2] OCTET STRING(SIZE (1..2)) OPTIONAL,
cancelDigit [3] OCTET STRING(SIZE (1..2)) OPTIONAL,
startDigit [4] OCTET STRING(SIZE (1..2)) OPTIONAL,
firstDigitTimeOut [5] INTEGER(1..127) OPTIONAL,
interDigitTimeOut [6] INTEGER(1..127) OPTIONAL,
errorTreatment [7] ErrorTreatment DEFAULT reportErrorToScf,
interruptableAnnInd [8] BOOLEAN DEFAULT TRUE,
voiceInformation [9] BOOLEAN DEFAULT FALSE,
voiceBack [10] BOOLEAN DEFAULT FALSE,
detectModem [11] BOOLEAN DEFAULT FALSE,
...
}
-- The use of voiceBack is network operator specific.
-- The endOfReplyDigit, cancelDigit, and startDigit parameters have been designated as OCTET STRING,
-- and are to be encoded as BCD, one digit per octet only, contained
-- in the four least significant bits of each OCTET. The usage is service dependent.
CollectedInfo ::= CHOICE {
collectedDigits [0] CollectedDigits,
iA5Information [1] BOOLEAN,
detectModem [2] BOOLEAN
}
ElementaryMessageID ::= Integer4
ErrorTreatment ::= ENUMERATED {reportErrorToScf(0), help(1), repeatPrompt(2)}
-- reportErrorToScf means returning the "ImproperCallerResponse" error in the event of an error
-- condition during collection of user info.
GapOnResource ::=
Code
InbandInfo{B2:b2, B3:b3} ::= SEQUENCE {
messageID [0] MessageID{b2, b3},
numberOfRepetitions [1] INTEGER(1..127) OPTIONAL,
duration [2] INTEGER(0..32767) OPTIONAL,
interval [3] INTEGER(0..32767) OPTIONAL,
preferredLanguage [4] Language OPTIONAL,
...
}
-- Interval is the time in seconds between each repeated announcement. Duration is the total
-- amount of time in seconds, including repetitions and intervals.
-- The end of announcement is either the end of duration or numberOfRepetitions, whatever comes first.
-- duration with value 0 indicates infinite duration
InformationToRecord{B3:b3} ::= SEQUENCE {
messageID [0] ElementaryMessageID OPTIONAL,
messageDeletionTimeOut [1] INTEGER(1..3600) OPTIONAL,
--Time units = hours
timeToRecord [3] INTEGER(0..b3.&maxRecordingTime) OPTIONAL,
--Time units = seconds
controlDigits
[4] SEQUENCE {endOfRecordingDigit
[0] OCTET STRING(SIZE (1..2)) OPTIONAL,
cancelDigit
[1] OCTET STRING(SIZE (1..2)) OPTIONAL,
replayDigit
[2] OCTET STRING(SIZE (1..2)) OPTIONAL,
restartRecordingDigit
[3] OCTET STRING(SIZE (1..2)) OPTIONAL,
restartAllowed [4] BOOLEAN DEFAULT FALSE,
replayAllowed [5] BOOLEAN DEFAULT FALSE,
...},
...
}
InformationToSend{B2:b2, B3:b3} ::= CHOICE {
inbandInfo [0] InbandInfo{b2, b3},
tone [1] Tone,
displayInformation [2] DisplayInformation{b2},
sDSSinformation [3] SDSSinformation{b2}
}
Language ::= PrintableString(SIZE (3)) -- ISO 639 codes only;
MailBoxID{B3:b3} ::=
OCTET STRING(SIZE (b3.&minMailBoxIDLength..b3.&maxMailBoxIDLength))
Media ::= ENUMERATED {voiceMail(0), faxGroup3(1), faxGroup4(2)}
MessageID{B2:b2, B3:b3} ::= CHOICE {
elementaryMessageID [0] Integer4,
text
[1] SEQUENCE {messageContent
[0] IA5String
(SIZE (b3.&minMessageContentLength..
b3.&maxMessageContentLength)),
attributes
[1] OCTET STRING
(SIZE (b3.&minAttributesLength..
b3.&maxAttributesLength)) OPTIONAL,
...},
elementaryMessageIDs
[29] SEQUENCE SIZE (1..b3.&numOfMessageIDs) OF Integer4,
variableMessage
[30] SEQUENCE {elementaryMessageID [0] Integer4,
variableParts
[1] SEQUENCE SIZE (1..b3.&maxVariableParts) OF
VariablePart{b2},
...}
}
-- OPTIONAL denotes network operator specific use.
ReceivedStatus ::= ENUMERATED {
messageComplete(0), messageInterrupted(1), messageTimeOut(2)}
RecordedMessageID ::= Integer4
SRFGapCriteria{B2:b2} ::= CHOICE {
iPAddressValue [1] Digits{b2},
gapOnResource [2] GapOnResource,
iPAddressAndresource
[3] SEQUENCE {iPAddressValue [1] Digits{b2},
gapOnResource [2] GapOnResource,
...}
}
Tone ::= SEQUENCE {
toneID [0] Integer4,
duration [1] Integer4 OPTIONAL,
...
}
-- The duration specifies the length of the tone in seconds, value 0 indicates infinite duration.
VariablePart{B2:b2} ::= CHOICE {
integer [0] Integer4,
number [1] Digits{b2}, -- Generic digits
time [2] OCTET STRING(SIZE (2)), -- HH:MM, BCD coded
date [3] OCTET STRING(SIZE (3)), -- YYMMDD, BCD coded
price [4] OCTET STRING(SIZE (4))
}
-- Indicates the variable part of the message.
-- BCD coded variable parts are encoded as described in the examples below.
-- For example, time = 12:15 would be encoded as:
-- Bits HGFE DCBA
-- leading octet 2 1
-- 5 1
-- date = 1993 September 30th would be encoded as:
-- Bits HGFE DCBA
-- leading octet 3 9
-- 9 0
-- 0 3
-- For a system operating when or after this Recommendation is released, the 2-digit value
-- representing a Year shall be interpreted as follows:
-- - If the two-digits value is 00 through 49 inclusive, it shall be interpreted as representing
-- year 2000 through 2049.
-- - If the two-digits value is 50 through 99 inclusive, it shall be interpreted as representing
-- year 1950 through 1999.
END
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D |
ASN.1 | wireshark/epan/dissectors/asn1/inap/IN-SCF-SRF-ops-args.asn | -- Module IN-SCF-SRF-ops-args (Q.1248.3:07/2001)
IN-SCF-SRF-ops-args {itu-t recommendation q 1248 modules(1)
in-scf-srf-ops-args(12) version1(0)} DEFINITIONS IMPLICIT TAGS ::=
BEGIN
IMPORTS
ros-InformationObjects, operationcodes, common-datatypes, errortypes,
common-classes, scf-srf-classes, ssf-scf-classes, ssf-scf-datatypes,
scf-srf-datatypes
FROM IN-object-identifiers {itu-t recommendation q 1248 modules(1)
in-object-identifiers(0) version1(0)}
OPERATION
FROM Remote-Operations-Information-Objects ros-InformationObjects
opcode-playAnnouncement, opcode-promptAndCollectUserInformation,
opcode-promptAndReceiveMessage, opcode-scriptClose, opcode-scriptEvent,
opcode-scriptInformation, opcode-scriptRun,
opcode-specializedResourceReport, opcode-activityTest, opcode-srfCallGap
FROM IN-operationcodes operationcodes
SCF-SSF-BOUNDS
FROM IN-SSF-SCF-Classes ssf-scf-classes
CallSegmentID{}, Digits{}, GenericNumber{}, LegID, ControlType, GapIndicators
FROM IN-SSF-SCF-datatypes ssf-scf-datatypes
InformationToSend{}, CollectedInfo, MailBoxID{}, InformationToRecord{},
Media, ReceivedStatus, RecordedMessageID, SRFGapCriteria{}
FROM IN-SCF-SRF-datatypes scf-srf-datatypes
canceled, improperCallerResponse, missingParameter, parameterOutOfRange,
systemFailure, taskRefused, unavailableResource,
unexpectedComponentSequence, unexpectedDataValue, unexpectedParameter,
unknownLegID
FROM IN-errortypes errortypes
UISCRIPT, SupportedUIScripts, SCF-SRF-BOUNDS
FROM IN-SCF-SRF-Classes scf-srf-classes
Extensions{}
FROM IN-common-datatypes common-datatypes
COMMON-BOUNDS
FROM IN-common-classes common-classes;
-- The following three definitions are local short-hand notation for convenience.
B1 ::=
COMMON-BOUNDS -- defined in Q.1248.1 (Part 1 of Recommendation Q.1248)
B2 ::= SCF-SSF-BOUNDS -- defined in Q.1248.2 (Part 2 of Recommendation Q.1248)
B3 ::= SCF-SRF-BOUNDS -- defined in this Recommendation (Q.1248.3)
-- activityTest OPERATION
-- This operation is described in Recommendation Q.1248.2.
-- assistRequestInstructions OPERATION
-- This operation is described in Recommendation Q.1248.2.
--cancel OPERATION
-- This operation is described in Recommendation Q.1248.2.
playAnnouncement{B1:b1, B2:b2, B3:b3} OPERATION ::= {
ARGUMENT PlayAnnouncementArg {b1,
b2,
b3}
RETURN RESULT FALSE
ERRORS
{canceled | missingParameter | parameterOutOfRange | systemFailure |
taskRefused | unexpectedComponentSequence | unexpectedDataValue |
unexpectedParameter | unavailableResource | unknownLegID}
LINKED {specializedResourceReport}
ALWAYS RESPONDS FALSE
CODE opcode-playAnnouncement
}
-- Direction: SCF -> SRF, Timer: Tpa
-- This operation is to be used after Establish Temporary Connection (assist procedure with a second SSP)
-- or a Connect to Resource (no assist) operation. It may be used for inband interaction with an analogue user,
-- or for interaction with an ISDN user. In the former case, the SRF is usually collocated with the SSF for
-- standard tones (congestion tone ...) or standard announcements. In the latter case, the SRF is always
-- collocated with the SSF in the switch. Any error is returned to the SCF. The timer associated with this
-- operation must be of a sufficient duration to allow its linked operation to be correctly correlated.
PlayAnnouncementArg{B1:b1, B2:b2, B3:b3} ::= SEQUENCE {
informationToSend [0] InformationToSend{b2, b3},
disconnectFromIPForbidden [1] BOOLEAN DEFAULT TRUE,
requestAnnouncementComplete [2] BOOLEAN DEFAULT TRUE,
extensions [3] Extensions{b1} OPTIONAL,
connectedParty
CHOICE {legID [4] LegID,
callSegmentID [5] CallSegmentID{b2}} OPTIONAL,
...
}
promptAndCollectUserInformation{B1:b1, B2:b2, B3:b3} OPERATION ::= {
ARGUMENT PromptAndCollectUserInformationArg {b1,
b2,
b3}
RESULT ReceivedInformationArg {b2}
ERRORS
{canceled | improperCallerResponse | missingParameter | parameterOutOfRange
| systemFailure | taskRefused | unexpectedComponentSequence |
unavailableResource | unexpectedDataValue | unexpectedParameter}
CODE opcode-promptAndCollectUserInformation
}
-- Direction: SCF -> SRF, Timer: Tpc
-- This operation is used to interact with a user to collect information.
PromptAndCollectUserInformationArg{B1:b1, B2:b2, B3:b3} ::= SEQUENCE {
collectedInfo [0] CollectedInfo,
disconnectFromIPForbidden [1] BOOLEAN DEFAULT TRUE,
informationToSend [2] InformationToSend{b2, b3} OPTIONAL,
extensions [3] Extensions{b1} OPTIONAL,
callSegmentID [4] CallSegmentID{b2} OPTIONAL,
...
}
ReceivedInformationArg{B2:b2} ::= CHOICE {
digitsResponse [0] Digits{b2},
iA5Response [1] IA5String,
modemdetected [2] BOOLEAN
}
promptAndReceiveMessage{B1:b1, B2:b2, B3:b3} OPERATION ::= {
ARGUMENT PromptAndReceiveMessageArg {b1,
b2,
b3}
RESULT MessageReceivedArg {b1,
b3}
ERRORS
{canceled | improperCallerResponse | missingParameter | parameterOutOfRange
| taskRefused | systemFailure | unavailableResource |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter}
CODE opcode-promptAndReceiveMessage
}
-- Direction: SCF ->SRF, Timer: Tprm
-- Used to prompt a user to store a message
PromptAndReceiveMessageArg{B1:b1, B2:b2, B3:b3} ::= SEQUENCE {
disconnectFromIPForbidden [0] BOOLEAN DEFAULT TRUE,
informationToSend [1] InformationToSend{b2, b3} OPTIONAL,
extensions [3] Extensions{b1} OPTIONAL,
subscriberID [4] GenericNumber{b2} OPTIONAL,
mailBoxID [5] MailBoxID{b3} OPTIONAL,
informationToRecord [6] InformationToRecord{b3},
media [7] Media DEFAULT voiceMail,
callSegmentID [8] CallSegmentID{b2} OPTIONAL,
...
}
MessageReceivedArg{B1:b1, B3:b3} ::= SEQUENCE {
receivedStatus [0] ReceivedStatus,
recordedMessageID [1] RecordedMessageID OPTIONAL,
recordedMessageUnits [2] INTEGER(1..b3.&maxRecordedMessageUnits) OPTIONAL,
extensions [3] Extensions{b1} OPTIONAL,
...
}
-- reportUTSI OPERATION
-- This operation is described in Recommendation Q.1248.2.
-- requestReportUTSI OPERATION
-- This operation is described in Recommendation Q.1248.2.
-- sendSTUI OPERATION
-- This operation is described in Recommendation Q.1248.2.
scriptClose{B1:b1, B2:b2} OPERATION ::= {
ARGUMENT ScriptCloseArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{systemFailure | missingParameter | taskRefused | unavailableResource |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter}
ALWAYS RESPONDS FALSE
CODE opcode-scriptClose
}
-- Direction:SCF-> SRF. Timer :TCl
-- This operation is issued by the SCF to deallocate the resources used to perform the
-- instance of the "User Interaction" script: the context is released.
ScriptCloseArg{B1:b1, B2:b2} ::= SEQUENCE {
uIScriptId UISCRIPT.&id({SupportedUIScripts}),
uIScriptSpecificInfo
[0] UISCRIPT.&SpecificInfo({SupportedUIScripts}{@uIScriptId}) OPTIONAL,
extensions [1] Extensions{b1} OPTIONAL,
callSegmentID [2] CallSegmentID{b2} OPTIONAL,
...
}
scriptEvent{B1:b1, B2:b2} OPERATION ::= {
ARGUMENT ScriptEventArg {b1,
b2}
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE opcode-scriptEvent
}
-- Direction:SRF-> SCF. Timer :TRe
-- This operation is issued by the SRF to return information to the SCF on the results of the
-- execution of the instance of User Interaction script.
ScriptEventArg{B1:b1, B2:b2} ::= SEQUENCE {
uIScriptId UISCRIPT.&id({SupportedUIScripts}),
uIScriptResult
[0] UISCRIPT.&Result({SupportedUIScripts}{@uIScriptId}) OPTIONAL,
extensions [1] Extensions{b1} OPTIONAL,
callSegmentID [2] CallSegmentID{b2} OPTIONAL,
lastEventIndicator [3] BOOLEAN DEFAULT FALSE,
...
}
scriptInformation{B1:b1, B2:b2} OPERATION ::= {
ARGUMENT ScriptInformationArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{systemFailure | missingParameter | taskRefused | unavailableResource |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter}
ALWAYS RESPONDS FALSE
CODE opcode-scriptInformation
}
-- Direction:SCF-> SRF. Timer :Tinf
ScriptInformationArg{B1:b1, B2:b2} ::= SEQUENCE {
uIScriptId UISCRIPT.&id({SupportedUIScripts}),
uIScriptSpecificInfo
[0] UISCRIPT.&SpecificInfo({SupportedUIScripts}{@uIScriptId}) OPTIONAL,
extensions [1] Extensions{b1} OPTIONAL,
callSegmentID [2] CallSegmentID{b2} OPTIONAL,
...
}
scriptRun{B1:b1, B2:b2} OPERATION ::= {
ARGUMENT ScriptRunArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{systemFailure | missingParameter | taskRefused | unavailableResource |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter}
ALWAYS RESPONDS FALSE
CODE opcode-scriptRun
}
-- Direction:SCF-> SRF. Timer :Tru
-- This operation is issued by the SCF to allocate the necessary resources to perform the
-- instance of the "User Interaction" script and then to activate this "User Interaction" script
-- instance. A context is partially defined for it if necessary.
ScriptRunArg{B1:b1, B2:b2} ::= SEQUENCE {
uIScriptId UISCRIPT.&id({SupportedUIScripts}),
uIScriptSpecificInfo
[0] UISCRIPT.&SpecificInfo({SupportedUIScripts}{@uIScriptId}) OPTIONAL,
extensions [1] Extensions{b1} OPTIONAL,
disconnectFromIPForbidden [2] BOOLEAN DEFAULT TRUE,
callSegmentID [3] CallSegmentID{b2} OPTIONAL,
...
}
specializedResourceReport OPERATION ::= {
ARGUMENT SpecializedResourceReportArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE opcode-specializedResourceReport
}
-- Direction: SRF -> SCF, Timer: Tsrr
-- This operation is used as the response to a PlayAnnouncement operation when the announcement completed
-- report indication is set.
SpecializedResourceReportArg ::= NULL
sRFCallGap{B1:b1, B2:b2} OPERATION ::= {
ARGUMENT SRFCallGapArg {b1,
b2}
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE opcode-srfCallGap
}
-- Direction: SRF -> SCF, Timer: Tcg
-- This operation is used to request the SCF to reduce the rate at which specific service requests are sent to
-- the SRF.
SRFCallGapArg{B1:b1, B2:b2} ::= SEQUENCE {
sRFgapCriteria [0] SRFGapCriteria{b2},
gapIndicators [1] GapIndicators,
controlType [2] ControlType OPTIONAL,
...,
...,
extensions [30] Extensions{b1} OPTIONAL
}
END
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D |
ASN.1 | wireshark/epan/dissectors/asn1/inap/IN-SSF-SCF-Classes.asn | -- Module IN-SSF-SCF-Classes (Q.1248.2:07/2001)
IN-SSF-SCF-Classes {itu-t recommendation q 1248 modules(1)
in-ssf-scf-classes(7) version1(0)} DEFINITIONS ::=
BEGIN
TRIGGER ::= CLASS {&Parameter OPTIONAL,
&id INTEGER UNIQUE
}WITH SYNTAX {[PARAMETER &Parameter]
IDENTIFIED BY &id
}
--The &id field uniquely identifies a class of triggers.
--The &Parameter field defines the ASN.1 type for representing specific parameters
-- (e.g. criteria, scfAddress, ...)
--associated with this class of triggers.
SCF-SSF-BOUNDS ::= CLASS {
&highLayerCompatibilityLength INTEGER OPTIONAL,
&minAChBillingChargingLength INTEGER OPTIONAL,
&maxAChBillingChargingLength INTEGER OPTIONAL,
&minBackwardGVNSLength INTEGER OPTIONAL,
&maxBackwardGVNSLength INTEGER OPTIONAL,
&maxBearerCapabilityLength INTEGER OPTIONAL,
&minCalledDirectoryNumberLength INTEGER OPTIONAL,
&maxCalledDirectoryNumberLength INTEGER OPTIONAL,
&minCalledPartyNumberLength INTEGER OPTIONAL,
&maxCalledPartyNumberLength INTEGER OPTIONAL,
&minCalledPartySubaddressLength INTEGER OPTIONAL,
&maxCalledPartySubaddressLength INTEGER OPTIONAL,
&minCallingGeodeticLocationLength INTEGER OPTIONAL,
&maxCallingGeodeticLocationLength INTEGER OPTIONAL,
&minCallingPartyNumberLength INTEGER OPTIONAL,
&maxCallingPartyNumberLength INTEGER OPTIONAL,
&minCallingPartySubaddressLength INTEGER OPTIONAL,
&maxCallingPartySubaddressLength INTEGER OPTIONAL,
&minCallResultLength INTEGER OPTIONAL,
&maxCallResultLength INTEGER OPTIONAL,
&maxCallReferenceLength INTEGER OPTIONAL,
&minCarrierLength INTEGER OPTIONAL,
&maxCarrierLength INTEGER OPTIONAL,
&minCauseLength INTEGER OPTIONAL,
&maxCauseLength INTEGER OPTIONAL,
&maxCNInfoLength INTEGER OPTIONAL,
&minDestinationIndexLength INTEGER OPTIONAL,
&maxDestinationIndexLength INTEGER OPTIONAL,
&minDigitsLength INTEGER OPTIONAL,
&maxDigitsLength INTEGER OPTIONAL,
&minDisplayInformationLength INTEGER OPTIONAL,
&maxDisplayInformationLength INTEGER OPTIONAL,
&minEventSpecificInformationChargingLength INTEGER OPTIONAL,
&maxEventSpecificInformationChargingLength INTEGER OPTIONAL,
&minEventTypeChargingLength INTEGER OPTIONAL,
&maxEventTypeChargingLength INTEGER OPTIONAL,
&minFCIBillingChargingLength INTEGER OPTIONAL,
&maxFCIBillingChargingLength INTEGER OPTIONAL,
&minForwardGVNSLength INTEGER OPTIONAL,
&maxForwardGVNSLength INTEGER OPTIONAL,
&minGenericNameLength INTEGER OPTIONAL,
&maxGenericNameLength INTEGER OPTIONAL,
&minGenericNumberLength INTEGER OPTIONAL,
&maxGenericNumberLength INTEGER OPTIONAL,
&maxInitialTimeInterval INTEGER OPTIONAL,
&maxINServiceCompatibilityIndLength INTEGER OPTIONAL,
&minIPAvailableLength INTEGER OPTIONAL,
&maxIPAvailableLength INTEGER OPTIONAL,
&minIPSSPCapabilitiesLength INTEGER OPTIONAL,
&maxIPSSPCapabilitiesLength INTEGER OPTIONAL,
&minISDNAccessRelatedInfoLength INTEGER OPTIONAL,
&maxISDNAccessRelatedInfoLength INTEGER OPTIONAL,
&minLocationNumberLength INTEGER OPTIONAL,
&maxLocationNumberLength INTEGER OPTIONAL,
&maxNbOfRoutes INTEGER OPTIONAL,
&minMidCallControlInfoNum INTEGER OPTIONAL,
&maxMidCallControlInfoNum INTEGER OPTIONAL,
&minOriginalCalledPartyIDLength INTEGER OPTIONAL,
&maxOriginalCalledPartyIDLength INTEGER OPTIONAL,
&minReasonLength INTEGER OPTIONAL,
&maxReasonLength INTEGER OPTIONAL,
&minRedirectingPartyIDLength INTEGER OPTIONAL,
&maxRedirectingPartyIDLength INTEGER OPTIONAL,
&minRequestedUTSINum INTEGER OPTIONAL,
&maxRequestedUTSINum INTEGER OPTIONAL,
&minRouteListLength INTEGER OPTIONAL,
&maxRouteListLength INTEGER OPTIONAL,
&minRouteingNumberLength INTEGER OPTIONAL,
&maxRouteingNumberLength INTEGER OPTIONAL,
&minScfIDLength INTEGER OPTIONAL,
&maxScfIDLength INTEGER OPTIONAL,
&minSCIBillingChargingLength INTEGER OPTIONAL,
&maxSCIBillingChargingLength INTEGER OPTIONAL,
&minSDSSinformationLength INTEGER OPTIONAL,
&maxSDSSinformationLength INTEGER OPTIONAL,
&minServiceInteractionIndicatorsLength INTEGER OPTIONAL,
&maxServiceInteractionIndicatorsLength INTEGER OPTIONAL,
&minSFBillingChargingLength INTEGER OPTIONAL,
&maxSFBillingChargingLength INTEGER OPTIONAL,
&minUSIInformationLength INTEGER OPTIONAL,
&maxUSIInformationLength INTEGER OPTIONAL,
&minUSIServiceIndicatorLength INTEGER OPTIONAL,
&maxUSIServiceIndicatorLength INTEGER OPTIONAL,
&numOfBCSMEvents INTEGER OPTIONAL,
&numOfBCUSMEvents INTEGER OPTIONAL,
&numOfChargingEvents INTEGER OPTIONAL,
&numOfCounters INTEGER OPTIONAL,
&numOfCSAs INTEGER OPTIONAL,
&numOfCSs INTEGER OPTIONAL,
&numOfGenericNumbers INTEGER OPTIONAL,
&numOfInfoItems INTEGER OPTIONAL,
&numOfInServiceCompatibilityIndLength INTEGER OPTIONAL,
&numOfLegs INTEGER OPTIONAL,
&numOfMessageIDs INTEGER OPTIONAL,
&maxAmount INTEGER OPTIONAL,
&maxInitialUnitIncrement INTEGER OPTIONAL,
&maxScalingFactor INTEGER OPTIONAL,
&maxSegmentsPerDataInterval INTEGER OPTIONAL,
&ub-nbCall INTEGER OPTIONAL,
&numOfAddresses INTEGER OPTIONAL,
&numOfINProfile INTEGER OPTIONAL,
&numOfTriggers INTEGER OPTIONAL,
&minAALPLength INTEGER OPTIONAL,
&maxAALPLength INTEGER OPTIONAL,
&minAdditionalATMCellRateLength INTEGER OPTIONAL,
&maxAdditionalATMCellRateLength INTEGER OPTIONAL,
&minAESACalledPartyLength INTEGER OPTIONAL,
&maxAESACalledPartyLength INTEGER OPTIONAL,
&minAESACallingPartyLength INTEGER OPTIONAL,
&maxAESACallingPartyLength INTEGER OPTIONAL,
&minATMCellRateLength INTEGER OPTIONAL,
&maxATMCellRateLength INTEGER OPTIONAL,
&minCDVTDescriptorLength INTEGER OPTIONAL,
&maxCDVTDescriptorLength INTEGER OPTIONAL,
&minConnectionIdentifierLength INTEGER OPTIONAL,
&maxConnectionIdentifierLength INTEGER OPTIONAL,
&minCumulativeTransitDelayLength INTEGER OPTIONAL,
&maxCumulativeTransitDelayLength INTEGER OPTIONAL,
&minEndToEndTDLength INTEGER OPTIONAL,
&maxEndToEndTDLength INTEGER OPTIONAL,
&minGenericIdentifierLength INTEGER OPTIONAL,
&maxGenericIdentifierLength INTEGER OPTIONAL,
&minMinAcceptableATMTrafficDescriptorLength INTEGER OPTIONAL,
&maxMinAcceptableATMTrafficDescriptorLength INTEGER OPTIONAL,
&minAlternativeATMTrafficDescriptorLength INTEGER OPTIONAL,
&maxAlternativeATMTrafficDescriptorLength INTEGER OPTIONAL,
&minQoSParameterLength INTEGER OPTIONAL,
&maxQoSParameterLength INTEGER OPTIONAL,
&minBroadbandBearerCapabilityLength INTEGER OPTIONAL,
&maxBroadbandBearerCapabilityLength INTEGER OPTIONAL,
&maxGlobalCallReferenceLength INTEGER OPTIONAL,
&maxAlternativeIdentities INTEGER OPTIONAL,
&maxAlternativeIds INTEGER OPTIONAL
}
WITH SYNTAX {
[HIGH-LAYER-COMPATIBILITY-LENGTH &highLayerCompatibilityLength]
[MINIMUM-FOR-ACH-BILLING-CHARGING &minAChBillingChargingLength]
[MAXIMUM-FOR-ACH-BILLING-CHARGING &maxAChBillingChargingLength]
[MINIMUM-FOR-BACKWARD-GVNS &minBackwardGVNSLength]
[MAXIMUM-FOR-BACKWARD-GVNS &maxBackwardGVNSLength]
[MAXIMUM-FOR-BEARER-CAPABILITY &maxBearerCapabilityLength]
[MINIMUM-FOR-CALLED-DIRECTORY-NUMBER &minCalledDirectoryNumberLength]
[MAXIMUM-FOR-CALLED-DIRECTORY-NUMBER &maxCalledDirectoryNumberLength]
[MINIMUM-FOR-CALLED-PARTY-NUMBER &minCalledPartyNumberLength]
[MAXIMUM-FOR-CALLED-PARTY-NUMBER &maxCalledPartyNumberLength]
[MINIMUM-FOR-CALLED-PARTY-SUBADDRESS &minCalledPartySubaddressLength]
[MAXIMUM-FOR-CALLED-PARTY-SUBADDRESS &maxCalledPartySubaddressLength]
[MINIMUM-FOR-CALLING-GEODETIC-LOCATION &minCallingGeodeticLocationLength]
[MAXIMUM-FOR-CALLING-GEODETIC-LOCATION &maxCallingGeodeticLocationLength]
[MINIMUM-FOR-CALLING-PARTY-NUMBER &minCallingPartyNumberLength]
[MAXIMUM-FOR-CALLING-PARTY-NUMBER &maxCallingPartyNumberLength]
[MINIMUM-FOR-CALLING-PARTY-SUBADDRESS &minCallingPartySubaddressLength]
[MAXIMUM-FOR-CALLING-PARTY-SUBADDRESS &maxCallingPartySubaddressLength]
[MINIMUM-FOR-CALL-RESULT &minCallResultLength]
[MAXIMUM-FOR-CALL-RESULT &maxCallResultLength]
[MINIMUM-FOR-CARRIER &minCarrierLength]
[MAXIMUM-FOR-CARRIER &maxCarrierLength]
[MINIMUM-FOR-CAUSE &minCauseLength]
[MAXIMUM-FOR-CAUSE &maxCauseLength]
[MINIMUM-FOR-DESTINATION &minDestinationIndexLength]
[MAXIMUM-FOR-DESTINATION &maxDestinationIndexLength]
[MINIMUM-FOR-DIGITS &minDigitsLength]
[MAXIMUM-FOR-DIGITS &maxDigitsLength]
[MINIMUM-FOR-DISPLAY &minDisplayInformationLength]
[MAXIMUM-FOR-DISPLAY &maxDisplayInformationLength]
[MINIMUM-FOR-EVENT-SPECIFIC-CHARGING
&minEventSpecificInformationChargingLength]
[MAXIMUM-FOR-EVENT-SPECIFIC-CHARGING
&maxEventSpecificInformationChargingLength]
[MINIMUM-FOR-EVENT-TYPE-CHARGING &minEventTypeChargingLength]
[MAXIMUM-FOR-EVENT-TYPE-CHARGING &maxEventTypeChargingLength]
[MINIMUM-FOR-FCI-BILLING-CHARGING &minFCIBillingChargingLength]
[MAXIMUM-FOR-FCI-BILLING-CHARGING &maxFCIBillingChargingLength]
[MINIMUM-FOR-FORWARD-GVNS &minForwardGVNSLength]
[MAXIMUM-FOR-FORWARD-GVNS &maxForwardGVNSLength]
[MINIMUM-FOR-GENERIC-NAME &minGenericNameLength]
[MAXIMUM-FOR-GENERIC-NAME &maxGenericNameLength]
[MINIMUM-FOR-GENERIC-NUMBER &minGenericNumberLength]
[MAXIMUM-FOR-GENERIC-NUMBER &maxGenericNumberLength]
[MAXIMUM-FOR-INITIAL-TIME-INTERVAL &maxInitialTimeInterval]
[MAXIMUM-FOR-IN-SERVICE-COMPATIBILITY &maxINServiceCompatibilityIndLength]
[MINIMUM-FOR-IP-AVAILABLE &minIPAvailableLength]
[MAXIMUM-FOR-IP-AVAILABLE &maxIPAvailableLength]
[MINIMUM-FOR-IP-SSP-CAPABILITIES &minIPSSPCapabilitiesLength]
[MAXIMUM-FOR-IP-SSP-CAPABILITIES &maxIPSSPCapabilitiesLength]
[MINIMUM-FOR-ISDN-ACCESS-RELATED-INFO &minISDNAccessRelatedInfoLength]
[MAXIMUM-FOR-ISDN-ACCESS-RELATED-INFO &maxISDNAccessRelatedInfoLength]
[MINIMUM-FOR-LOCATION-NUMBER &minLocationNumberLength]
[MAXIMUM-FOR-LOCATION-NUMBER &maxLocationNumberLength]
[MAXIMUM-NB-OF-ROUTES &maxNbOfRoutes]
[MINIMUM-FOR-MID-CALL-CONTROL-INFO &minMidCallControlInfoNum]
[MAXIMUM-FOR-MID-CALL-CONTROL-INFO &maxMidCallControlInfoNum]
[MINIMUM-FOR-ORIGINAL-CALLED-PARTY-ID &minOriginalCalledPartyIDLength]
[MAXIMUM-FOR-ORIGINAL-CALLED-PARTY-ID &maxOriginalCalledPartyIDLength]
[MINIMUM-FOR-REASON &minReasonLength]
[MAXIMUM-FOR-REASON &maxReasonLength]
[MINIMUM-FOR-REDIRECTING-ID &minRedirectingPartyIDLength]
[MAXIMUM-FOR-REDIRECTING-ID &maxRedirectingPartyIDLength]
[MINIMUM-FOR-REQUESTED-UTSI-NUM &minRequestedUTSINum]
[MAXIMUM-FOR-REQUESTED-UTSI-NUM &maxRequestedUTSINum]
[MINIMUM-FOR-ROUTE-LIST &minRouteListLength]
[MAXIMUM-FOR-ROUTE-LIST &maxRouteListLength]
[MINIMUM-FOR-ROUTING-NUMBER &minRouteingNumberLength]
[MAXIMUM-FOR-ROUTING-NUMBER &maxRouteingNumberLength]
[MINIMUM-FOR-SCF-ID &minScfIDLength]
[MAXIMUM-FOR-SCF-ID &maxScfIDLength]
[MINIMUM-FOR-SCI-BILLING-CHARGING &minSCIBillingChargingLength]
[MAXIMUM-FOR-SCI-BILLING-CHARGING &maxSCIBillingChargingLength]
[MINIMUM-FOR-SDSS-INFORMATION &minSDSSinformationLength]
[MAXIMUM-FOR-SDSS-INFORMATION &maxSDSSinformationLength]
[MINIMUM-FOR-SII &minServiceInteractionIndicatorsLength]
[MAXIMUM-FOR-SII &maxServiceInteractionIndicatorsLength]
[MINIMUM-FOR-SF-BILLING-CHARGING &minSFBillingChargingLength]
[MAXIMUM-FOR-SF-BILLING-CHARGING &maxSFBillingChargingLength]
[MINIMUM-FOR-USI-INFORMATION &minUSIInformationLength]
[MAXIMUM-FOR-USI-INFORMATION &maxUSIInformationLength]
[MINIMUM-FOR-USI-SERVICE-INDICATOR &minUSIServiceIndicatorLength]
[MAXIMUM-FOR-USI-SERVICE-INDICATOR &maxUSIServiceIndicatorLength]
[NUM-OF-BCSM-EVENT &numOfBCSMEvents]
[NUM-OF-BCUSM-EVENT &numOfBCUSMEvents]
[NUM-OF-CHARGING-EVENT &numOfChargingEvents]
[NUM-OF-COUNTERS &numOfCounters]
[NUM-OF-CSAS &numOfCSAs]
[NUM-OF-CSS &numOfCSs]
[NUM-OF-GENERIC-NUMBERS &numOfGenericNumbers]
[NUM-OF-INFO-ITEMS &numOfInfoItems]
[NUM-OF-INPROFILE &numOfINProfile]
[NUM-OF-SEVERALTRIGGER &numOfTriggers]
[NUM-OF-IN-SERVICE-COMPATIBILITY-ID &numOfInServiceCompatibilityIndLength]
[NUM-OF-LEGS &numOfLegs]
[NUM-OF-MESSAGE-IDS &numOfMessageIDs]
[MAXIMUM-FOR-AMOUNT &maxAmount]
[MAXIMUM-FOR-CALL-REFERENCE &maxCallReferenceLength]
[MAXIMUM-FOR-CNINFO &maxCNInfoLength]
[MAXIMUM-FOR-INITIAL-UNIT-INCREMENT &maxInitialUnitIncrement]
[MAXIMUM-FOR-SCALING-FACTOR &maxScalingFactor]
[MAXIMUM-FOR-SEGMENTS-PER-DATA-INTERVAL &maxSegmentsPerDataInterval]
[MAXIMUM-FOR-UB-NB-CALL &ub-nbCall]
[NUM-OF-ADDRESSES &numOfAddresses]
[MINIMUM-FOR-AAL-PARAMETERS &minAALPLength]
[MAXIMUM-FOR-AAL-PARAMETERS &maxAALPLength]
[MINIMUM-FOR-ADDITIONAL-ATM-CELL-RATE &minAdditionalATMCellRateLength]
[MAXIMUM-FOR-ADDITIONAL-ATM-CELL-RATE &maxAdditionalATMCellRateLength]
[MINIMUM-FOR-AESA-CALLED-PARTY &minAESACalledPartyLength]
[MAXIMUM-FOR-AESA-CALLED-PARTY &maxAESACalledPartyLength]
[MINIMUM-FOR-AESA-CALLING-PARTY &minAESACallingPartyLength]
[MAXIMUM-FOR-AESA-CALLING-PARTY &maxAESACallingPartyLength]
[MINIMUM-FOR-ATM-CELL-RATE &minATMCellRateLength]
[MAXIMUM-FOR-ATM-CELL-RATE &maxATMCellRateLength]
[MINIMUM-FOR-CDVT-DESCRIPTOR &minCDVTDescriptorLength]
[MAXIMUM-FOR-CDVT-DESCRIPTOR &maxCDVTDescriptorLength]
[MINIMUM-FOR-CONNECTION-IDENTIFIER &minConnectionIdentifierLength]
[MAXIMUM-FOR-CONNECTION-IDENTIFIER &maxConnectionIdentifierLength]
[MINIMUM-FOR-CUMULATIVE-TRANSIT-DELAY &minCumulativeTransitDelayLength]
[MAXIMUM-FOR-CUMULATIVE-TRANSIT-DELAY &maxCumulativeTransitDelayLength]
[MINIMUM-FOR-END-TO-END-TRANSIT-DELAY &minEndToEndTDLength]
[MAXIMUM-FOR-END-TO-END-TRANSIT-DELAY &maxEndToEndTDLength]
[MINIMUM-FOR-GENERIC-IDENTIFIER &minGenericIdentifierLength]
[MAXIMUM-FOR-GENERIC-IDENTIFIER &maxGenericIdentifierLength]
[MINIMUM-FOR-MIN-ACCEPTABLE-ATM-TRAFFIC-DESCRIPTOR
&minMinAcceptableATMTrafficDescriptorLength]
[MAXIMUM-FOR-MIN-ACCEPTABLE-ATM-TRAFFIC-DESCRIPTOR
&maxMinAcceptableATMTrafficDescriptorLength]
[MINIMUM-FOR-ALTERNATIVE-ATM-TRAFFIC-DESCRIPTOR
&minAlternativeATMTrafficDescriptorLength]
[MAXIMUN-FOR-ALTERNATIVE-ATM-TRAFFIC-DESCRIPTOR
&maxAlternativeATMTrafficDescriptorLength]
[MINIMUM-FOR-QOS-PARAMETER &minQoSParameterLength]
[MAXIMUM-FOR-QOS-PARAMETER &maxQoSParameterLength]
[MINIMUM-FOR-BROADBAND-BEARER-CAPABILITY &minBroadbandBearerCapabilityLength]
[MAXIMUM-FOR-BROADBAND-BEARER-CAPABILITY &maxBroadbandBearerCapabilityLength]
[MAXIMUM-GLOBAL-CALL-REFERENCE &maxGlobalCallReferenceLength]
[MAXIMUM-ALTERNATIVE-IDENTITIES &maxAlternativeIdentities]
[MAXIMUM-NB-OF-ALTERNATIVE-IDENTITIES &maxAlternativeIds]
}
END
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D |
ASN.1 | wireshark/epan/dissectors/asn1/inap/IN-SSF-SCF-datatypes.asn | -- Small modifications made to the original due to as2wrs shortfalls, to be corrected.
-- Module IN-SSF-SCF-datatypes (Q.1248.2:07/2001)
IN-SSF-SCF-datatypes {itu-t recommendation q 1248 modules(1)
in-ssf-scf-datatypes(6) version1(0)} DEFINITIONS IMPLICIT TAGS ::=
BEGIN
IMPORTS
common-classes, common-datatypes, ssf-scf-classes, scf-srf-classes,
scf-srf-datatypes, tc-Messages
FROM IN-object-identifiers {itu-t recommendation q 1248 modules(1)
in-object-identifiers(0) version1(0)}
COMMON-BOUNDS
FROM IN-common-classes common-classes
TRIGGER, SCF-SSF-BOUNDS
FROM IN-SSF-SCF-Classes {itu-t recommendation q 1248 modules(1)
in-ssf-scf-classes(7) version1(0)}
SCF-SRF-BOUNDS
FROM IN-SCF-SRF-Classes scf-srf-classes
Extensions{}, Integer4
FROM IN-common-datatypes common-datatypes
InformationToSend{}
FROM IN-SCF-SRF-datatypes scf-srf-datatypes;
-- The following three definitions are local short-hand notation for convenience.
--B1 ::=
-- COMMON-BOUNDS defined in Q.1248.1 (Part 1 of Recommendation Q.1248)
--B2 ::= SCF-SSF-BOUNDS defined in this Recommendation (Q.1248.2)
-- B3 ::= SCF-SRF-BOUNDS defined in Q.1248.3 (Part 3 of Recommendation Q.1248)
AALParameters{B2:b2} ::=
OCTET STRING(SIZE (minAALPLength..maxAALPLength))
-- Indicates the AAL Parameters Information Element. Refer to Q.2931 for encoding.
AccessCode{B2:b2} ::=
LocationNumber{b2}
-- An access code from a business group dialling plan attendant access codes, access codes to escape
-- to the public network, access code to access a private facility/network, and feature access codes.
-- Uses the LocationNumber format which is based on the Q.763 Location Number format.
-- The Nature of Address indicator field shall be set to "Spare" (value 00000000).
-- The Numbering Plan Indicator field shall be set to "Spare" (value 000).
-- Of local significance.
AChBillingChargingCharacteristics{B2:b2} ::=
OCTET STRING
(SIZE (minAChBillingChargingLength..maxAChBillingChargingLength))
-- The AChBillingChargingCharacteristics parameter specifies the charging related information
-- to be provided by the SSF and the conditions on which this information has to be reported
-- back to the SCF with the ApplyChargingReport operation.
-- Different set of criteria may be provided in case more than one report is expected.
-- Its content is network operator specific.
-- Examples of charging related information to be provided by the SSF may be: bulk counter
-- values, costs, tariff change and time of charge, time stamps, durations, etc.
-- Examples of conditions on which the charging related information are to be reported may be:
-- threshold value reached, timer expiration, tariff change, end of connection configuration, etc
ActionIndicator ::= ENUMERATED {activate(1), deactivate(2), retrieve(3)
}
-- indicates the action to be performed by the ManageTriggerData operation (activate, deactivate
-- or retrieve the status of a TDP.
ActionOnProfile ::= ENUMERATED {activate(0), deactivate(1)}
-- Indicates whether a setServiceProfile operation is used to activate or deactivate profile elements.
ActionPerformed ::= ENUMERATED {
activated(1), deactivated(2), alreadyActive(3), alreadyInactive(4),
isActive(5), isInactive(6), tDPunknown(7)}
-- indicates the result of the operation ManageTriggerData
-- activated: response of activate TDP
-- deactivated: response of deactivate TDP
-- alreadyActive: response of activate TDP
-- alreadyInactive: response of deactivate TDP
-- isActive: response of retrieve status of TDP
-- isInactive: response of retrieve status of TDP
AdditionalATMCellRate{B2:b2} ::=
OCTET STRING
(SIZE (minAdditionalATMCellRateLength..
maxAdditionalATMCellRateLength))
-- Indicates the AdditionalATMCellRate Information Element. Refer to Q.2763 for encoding.
AdditionalCallingPartyNumber{B2:b2} ::=
Digits{b2}
-- Indicates the Additional Calling Party Number. Refer to Q.763 for encoding.
AESACalledParty{B2:b2} ::=
OCTET STRING
(SIZE (minAESACalledPartyLength..maxAESACalledPartyLength))
-- Indicates the AESACalledParty Information Element. Refer to Q.2763 for encoding.
AESACallingParty{B2:b2} ::=
OCTET STRING
(SIZE (minAESACallingPartyLength..maxAESACallingPartyLength))
-- Indicates the AESACallingParty Information Element. Refer to Q.2763 for encoding.
AlertingPattern ::= OCTET STRING(SIZE (3))
-- Indicates a specific pattern that is used to alert a subscriber (e.g. distinctive ringing, tones, etc.).
-- Only the trailing OCTET is used, the remaining OCTETS should be sent as NULL (zero)
-- The receiving side ignores the leading two OCTETS.
-- Only applies if SSF is the terminating local exchange for the subscriber.
-- Refer to the Q.931 Signal parameter for encoding.
AlternativeIdentities{B2:b2} ::=
SEQUENCE (SIZE (1..maxAlternativeIdentities)) OF AlternativeIdentity
AlternativeIdentity ::= CHOICE {
url [0] IA5String(SIZE (1..512)) -- any RFC1738 compliant URL (e.g.; SIP URL)
}
--Email addresses shall be represented as URLs.
AlternativeATMTrafficDescriptor{B2:b2} ::=
OCTET STRING
(SIZE (minAlternativeATMTrafficDescriptorLength..
maxAlternativeATMTrafficDescriptorLength))
-- Indicates the AlternativeATMTrafficDescriptor Information Element. Refer to Q.2931 for encoding.
ApplicationTimer ::= INTEGER(0..2047)
-- Used by the SCF to set a timer in the SSF. The timer is in seconds.
AssistingSSPIPRoutingAddress{B2:b2} ::=
Digits{b2}
-- Indicates the destination address of the SRF for the assist procedure.
ATMCellRate{B2:b2} ::=
OCTET STRING(SIZE (minATMCellRateLength..maxATMCellRateLength))
-- Indicates the ATMCellRate Information Element. Refer to Q.2763 for encoding.
BackwardGVNS{B2:b2} ::=
OCTET STRING(SIZE (minBackwardGVNSLength..maxBackwardGVNSLength))
-- Indicates the GVNS Backward information. Refer to Q.735 for encoding.
BackwardServiceInteractionInd ::= SEQUENCE {
conferenceTreatmentIndicator [1] OCTET STRING(SIZE (1)) OPTIONAL,
-- acceptConferenceRequest 'xxxx xx01'B
-- rejectConferenceRequest 'xxxx xx10'B
-- network default is accept conference request,
callCompletionTreatmentIndicator [2] OCTET STRING(SIZE (1)) OPTIONAL,
-- acceptCallCompletionServiceRequest 'xxxx xx01'B,
-- rejectCallCompletionServiceRequest 'xxxx xx10'B
-- network default is accept call completion service request
holdTreatmentIndicator [3] OCTET STRING(SIZE (1)) OPTIONAL,
-- acceptHoldRequest 'xxxx xx01'B
-- rejectHoldRequest 'xxxx xx10'B
-- network default is accept hold request
ectTreatmentIndicator [4] OCTET STRING(SIZE (1)) OPTIONAL,
-- acceptEctRequest 'xxxx xx01'B
-- rejectEctRequest 'xxxx xx10'B
-- network default is accept ect request
...
}
BasicGapCriteria{B2:b2} ::= CHOICE {
calledAddressValue [0] Digits{b2},
gapOnService [2] GapOnService,
gapAllInTraffic [3] NULL,
calledAddressAndService
[29] SEQUENCE {calledAddressValue [0] Digits{b2},
serviceKey [1] ServiceKey,
...},
callingAddressAndService
[30] SEQUENCE {callingAddressValue [0] Digits{b2},
serviceKey [1] ServiceKey,
locationNumber [2] LocationNumber{b2} OPTIONAL,
...}
}
-- Both calledAddressValue and callingAddressValue can be
-- incomplete numbers, in the sense that a limited amount of digits can be given.
--
-- For the handling of numbers starting with the same digit string refer to the detailed procedure
-- description of the CallGap operation.
BCSMEvent{B2:b2} ::= SEQUENCE {
eventTypeBCSM [0] EventTypeBCSM,
monitorMode [1] MonitorMode,
legID [2] LegID OPTIONAL,
dpSpecificCriteria [30] DpSpecificCriteria{b2} OPTIONAL
}
-- Indicates the BCSM Event information for monitoring.
BearerCapability{B2:b2} ::= CHOICE {
bearerCap
[0] OCTET STRING(SIZE (2..maxBearerCapabilityLength)),
tmr [1] OCTET STRING(SIZE (1)),
broadbandBearerCap
[2] OCTET STRING
(SIZE (minBroadbandBearerCapabilityLength..
maxBroadbandBearerCapabilityLength))
}
-- Indicates the type of bearer capability connection to the user. For narrow-band bearerCapability, either
-- DSS 1 (Q.931) or the ISUP User Service Information (Q.763) encoding can be used. Refer
-- to the Q.763 Transmission Medium Requirement parameter for tmr encoding.
-- For broadband ISDN: Indicates the Broadband Bearer Capability. Refer to Q.2961 for encoding.
BISDNParameters{B2:b2} ::= SEQUENCE {
aALParameters [0] AALParameters{b2} OPTIONAL,
additionalATMCellRate [1] AdditionalATMCellRate{b2} OPTIONAL,
aESACalledParty [2] AESACalledParty{b2} OPTIONAL,
aESACallingParty [3] AESACallingParty{b2} OPTIONAL,
alternativeATMTrafficDescriptor
[4] AlternativeATMTrafficDescriptor{b2} OPTIONAL,
aTMCellRate [5] ATMCellRate{b2} OPTIONAL,
cDVTDescriptor [6] CDVTDescriptor{b2} OPTIONAL,
cumulativeTransitDelay [7] CumulativeTransitDelay{b2} OPTIONAL,
endToEndTransitDelay [8] EndToEndTransitDelay{b2} OPTIONAL,
minAcceptableATMTrafficDescriptor
[9] MinAcceptableATMTrafficDescriptor{b2} OPTIONAL,
...
}
-- Special construct used to gather all B-ISDN specific parameters
BothwayThroughConnectionInd ::= ENUMERATED {
bothwayPathRequired(0), bothwayPathNotRequired(1)}
-- Indicates whether the speech path must be established both way when user interaction takes place.
CalledDirectoryNumber{B2:b2} ::=
OCTET STRING
(SIZE (minCalledDirectoryNumberLength..
maxCalledDirectoryNumberLength))
-- Indicates the Called Directory Number. Refer to Q.763 'Called Directory Number' for encoding.
CalledPartyBusinessGroupID ::= OCTET STRING
-- Indicates the business group of the called party. The value of this octet string is network
-- operator specific.
CalledPartyNumber{B2:b2} ::=
OCTET STRING
(SIZE (minCalledPartyNumberLength..maxCalledPartyNumberLength))
-- Indicates the Called Party Number.. Refer to Q.763 for encoding.
CalledPartySubaddress{B2:b2} ::=
OCTET STRING
(SIZE (minCalledPartySubaddressLength..
maxCalledPartySubaddressLength))
-- Indicates the Called Party Subaddress. . Refer to Q.763 for encoding.
CDVTDescriptor{B2:b2} ::=
OCTET STRING(SIZE (minCDVTDescriptorLength..maxCDVTDescriptorLength))
-- Indicates the CDVTDescriptor Information Element. Refer to Q.2763 for encoding.
CallingGeodeticLocation{B2:b2} ::=
OCTET STRING
(SIZE (minCallingGeodeticLocationLength..
maxCallingGeodeticLocationLength))
-- The coding of this parameter is based on the appropriate mapping with the ISUP parameter Calling Geodetic Location.
-- Refer to Q.763 for encoding.
-- This parameter indicates the geograhic coordinate of a calling party. The excessive amount of data possible
-- within this parameter may require segmentation of the INAP operation to be-sent to the SCF.
-- The amount of data possible to be conveyed within this parameter from
-- the SSF -to the SCF could be limitted, for example it may be considered to only support a relevant subset of all the
-- shape descriptions. This is to be considered in the next Capability Set.
CallingPartyBusinessGroupID ::= OCTET STRING
-- Indicates the business group of the calling party. The value of this octet string is network
-- operator specific.
CallingPartyNumber{B2:b2} ::=
OCTET STRING
(SIZE (minCallingPartyNumberLength..maxCallingPartyNumberLength))
-- Indicates the Calling Party Number. Refer to Q.763 for encoding.
CallingPartySubaddress{B2:b2} ::=
OCTET STRING
(SIZE (minCallingPartySubaddressLength..
maxCallingPartySubaddressLength))
-- Indicates the Calling Party Subaddress. . Refer to Q.763 for encoding.
CallingPartysCategory ::= OCTET STRING(SIZE (1))
-- Indicates the type of calling party (e.g. operator, payphone, ordinary subscriber).
-- Refer to Q.763 for encoding
CallProcessingOperation ::= ENUMERATED {
aLERTing(1), sETUP(5), cONNect(7), dISConnect(69), rELease(77),
rELeaseCOMPlete(90), fACility(98)}
CallReference{B2:b2} ::= OCTET STRING(SIZE (1..maxCallReferenceLength))
-- The coding of this parameter is network specific.
-- A possible coding is the Q.763 call reference
-- but other encoding schemes are possible.
-- The Call Reference value is unique within one network. When transit through a private
-- network the uniqueness of the call reference parameter is not maintained
CallResult{B2:b2} ::=
OCTET STRING(SIZE (minCallResultLength..maxCallResultLength))
-- This parameter provides the SCF with the charging related information previously requested
-- using the ApplyCharging operation. This shall include the partyToCharge parameter as
-- received in the related ApplyCharging operation to correlate the result to the request
-- The remaining content is network operator specific.
-- Examples of charging related information to be provided by the SSF may be: bulk counter values,
-- costs, tariff change and time of change, time stamps, durations, etc.
-- Examples of conditions on which the charging related information are to be reported may be:
-- threshold value reached, timer expiration, tariff change, end of connection configuration, etc.
CallSegmentID{B2:b2} ::= INTEGER(1..numOfCSs)
Carrier{B2:b2} ::=
OCTET STRING(SIZE (minCarrierLength..maxCarrierLength))
-- Contains the carrier selection field (first octet) followed by either Carrier ID information (option 1) , or the Transit
--Network selection information (option 2), depending on the network.
-- In both cases, the Carrier selection is one octet and is encoded as:
-- 00000000 No indication
-- 00000001 Selected carrier code pre subscribed and not input by calling party
-- 00000010 Selected carrier identification code pre subscribed and input by calling party
-- 00000011 Selected carrier identification code pre subscribed, no indication of whether input by calling party
-- 00000100 Selected carrier identification code not pre subscribed and input by calling party
-- 00000101
-- 00000101
-- to Reserved
-- 00001001
-- 00001010 Carrier selected by input from calling party
-- 00001011 Carrier selected by a network operator
-- 00001100
-- to spare
-- 11111110
-- 00001011 Reserved
-- For the first option, Carrier ID has a one octet field indicating the number of digits followed by the digits encoded
-- using BCD. Detailed coding is outside the scope of this capability set. It is of local significance and carrying
-- it through the ISUP is outside the scope of this capability set
-- For the second option, refer to Q.763 for the TNS encoding.
--Note that this ASN.1 encoding of this parameter includes 2 possible encodings, referred to as option 1 and option 2.
--The encoding that should be used is dependent on the network. It is a hard-coded decision based
-- on the region in which the switch is located.
Cause{B2:b2} ::= OCTET STRING(SIZE (minCauseLength..maxCauseLength))
-- Indicates the cause for interface related information. Refer to the Q.763 Cause parameter for encoding
-- For the use of cause and location values refer to Q.850.
CCSS ::= BOOLEAN
-- Used by the SSF to indicate CCSS (Call Completion on Service Set-up) if set to "True" to the SCF,
-- i.e. that the current call is due a special procedure (CCBS or CCNR).
CGEncountered ::= ENUMERATED {
noCGencountered(0), manualCGencountered(1), sCPOverload(2)}
-- Indicates the type of automatic call gapping encountered, if any.
ChargeNumber{B2:b2} ::=
LocationNumber{b2}
-- Information sent in either direction indicating the chargeable number for the call and consisting
-- of the odd/even indicator, nature of address indicator, numbering plan indicator, and address signals.
-- Uses the LocationNumber format which is based on the Q.763 Location Number format
-- For example, the ChargeNumber may be a third party number to which a call is billed for the 3rd party billing
-- service. In this case, the calling party may request operator assistance to charge the call to,
-- for example, their home number.
ChargingEvent{B2:b2} ::= SEQUENCE {
eventTypeCharging [0] EventTypeCharging{b2},
monitorMode [1] MonitorMode,
legID [2] LegID OPTIONAL
}
-- This parameter indicates the charging event type and corresponding monitor mode and LedID
CNInfo{B2:b2} ::= OCTET STRING(SIZE (1..maxCNInfoLength))
-- encoding of cNInfo is similar to the NNI specific information in the APP parameter in Q.765.1
-- first octet contains Q.765.1 CNID indicator, only bit 5 and 6 are significant. This is followed by zero to 12 octets
-- that contains the Q.765.1 CNID parameter, i.e. the Corporate Telecommunications Network Identifier , if present.
-- This implies that the recommended maxCNInfoLength becomes 13 octets.
Component ::= CHOICE {
componentInfo [0] OCTET STRING(SIZE (1..118)),
-- Contains the operation value (object identifier), error value, etc. within the UNI APDU, in addition also contain
-- the parameter set/sequence for the operation invocation/return result ot return error/reject on UNI. See Q.932
-- for encoding
relayedComponent [1] EMBEDDED PDV
}
-- If componentInfo is chosen, then it is necessary to use this parameter in sequence with ComponentType and
-- ComponentCorrelationID
-- If relayedComponent is chosen, then ComponentType and ComponentCorrelationID may not be used in the
-- sequence
ComponentCorrelationID ::= INTEGER
ComponentType ::= ENUMERATED {
any(0), invoke(1), rResult(2), rError(3), rReject(4)}
-- Type of component in a Facility information element
CompoundCriteria{B2:b2} ::= SEQUENCE {
basicGapCriteria [0] BasicGapCriteria{b2},
scfID [1] ScfID{b2} OPTIONAL
}
-- Allows to combine basic gap criteria with the SCF identifier.
ConnectedNumberTreatmentInd ::= ENUMERATED {
noINImpact(0), presentationRestricted(1), presentCalledINNumber(2),
presentCalledINNumberRestricted(3)}
ConnectionIdentifier{B2:b2} ::=
OCTET STRING
(SIZE (minConnectionIdentifierLength..maxConnectionIdentifierLength))
-- Indicates the ConnectionElementIdentifier Information Element. Refer to Q.2763 for encoding.
ControlType ::= ENUMERATED {
sCPOverloaded(0), manuallyInitiated(1), destinationOverload(2)
-- other values are outside the scope of this capability set.
}
CorrelationID{B2:b2} ::= Digits{b2}
-- used by SCF for correlation with a previous operation. Refer to clause 11 for a description of the procedures
-- associated with this parameter.
CounterAndValue ::= SEQUENCE {
counterID [0] CounterID,
counterValue [1] Integer4
}
CounterID ::= INTEGER(0..9)
-- Indicates the counters to be incremented The counterIDs can be addressed by using the last digits of the dialed number.
CountersValue{B2:b2} ::=
SEQUENCE SIZE (0..numOfCounters) OF CounterAndValue
CreateOrRemoveIndicator ::= ENUMERATED {create(0), remove(1)}
CSAID{B2:b2} ::= INTEGER(1..numOfCSAs)
-- Indicates the SSF CSA identifier
CUG-Interlock ::= OCTET STRING(SIZE (4)) -- See Q.763 for encoding
CUG-Index ::=
IA5String(SIZE (1..4))
(FROM ("0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9"))
CumulativeTransitDelay{B2:b2} ::=
OCTET STRING
(SIZE (minCumulativeTransitDelayLength..
maxCumulativeTransitDelayLength))
-- Indicates the CumulativeTransitDelay Information Element. Refer to Q.2763 for encoding.
CutAndPaste ::= INTEGER(0..2)
-- Indicates the number of leading digits to be deleted (cut) and to paste remaining dialed digits.
DateAndTime ::= OCTET STRING(SIZE (6))
-- Indicates, amongst others, the start time for activate service filtering. Coded as YYMMDDHHMMSS
-- with each digit coded BCD
-- The first octet contains YY and the remaining items are sequenced following
-- For example, 1998 September 30th, 12:15:01 would be encoded as:
-- Bits HGFE DCBA
-- leading octet 8 9
-- 9 0
-- 0 3
-- 2 1
-- 5 1
-- 1 0
-- For a system operating when or after this Recommendation is released, the 2 digit value
-- representing a Year shall be interpreted as follows
-- If the two-digits value is 00 through 49 inclusive, it shall be interpreted as representing
-- year 2000 through 2049.
-- If the two-digits value is 50 through 99 inclusive, it shall be interpreted as representng
-- year 1950 through 1999.
DefaultFaultHandling{B2:b2, B3:b3} ::= SEQUENCE {
action [0] ENUMERATED {resumeCallProcessing(0), releaseCall(1), ...
},
treatment [1] GapTreatment{b2, b3} OPTIONAL,
...
}
-- Indicates the default SSF behaviour in case a service cannot be triggered (e.g;. due to call gapping) or
-- no valid answer is received from the SCF.
DestinationIndex{B2:b2} ::=
OCTET STRING
(SIZE (minDestinationIndexLength..maxDestinationIndexLength))
-- Indicates a pointer to a destination. Its content is network operator specific
DestinationRoutingAddress{B2:b2} ::=
SEQUENCE SIZE (1..numOfAddresses) OF CalledPartyNumber{b2}
-- Indicates the list of Called Party Numbers (primary and alternates).
Digits{B2:b2} ::= OCTET STRING(SIZE (minDigitsLength..maxDigitsLength))
-- Indicates the address signalling digits. Refer to the Q.763 Generic Number and Generic Digits parameter
-- for encoding. The coding of the subfield's 'NumberQualifier' in Generic Number and 'TypeOfDigits' in
-- Generic Digits are irrelevant to the INAP, the ASN.1 tags are sufficient to identify the parameter.
-- The ISUP format does not allow to exclude these subfields, therefore the value is network operator specific.
-- The following parameters should use Generic Number
-- Additional Calling Number, CorrelationID for AssistRequestInstructions, AssistingSSPIPRoutingAddress
-- for EstablishTemporaryConnection
-- calledAddressValue for all occurrences,callingAddressValue for all occurrences
-- The following parameters should use Generic Digits: prefix, all
-- other CorrelationID occurrences, dialledNumber filtering criteria, callingLineID filtering criteria, lineID for
-- ResourceID type, digitResponse for ReceivedInformationArg, iNServiceControlLow / iNServiceControlHigh for
--MidCallInfoType,, iNServiceControlCode for MidCallInfo.
DisplayInformation{B2:b2} ::=
IA5String
(SIZE (minDisplayInformationLength..maxDisplayInformationLength))
-- Indicates the display information
-- Delivery of DisplayInformation parameter to Private Networks cannot be guaranteed due to signalling
-- interworking problems, solutions are outside the scope of this capability set.
DpSpecificCommonParameters{B1:b1, B2:b2} ::= SEQUENCE {
serviceAddressInformation [0] ServiceAddressInformation,
bearerCapability [1] BearerCapability{b2} OPTIONAL,
calledPartyNumber [2] CalledPartyNumber{b2} OPTIONAL,
callingPartyNumber [3] CallingPartyNumber{b2} OPTIONAL,
callingPartysCategory [4] CallingPartysCategory OPTIONAL,
iPSSPCapabilities [5] IPSSPCapabilities{b2} OPTIONAL,
iPAvailable [6] IPAvailable{b2} OPTIONAL,
iSDNAccessRelatedInformation
[7] ISDNAccessRelatedInformation{b2} OPTIONAL,
cGEncountered [8] CGEncountered OPTIONAL,
locationNumber [9] LocationNumber{b2} OPTIONAL,
serviceProfileIdentifier [10] ServiceProfileIdentifier OPTIONAL,
terminalType [11] TerminalType OPTIONAL,
extensions [12] Extensions{b1} OPTIONAL,
chargeNumber [13] ChargeNumber{b2} OPTIONAL,
servingAreaID [14] ServingAreaID{b2} OPTIONAL,
serviceInteractionIndicators
[15] ServiceInteractionIndicators{b2} OPTIONAL,
iNServiceCompatibilityIndication
[16] INServiceCompatibilityIndication{b2} OPTIONAL,
serviceInteractionIndicatorsTwo
[17] ServiceInteractionIndicatorsTwo OPTIONAL,
uSIServiceIndicator [18] USIServiceIndicator{b2} OPTIONAL,
uSIInformation [19] USIInformation{b2} OPTIONAL,
forwardGVNS [20] ForwardGVNS{b2} OPTIONAL,
createdCallSegmentAssociation [21] CSAID{b2} OPTIONAL,
...,
ipRelatedInformation [22] IPRelatedInformation{b2} OPTIONAL
}
-- OPTIONAL for iPSSPCapabilities, iPAvailable, and cGEncountered denotes network operator specific use
-- OPTIONAL for callingPartyNumber, and callingPartysCategory
-- . bearerCapability should be appropriately coded as speech.
DpSpecificCriteria{B2:b2} ::= CHOICE {
numberOfDigits [0] NumberOfDigits,
applicationTimer [1] ApplicationTimer,
midCallControlInfo [2] MidCallControlInfo{b2},
numberOfDigitsTwo
[3] SEQUENCE {requestedNumberOfDigits [0] NumberOfDigits,
minNumberOfDigits [1] NumberOfDigits OPTIONAL
}
}
-- The SCF may specify the number of digits to be collected by the SSF for the CollectedInfo event
-- When all digits are collected, the SSF reports the event to the SCF
-- The SCF may set a timer in the SSF for the No Answer event. If the user does not answer the call
--within the allotted time, the SSF reports the event to the SCF
-- The SCF may specify the number of digits to be collected by the SSF for the
-- CollecteInfo event and hereby specify a minimum number of digits to be collected in case
-- the exact number of digits is unknown to the SCF, but a report is desired in case of complete number
-- is determined before the requested number of digits has been collected.
Duration ::= INTEGER(-2..86400)
-- Values are seconds. The interpetationof value 0 depends on the context where it is used..
-- A duration of -1 indicates an infinite duration.
-- A duration of -2 indicates a network specific duration.
EndToEndTransitDelay{B2:b2} ::=
OCTET STRING(SIZE (minEndToEndTDLength..maxEndToEndTDLength))
-- Indicates the MaximunEndToEndTransitDelay Information Element. Refer to Q.2763 for encoding.
Entry ::= CHOICE {
agreements [0] OBJECT IDENTIFIER,
networkSpecific [1] Integer4
}
-- Identifies a class of service for IN service compatibility procedures.
EventSpecificInformationBCSM{B2:b2} ::= CHOICE {
collectedInfoSpecificInfo
[0] SEQUENCE {calledPartynumber [0] CalledPartyNumber{b2},
...},
analysedInfoSpecificInfo
[1] SEQUENCE {calledPartynumber [0] CalledPartyNumber{b2},
...},
routeSelectFailureSpecificInfo
[2] SEQUENCE {failureCause [0] Cause{b2} OPTIONAL,
...},
oCalledPartyBusySpecificInfo
[3] SEQUENCE {busyCause [0] Cause{b2} OPTIONAL,
...},
oNoAnswerSpecificInfo
[4] SEQUENCE {...,
cause [0] Cause{b2} OPTIONAL},
oAnswerSpecificInfo
[5] SEQUENCE {backwardGVNS [0] BackwardGVNS{b2} OPTIONAL,
...},
oMidCallSpecificInfo
[6] SEQUENCE {connectTime [0] Integer4 OPTIONAL,
oMidCallInfo [1] MidCallInfo{b2} OPTIONAL,
...},
oDisconnectSpecificInfo
[7] SEQUENCE {releaseCause [0] Cause{b2} OPTIONAL,
connectTime [1] Integer4 OPTIONAL,
...},
tBusySpecificInfo
[8] SEQUENCE {busyCause [0] Cause{b2} OPTIONAL,
...},
tNoAnswerSpecificInfo
[9] SEQUENCE {...,
cause [0] Cause{b2} OPTIONAL},
tAnswerSpecificInfo
[10] SEQUENCE {-- no specific info defined
...},
tMidCallSpecificInfo
[11] SEQUENCE {connectTime [0] Integer4 OPTIONAL,
tMidCallInfo [1] MidCallInfo{b2} OPTIONAL,
...},
tDisconnectSpecificInfo
[12] SEQUENCE {releaseCause [0] Cause{b2} OPTIONAL,
connectTime [1] Integer4 OPTIONAL,
...},
oTermSeizedSpecificInfo
[13] SEQUENCE {-- no specific info defined
...},
oSuspend
[14] SEQUENCE {-- no specific info defined
...},
tSuspend
[15] SEQUENCE {-- no specific info defined
...},
origAttemptAuthorized
[16] SEQUENCE {-- no specific info defined
...},
oReAnswer
[17] SEQUENCE {-- no specific info defined
...},
tReAnswer
[18] SEQUENCE {-- no specific info defined
...},
facilitySelectedAndAvailable
[19] SEQUENCE {-- no specific info defined
...},
callAccepted
[20] SEQUENCE {-- no specific info defined
...},
oAbandon
[21] SEQUENCE {abandonCause [0] Cause{b2} OPTIONAL,
...},
tAbandon
[22] SEQUENCE {abandonCause [0] Cause{b2} OPTIONAL,
...},
authorizeRouteFailure
[23] SEQUENCE {authoriseRouteFailureCause [0] Cause{b2} OPTIONAL,
...},
terminationAttemptAuthorized
[24] SEQUENCE {-- no specific info defined
...},
originationAttemptDenied
[25] SEQUENCE {originationDeniedCause [0] Cause{b2} OPTIONAL,
...},
terminationAttemptDenied
[26] SEQUENCE {terminationDeniedCause [0] Cause{b2} OPTIONAL,
...},
oModifyRequestSpecificInfo
[40] SEQUENCE {aTMCellRate [0] ATMCellRate{b2} OPTIONAL,
additionalATMCellRate
[1] AdditionalATMCellRate{b2} OPTIONAL,
...},
oModifyResultSpecificInfo
[41] SEQUENCE {modifyResultType
[0] ModifyResultType DEFAULT modifyAcknowledge,
aTMCellRate [1] ATMCellRate{b2} OPTIONAL,
additionalATMCellRate
[2] AdditionalATMCellRate{b2} OPTIONAL,
...},
tModifyRequestSpecificInfo
[42] SEQUENCE {aTMCellRate [0] ATMCellRate{b2} OPTIONAL,
additionalATMCellRate
[1] AdditionalATMCellRate{b2} OPTIONAL,
...},
tModifyResultSpecificInfo
[43] SEQUENCE {modifyResultType
[0] ModifyResultType DEFAULT modifyAcknowledge,
aTMCellRate [1] ATMCellRate{b2} OPTIONAL,
additionalATMCellRate
[2] AdditionalATMCellRate{b2} OPTIONAL,
...}
}
-- Indicates the call related information specific to the event.
-- The unit for the connectTime is 100 milliseconds
EventSpecificInformationCharging{B2:b2} ::=
OCTET STRING
(SIZE (minEventSpecificInformationChargingLength..
maxEventSpecificInformationChargingLength))
-- defined by network operator.
-- Its content is network signalling/operator specific.
-- Indicates the charging related information specific to the event.
-- An example data EmbeddedType definition for this parameter is given below:
-- chargePulses [0] Integer4,
-- chargeMessages [1] OCTET STRING (SIZE (min..max))
EventTypeBCSM ::= ENUMERATED {
origAttemptAuthorized(1), collectedInfo(2), analysedInformation(3),
routeSelectFailure(4), oCalledPartyBusy(5), oNoAnswer(6), oAnswer(7),
oMidCall(8), oDisconnect(9), oAbandon(10), termAttemptAuthorized(12),
tBusy(13), tNoAnswer(14), tAnswer(15), tMidCall(16), tDisconnect(17),
tAbandon(18), oTermSeized(19), oSuspend(20), tSuspend(21), origAttempt(22),
termAttempt(23), oReAnswer(24), tReAnswer(25),
facilitySelectedAndAvailable(26), callAccepted(27),
authorizeRouteFailure(28), originationAttemptDenied(29),
terminationAttemptDenied(30), oModifyRequest(100), oModifyResult(101),
tModifyRequest(102), tModifyResult(103)}
-- Indicates the name of the BCSM detection point event.
-- Notice: Values origAttempt and termAttempt can only be used for TDPs
-- The value range 100- 127 is reserved for bearer related events
EventTypeCharging{B2:b2} ::=
OCTET STRING
(SIZE (minEventTypeChargingLength..maxEventTypeChargingLength))
-- This parameter indicates the charging event type. .
-- Its content is network signalling / operator specific.
-- An example data type definition for this parameter is given below:
-- EventTypeCharging EmbeddedType ::= ENUMERATED {
-- chargePulses (0),
-- chargeMessages (1)
-- }
FacilityGroup ::= CHOICE {
trunkGroupID [0] INTEGER,
privateFacilityID [1] INTEGER,
huntGroup [2] OCTET STRING,
routeIndex [3] OCTET STRING
}
-- Indicates the particular group of facilities to route the call. huntGroup and routeIndex are encoded as
-- network operator specific.
FacilityGroupMember ::= INTEGER
-- Indicates the specific member of a trunk group or multi-line hunt group.
FCIBillingChargingCharacteristics{B2:b2} ::=
OCTET STRING
(SIZE (minFCIBillingChargingLength..maxFCIBillingChargingLength))
-- This parameter indicates the billing and/or charging characteristics.
-- Its content is network operator specific.
-- An example datatype definition for this parameter is given below:
-- FCIBillingChargingCharacteristicsEmbeddedType ::= CHOICE {
-- completeChargingrecord [0] OCTET STRING (SIZE (min..max)),
-- correlationID [1] CorrelationID,
-- scenario2Dot3 [2] SEQUENCE {
-- chargeParty [0] LegID OPTIONAL,
-- chargeLevel [1] OCTET STRING (SIZE (min..max)) OPTIONAL,
-- chargeItems [2] SET OF Attribute OPTIONAL
-- }
-- }
-- Depending on the applied charging scenario the following information elements can be included
-- (refer to Q.1214 Appendix II):
-- complete charging record (scenario 2.2)
-- charge party (scenario 2.3)
-- charge level (scenario 2.3)
-- charge items (scenario 2.3)
-- correlationID (scenario 2.4)
FeatureCode{B2:b2} ::=
LocationNumber{b2}
-- The two-digit feature code preceded by "*" or "11".
-- Uses the LocationNumber format which is based on the Q.763 Location Number format.
-- The Nature of Address indicator field shall be set to "Spare" (value 00000000).
-- The Numbering Plan Indicator field shall be set to "Spare" (value 000)
-- Used for stimulus signalling (Q.932).
FeatureRequestIndicator ::= ENUMERATED {
hold(0), retrieve(1), featureActivation(2), spare1(3), sparen(127)}
-- Indicates the feature activated (e.g. a switch-hook flash, feature activation). Spare values reserved
-- for future use.
FilteredCallTreatment{B2:b2, B3:b3} ::= SEQUENCE {
sFBillingChargingCharacteristics [0] SFBillingChargingCharacteristics{b2},
informationToSend [1] InformationToSend{b2, b3} OPTIONAL,
maximumNumberOfCounters [2] MaximumNumberOfCounters{b2} OPTIONAL,
releaseCause [3] Cause{b2} OPTIONAL,
...
}
-- If releaseCause is not present, the default value is the same as the ISUP cause value decimal 31.
-- If informationToSend is present, the call will be released after the end of the announcement
-- with the indicated or default releaseCause.
-- If maximumNumberOfCounters is not present, ServiceFilteringResponse will be sent with
-- CountersValue::= SEQUENCE SIZE (0) OF CountersAndValue.
FilteringCharacteristics ::= CHOICE {
interval [0] INTEGER(-1..32000),
numberOfCalls [1] Integer4
}
-- Indicates the severity of the filtering and the point in time when the ServiceFilteringResponse is to be sent.
-- If = interval, every interval of time the next call leads to an InitialDP and a ServiceFilteringResponse is sent to
-- the SCF.
-- An interval of 0 indicates that all calls matching the filtering criteria will result in sending of an "InitialDP" or a DP-specific
-- operation and no filtering will be applied (i.e. no "ServiceFilteringResponse will be sent).
-- An interval of -1 indicates that none of the calls matching the filtering criteria will either result in sending of
-- an "InitialDP" or a DP-specific operation or a "ServiceFilteringResponse" operation.
-- Other values of Interval indicate duration in seconds.
-- If = NumberOfCalls, every N calls the Nth call leads to an InitialDP and a ServiceFilteringResponse
-- is sent to the SCF.
-- If ActivateServiceFiltering implies several counters - filtering on several dialled numbers -,
-- the numberOfCalls would include calls to all the dialled numbers.
FilteringCriteria{B2:b2} ::= CHOICE {
dialledNumber [0] Digits{b2},
callingLineID [1] Digits{b2},
serviceKey [2] ServiceKey,
addressAndService
[30] SEQUENCE {calledAddressValue [0] Digits{b2},
serviceKey [1] ServiceKey,
callingAddressValue [2] Digits{b2} OPTIONAL,
locationNumber [3] LocationNumber{b2} OPTIONAL,
...}
}
-- In case calledAddressValue is specified, the numbers to be filtered are from calledAddressValue
-- up to and including calledAddressValue + maximumNumberOfCounters-1.
-- The last two digits of calledAddressvalue can not exceed 100-maximumNumberOfCounters.
FilteringTimeOut ::= CHOICE {
duration [0] Duration,
stopTime [1] DateAndTime
}
-- Indicates the maximum duration of the filtering. When the timer expires, a ServiceFilteringResponse
-- is sent to the SCF.
-- duration of 0 indicates that service filtering is to be removed.
-- duration of -1 indicates an infinite duration.
-- duration of -2 indicates a network specific duration.
-- other values indicate duration in seconds.
ForwardCallIndicators ::= OCTET STRING(SIZE (2))
-- Indicates the Forward Call Indicators. Refer to Q.763 for encoding
ForwardGVNS{B2:b2} ::=
OCTET STRING(SIZE (minForwardGVNSLength..maxForwardGVNSLength))
-- Indicates the GVNS Forward information. Refer to Q.735, S6 for encoding.
ForwardingCondition ::= ENUMERATED {busy(0), noanswer(1), any(2)}
-- Indicates the condition that must be met to complete the connect.
ForwardServiceInteractionInd ::= SEQUENCE {
conferenceTreatmentIndicator [1] OCTET STRING(SIZE (1)) OPTIONAL,
-- acceptConferenceRequest 'xxxx xx01',B
-- rejectConferenceRequest 'xxxx xx10'B
-- network default is accept conference request.
callDiversionTreatmentIndicator [2] OCTET STRING(SIZE (1)) OPTIONAL,
-- callDiversionAllowed 'xxxx xx01'B
-- callDiversionNotAllowed 'xxxx xx10'B
-- network default is Call Diversion allowed.
callOfferingTreatmentIndicator [3] OCTET STRING(SIZE (1)) OPTIONAL,
--indicates if call offering is "allowed"," not allowed" or "no impact by IN"
-- the value 'no impact by IN," has only local significance in SSF as a request to SSF
-- not to modify the value of the call offering treatment indicator conveyed in signaling.
-- callOfferingNotAllowed 'xxxx xx01'B,
-- callOfferingAllowed 'xxxx xx10'B
-- callOfferingNoINImpact 'xxxx x100'B
--indicates if call offering is "allowed"," not allowed" or "no impact by IN".
-- network default is Call Offering not allowed
callWaitingTreatmentIndicator [5] OCTET STRING(SIZE (1)) OPTIONAL,
-- callWaitingAllowed 'xxxx xx01'B,
-- callWaitingNotAllowed 'xxxx xx10'B
-- network default is Call Waiting allowed
-- Notice Tag value 4 is otherwise reserved .
...,
holdTreatmentIndicator [6] OCTET STRING(SIZE (1)) OPTIONAL,
-- acceptHoldRequest 'xxxx xx01'B
-- rejectHoldRequest 'xxxx xx10'B
-- network default is accept hold request
ectTreatmentIndicator [7] OCTET STRING(SIZE (1)) OPTIONAL
-- acceptEctRequest 'xxxx xx01'B
-- rejectEctRequest 'xxxx xx10'B
-- network default is accept ect request
}
--The forwardServiceInteractionInd parameter is applicable to IDP, CON, CWA and ICA operations.
--This parameter can be received either in the O_BCSM or in the T_BCSM.
GapCriteria{B2:b2} ::= CHOICE {
basicGapCriteria BasicGapCriteria{b2},
compoundCapCriteria CompoundCriteria{b2}
}
GapOnService ::= SEQUENCE {
serviceKey [0] ServiceKey,
dpCriteria [1] EventTypeBCSM OPTIONAL,
...
}
GapIndicators ::= SEQUENCE {
duration [0] Duration,
gapInterval [1] Interval,
...
}
-- Indicates the gapping characteristics.
-- A duration of 0 indicates that gapping is to be removed.
-- A duration of -1 indicates an infinite duration.
-- A duration of -2 indicates a network specific duration.
--= Other values indicate duration in seconds.
-- An interval of 0 indicates that service requests meeting the gap criteria are not to be rejected , i.e.
-- No gapping when gapInterval equals 0, and
-- an interval of -1 indicates that all service requests meeting the gap criteria are to be rejected, i.e.
-- gap all calls when gapInterval equals -1 .
--= Other values indicate interval in milliseconds.
GapTreatment{B2:b2, B3:b3} ::= CHOICE {
informationToSend [0] InformationToSend{b2, b3},
releaseCause [1] Cause{b2},
both
[2] SEQUENCE {informationToSend [0] InformationToSend{b2, b3},
releaseCause [1] Cause{b2},
...}
}
-- The default value for Cause is the same as in ISUP.
GenericIdentifier{B2:b2} ::=
OCTET STRING
(SIZE (minGenericIdentifierLength..maxGenericIdentifierLength))
-- Indicates the GenericIdentifier Information Element. Refer to Q.2931 for encoding.
GenericName{B2:b2} ::=
OCTET STRING(SIZE (minGenericNameLength..maxGenericNameLength))
-- Refer to Q.931 Display Information for encoding.
GenericNumber{B2:b2} ::=
OCTET STRING(SIZE (minGenericNumberLength..maxGenericNumberLength))
-- Refer to Q.763 Generic Number for encoding.
GenericNumbers{B2:b2} ::=
SET SIZE (1..numOfGenericNumbers) OF GenericNumber{b2}
GlobalCallReference{B2:b2} ::=
OCTET STRING(SIZE (1..maxGlobalCallReferenceLength))
-- Global Call Reference as defined in Q.1902.3
HighLayerCompatibility{B2:b2} ::=
OCTET STRING(SIZE (highLayerCompatibilityLength))
-- Indicates the teleservice. For encoding, DSS1 (Q.931) is used.
HoldCause ::= OCTET STRING
-- defined by network operator.
-- Indicates the cause for holding a call.
-- Its content is network operator specific
initialCallSegment INTEGER ::=
1
-- the initial call segment represents the call segment that was there when the CSA was created, ie. the CS where
-- the trigger took place or the CS that was created by an InitateCallAttempt within a TC-BEGIN message,
-- unless InitiateCallAttemt was proceeded by a CreateCallSegmanrAssociation operation.
INprofile{B1:b1, B2:b2} ::= SEQUENCE {
actionOnProfile [0] ActionOnProfile,
tDPIdentifier [1] TDPIdentifier{b2},
dPName [2] EventTypeBCSM OPTIONAL,
extensions [3] Extensions{b1} OPTIONAL,
...
}
-- Contains profile elements that can be downloaded in the SSF using the setServiceProfile operation.
INServiceCompatibilityIndication{B2:b2} ::=
SEQUENCE SIZE (1..numOfInServiceCompatibilityIndLength) OF Entry
-- Identifies a list of service classes triggered during the lifetime of a call
INServiceCompatibilityResponse ::=
Entry
-- Used to override the last entry in INServiceCompatibilityIndication
Interval ::= INTEGER(-1..60000)
-- Units are milliseconds. A -1 value denotes infinite.
IPAvailable{B2:b2} ::=
OCTET STRING(SIZE (minIPAvailableLength..maxIPAvailableLength))
-- defined by network operator.
-- Indicates that the resource is available.
-- Its content is network operator specific
IPRelatedInformation{B2:b2} ::= SEQUENCE {
alternativeCalledPartyIds [0] AlternativeIdentities{b2} OPTIONAL,
alternativeOriginatingPartyIds [1] AlternativeIdentities{b2} OPTIONAL,
alternativeOriginalCalledPartyIds [2] AlternativeIdentities{b2} OPTIONAL,
alternativeRedirectingPartyIds [3] AlternativeIdentities{b2} OPTIONAL,
...
}
-- contains information that are specific to interworking with IP-based networks
IPRoutingAddress{B2:b2} ::=
CalledPartyNumber{b2}
-- Indicates the routing address for the IP.
IPSSPCapabilities{B2:b2} ::=
OCTET STRING
(SIZE (minIPSSPCapabilitiesLength..maxIPSSPCapabilitiesLength))
-- defined by network operator.
-- Indicates the SRF resources available at the SSP.
-- Its content is network operator specific
ISDNAccessRelatedInformation{B2:b2} ::=
OCTET STRING
(SIZE (minISDNAccessRelatedInfoLength..
maxISDNAccessRelatedInfoLength))
-- Indicates the destination user network interface related information. Refer to the Q.763 Access
-- Transport parameter for encoding.
LegID ::= CHOICE {sendingSideID [0] LegType,
receivingSideID [1] LegType
}
-- Indicates a reference to a specific party in a call. OPTIONAL denotes network operator specific use
-- with a choice of unilateral ID assignment or bilateral ID assignment.
-- OPTIONAL for LegID also denotes the following:
--when only one party exists in the call, this parameter is not needed (as no ambiguity exists);
--when more than one party exists in the call, one of the following alternatives applies:
-- 1. LegID is present and indicates which party is concerned.
-- 2. LegID is not present and a default value is assumed (e.g. calling party in the case of the
-- ApplyCharging operation).
-- Choice between these two alternatives is kept a network operator option.
-- sendingSideID is used where legID is sent from the SCF to the SSF and
-- receivingSideID is used where SCF receives legID from the SSF.
LegType ::= OCTET STRING(SIZE (1))
leg1 LegType ::= '01'H
leg2 LegType ::= '02'H
LocationNumber{B2:b2} ::=
OCTET STRING(SIZE (minLocationNumberLength..maxLocationNumberLength))
-- Indicates the Location Number for the calling party. Refer to Q.763 (White book) for encoding.
MaximumNumberOfCounters{B2:b2} ::= INTEGER(1..numOfCounters)
MidCallControlInfo{B2:b2} ::=
SEQUENCE SIZE (minMidCallControlInfoNum..maxMidCallControlInfoNum) OF
SEQUENCE {midCallInfoType [0] MidCallInfoType{b2},
midCallReportType
[1] ENUMERATED {inMonitoringState(0), inAnyState(1)}
DEFAULT inMonitoringState,
...}
MidCallInfo{B2:b2} ::= SEQUENCE {iNServiceControlCode [0] Digits{b2},
...
}
MidCallInfoType{B2:b2} ::= SEQUENCE {
iNServiceControlCodeLow [0] Digits{b2},
iNServiceControlCodeHigh [1] Digits{b2} OPTIONAL,
...
}
MiscCallInfo ::= SEQUENCE {
messageType [0] ENUMERATED {request(0), notification(1)},
dpAssignment
[1] ENUMERATED {individualBased(0), groupBased(1), switchBased(2)}
OPTIONAL
}
-- Indicates detection point related information.
-- Note: "Switch based "is used with the same meaning as the previous used term "office based"
MinAcceptableATMTrafficDescriptor{B2:b2} ::=
OCTET STRING
(SIZE (minMinAcceptableATMTrafficDescriptorLength..
maxMinAcceptableATMTrafficDescriptorLength))
-- Indicates the MinimumAcceptableATMTrafficDescriptor Information Element. Refer to Q.2931 for encoding.
ModifyResultType ::= ENUMERATED {modifyAcknowledge(0), modifyReject(1)
}
-- Indicates whether a bearer modification attempt has been successful or not
MonitoringCriteria ::= CHOICE {
threshold [0] Integer4,
interval [1] Interval
}
-- Indicates the criteria for route monitoring
MonitorMode ::= ENUMERATED {
interrupted(0), notifyAndContinue(1), transparent(2)}
-- Indicates the event is relayed and/or processed by the SSF.
MonitoringTimeOut ::= CHOICE {
duration [0] Duration,
stopTime [1] DateAndTime
}
-- Indicates when a route moniroting procedure shall be stopped.
NumberingPlan ::= OCTET STRING(SIZE (1))
-- Indicates the numbering plan for collecting the user information. Refer to the Q.763 Numbering Plan
-- Indicator field for encoding.
NumberOfDigits ::= INTEGER(1..255)
-- Indicates the number of digits to be collected
OriginalCalledPartyID{B2:b2} ::=
OCTET STRING
(SIZE (minOriginalCalledPartyIDLength..
maxOriginalCalledPartyIDLength))
-- Indicates the original called number. d Refer to the Q.763 Original Called Number for encoding.
ProfileIdentifier{B2:b2} ::= CHOICE {
access [0] CalledPartyNumber{b2},
group [1] FacilityGroup
}
-- Please note that 'CalledPartyNumber' is used to address a subscriber access line.
--The data type was reused from the existing types to avoid the definition of a new one.
QoSParameter{B2:b2} ::=
OCTET STRING(SIZE (minQoSParameterLength..maxQoSParameterLength))
-- Indicates the QoS. Refer to Q.2961 for encoding.
Reason{B2:b2} ::= OCTET STRING(SIZE (minReasonLength..maxReasonLength))
-- Its content is network operator specific
RedirectingPartyID{B2:b2} ::=
OCTET STRING
(SIZE (minRedirectingPartyIDLength..maxRedirectingPartyIDLength))
-- Indicates redirecting number. Refer to the Q.763 Redirecting number for encoding.
RedirectionInformation ::= OCTET STRING(SIZE (2))
-- Indicates redirection information. Refer to the Q.763 Redirection Information for encoding.
RedirectReason ::= OCTET STRING(SIZE (1))
-- Indicates redirection reason information. Refer to the "Invoking Pivot Reason" parameter of Q.763 for encoding.
RegistratorIdentifier ::= OCTET STRING
-- Its content is network operator specific
ReportCondition ::= ENUMERATED {statusReport(0), timerExpired(1), canceled(2)
}
-- ReportCondition specifies the cause of sending "StatusReport" operation to the SCF
RequestedInformationList{B2:b2} ::=
SEQUENCE SIZE (1..numOfInfoItems) OF RequestedInformation{b2}
RequestedInformationTypeList{B2:b2} ::=
SEQUENCE SIZE (1..numOfInfoItems) OF RequestedInformationType
RequestedInformation{B2:b2} ::= SEQUENCE {
requestedInformationType [0] RequestedInformationType,
requestedInformationValue [1] RequestedInformationValue{b2},
...
}
RequestedInformationType ::= ENUMERATED {
callAttemptElapsedTime(0), callStopTime(1), callConnectedElapsedTime(2),
calledAddress(3), releaseCause(30)}
RequestedInformationValue{B2:b2} ::= CHOICE {
callAttemptElapsedTimeValue [0] INTEGER(0..255),
callStopTimeValue [1] DateAndTime,
callConnectedElapsedTimeValue [2] Integer4,
calledAddressValue [3] Digits{b2},
releaseCauseValue [30] Cause{b2}
}
-- The callAttemptElapsedTimeValue is specified in seconds.
--The unit for the callConnectedElapsedTimeValue is 100 milliseconds
RequestedUTSI{B2:b2} ::= SEQUENCE {
uSIServiceIndicator [0] USIServiceIndicator{b2},
uSImonitorMode [1] USIMonitorMode,
...
}
RequestedUTSIList{B2:b2} ::=
SEQUENCE SIZE (minRequestedUTSINum..maxRequestedUTSINum) OF
RequestedUTSI{b2}
ResourceID{B2:b2} ::= CHOICE {
lineID [0] Digits{b2},
facilityGroupID [1] FacilityGroup,
facilityGroupMemberID [2] INTEGER,
trunkGroupID [3] INTEGER
}
-- Indicates a logical identifier for the physical termination resource.
ResourceStatus ::= ENUMERATED {busy(0), idle(1)}
ResponseCondition ::= ENUMERATED {intermediateResponse(0), lastResponse(1)
-- additional values are outside the scope of this capability set
}
-- ResponseCondition is used to identify the reason why ServiceFilteringResponse operation is sent.
RouteCountersValue{B2:b2} ::=
SEQUENCE SIZE (1..maxNbOfRoutes) OF RouteCountersAndValue{b2}
RouteCountersAndValue{B2:b2} ::= SEQUENCE {
route [0] Route{b2},
counterID [1] CounterID,
counterValue [2] Integer4,
...
}
-- Used to assign a counter to a route for monitoring purposes.
RouteList{B2:b2} ::= SEQUENCE SIZE (1..maxNbOfRoutes) OF Route{b2}
-- Indicates a list of trunk groups or a list of route index..
Route{B2:b2} ::=
OCTET STRING(SIZE (minRouteListLength..maxRouteListLength))
-- Indicates a trunk group or a route index. .
-- Its content is network operator specific
RouteingNumber{B2:b2} ::=
OCTET STRING(SIZE (minRouteingNumberLength..maxRouteingNumberLength))
-- Indicates the Routeing Number. Refer to Q.763 parameter Network Routeing Number for encoding.
ScfID{B2:b2} ::= OCTET STRING(SIZE (minScfIDLength..maxScfIDLength))
-- defined by network operator.
-- Indicates the SCF identity.
-- Used to derive the INAP address of the SCF to establish a connection between a requesting FE
-- and the specified SCF.
-- When ScfID is used in an operation which may cross an internetwork boundary, its encoding must
-- be understood in both networks; this requires bilateral agreement on the encoding.
-- Refer to 3.5/Q.713 "calling party address" parameter for encoding.
-- It indicates the SCCP address e.g. Global Title of the SCF,.
-- Other encoding schemes are also possible as a network specific option..
SCIBillingChargingCharacteristics{B2:b2} ::=
OCTET STRING
(SIZE (minSCIBillingChargingLength..maxSCIBillingChargingLength))
-- This parameter indicates the billing and/or charging characteristics.
-- Its content is network signalling / operator specific
-- An example datatype definition for this parameter is given below:
-- SCIBillingChargingCharacteristicsEmbeddedType ::= CHOICE {
-- chargeLevel [0] OCTET STRING (SIZE (min..max),
-- chargePulses [1] Integer4,
-- chargeMessages [2] OCTET STRING (SIZE (min..max)
-- }
-- Depending on the applied charging scenario the following information elements
-- can be included (refer to Q.1214 Appendix II):
-- chargeLevel (scenario 3.2)
-- chargePulses (scenario 3.2)
-- chargeMessages (scenario 3.2)
SDSSinformation{B2:b2} ::=
OCTET STRING
(SIZE (minSDSSinformationLength..maxSDSSinformationLength))
-- Its content is network operator specific
ServiceAddressInformation ::= SEQUENCE {
serviceKey [0] ServiceKey OPTIONAL,
miscCallInfo [1] MiscCallInfo,
triggerType [2] TriggerType OPTIONAL,
...
}
-- Information that represents the result of trigger analysis and allows the SCF to choose the appropriate service logic
ServiceInteractionIndicators{B2:b2} ::=
OCTET STRING
(SIZE (minServiceInteractionIndicatorsLength..
maxServiceInteractionIndicatorsLength))
-- Indicators which are exchanged between SSF and SCF to resolve interactions between IN based services
-- and network based services, respectively between different IN based services.
-- Its content is network signalling/operator specific
-- Note this parameter is kept in this Recommendation for backward compatibility to IN CS-1R,
-- for this Recommendation see parameter ServiceInteractionIndicatorsTwo
ServiceInteractionIndicatorsTwo ::= SEQUENCE {
forwardServiceInteractionInd [0] ForwardServiceInteractionInd OPTIONAL,
-- applicable to operations IDP, CON, ICA, CWA.
backwardServiceInteractionInd
[1] BackwardServiceInteractionInd OPTIONAL,
--applicable to operations IDP, CON, CTR, ETC, CWA.
bothwayThroughConnectionInd [2] BothwayThroughConnectionInd OPTIONAL,
-- applicable to operations CTR, ETC.
suspendTimer [3] SuspendTimer OPTIONAL,
-- applicable to operations CON, ICA CWA.
connectedNumberTreatmentInd [4] ConnectedNumberTreatmentInd OPTIONAL,
--applicable to operations CON, CTR, ETC, CWA .
suppressCallDiversionNotification [5] BOOLEAN OPTIONAL,
-- applicable to CON, ICA, CWA
suppressCallTransferNotification [6] BOOLEAN OPTIONAL,
-- applicable to CON, ICA, CWA
allowCdINNoPresentationInd [7] BOOLEAN OPTIONAL,
-- applicable to CON, ICA CWA
-- indicates whether the Address Presentation restricted indicator of the ISUP
-- "called IN number" shall be set to presentation allowed (TRUE)
-- or presentation restricted (FALSE). Refer to Rec. Q.1601.
userDialogueDurationInd [8] BOOLEAN DEFAULT TRUE,
-- applicable to operations CTR, ETC.
-- applicable when interaction with the user is required during call set-up
-- The interaction TRUE means the user interaction may last longer than 90 seconds.
-- Otherwise the indicator should be set to FALSE. Used for delaying ISUP T9 timer.
overrideLineRestrictions [9] BOOLEAN DEFAULT FALSE,
-- only applicable to operations (e.g. Connect) which lead to a transition to a PIC before
-- the AuthorizeCallSetup PIC.
-- When set to TRUE, this parameter indicates that some facility restrictions
-- should not be checked when the authority to place a call is verified in the
--Authorize_Call_Setup PIC.
-- Which restrictions are actually overwriden is network specific.
suppressVPNAPP [10] BOOLEAN DEFAULT FALSE,
-- applicable to CWA, CON, ICA.
-- indicates whether to allow or stop (suppress) the forward transmission of the VPN PSS1 capability.
-- When set to TRUE, the exchange, on receipt of this parameter, will not transmit for this call
-- any ISUP Application transport parameter with Application Context Identifier set to " PSS1 ASE (VPN) "
-- This indicator is populated by the SCF, where the SCF and SSF in conjunction have provided the
-- outgoing gateway PINX functionality as required by PSS1.
calledINNumberOverriding [11] BOOLEAN OPTIONAL,
-- applicable to CON and CWA
-- indicates whether the generation/override of the ISUP
-- "called IN number" is allowed (TRUE) or not allowed (FALSE)
-- If set to FALSE, the ISUP shall not generate a "called IN number" or override
-- an already existing "called IN number".
-- if absent , the default will be "generation/overriding allowed" (TRUE).
redirectServiceTreatmentInd
[12] SEQUENCE {redirectReason [0] RedirectReason OPTIONAL,
...} OPTIONAL,
--applicable to operation CON .
--if absent , call redirection service is not allowed
--Existence of this parameter requests Pivot Routing or Redirection supplementary service to be
--allowed for-the new routing address specified in the Connect operation.
--If absent, neither Pivot Routing nor Redirection service is allowed.
-- The redirectReason Parameter indicates the reason for invoking Pivot Routing / Redirection service
-- Whether the service is actually invoked depends only on SSF conditions.
--In this capability set the SCF will not know all the SSF conditions.
-- To send that kind of conditions is out of scope of this capability set.
--If the service is allowed, the parameter must be sent in the ISUP-FAC message (Pivot Routing case)
-- or ISUP-REL message (Redirection case) as the service is invoked,
nonCUGCall [13] NULL OPTIONAL,
-- applicable to CON and CWA
-- This parameter when present, indicates that no parameters for CUG shall be used for the call
-- (i.e. the call shall be a non-CUG call). This parameter when not present, indicates
-- one of three things:
-- a) continue with modified CUG information (when one or more of either CUG Interlock Code and
-- Outgoing Access Indicator are present); or
-- b) continue with original CUG information (when neither CUG Interlock Code or Outgoing Access Indicator
-- are present).
-- c) continue with the original non-CUG call.
...
}
-- ServiceInteractionIndicatorsTwo contains Indicators which are exchanged between SSF and SCF to resolve interactions
--between IN based services and network based services, respectively between different IN based services.
ServiceKey ::=
Integer4
-- Information that allows the SCF to choose the appropriate service logic.
ServiceProfileIdentifier ::= OCTET STRING
-- Indicates a particular ISDN terminal. Refer to Q.932 for encoding.
ServingAreaID{B2:b2} ::=
LocationNumber{b2}
-- Identifies the local serving area where a network provider operates. Uses the LocationNumber
-- format which is based on the Q.763 Location Number format.
-- The Nature of Address indicator field shall be set to "Spare" (value 00000000).
-- The Numbering Plan Indicator field shall be set to "Spare" (value 000).
-- Defined by the network operator.
SFBillingChargingCharacteristics{B2:b2} ::=
OCTET STRING
(SIZE (minSFBillingChargingLength..maxSFBillingChargingLength))
-- This parameter indicates the billing and/or charging characteristics for filtered calls.
-- Its content is network signalling/operator specific.
-- Actual format and encoding is outside the scope of this capability set.
SupportedTriggers TRIGGER ::=
{...}
SuspendTimer ::= INTEGER(0..120)
--value in seconds
TDPIdentifier{B2:b2} ::= CHOICE {
oneTrigger INTEGER,
triggers [1] Triggers{b2}
}
TerminalType ::= ENUMERATED {
unknown(0), dialPulse(1), dtmf(2), isdn(3), isdnNoDtmf(4), spare(16)
}
-- Identifies the terminal type so that the SCF can specify, to the SRF, the appropriate type of capability
-- (voice recognition, DTMF, display capability, etc.). Since present signalling systems do not convey
-- terminal type, this parameter applies only at originating or terminating local exchanges.
TimerID ::= ENUMERATED {tssf(0)}
-- Indicates the timer to be reset.
TimerValue ::= Integer4
-- Indicates the timer value (in seconds).
TravellingClassMark{B2:b2} ::=
LocationNumber{b2}
-- Indicates travelling class mark information.
-- Uses the LocationNumber format which is based on the Q.763 Location Number format.
-- The Nature of Address indicator field shall be set to "Spare" (value 00000000).
-- The Numbering Plan Indicator field shall be set to "Spare" (value 000).
-- Maximum 2 digits.
TriggerData ::= SEQUENCE {
triggerId [0] TRIGGER.&id({SupportedTriggers}),
triggerPar [1] TRIGGER.&Parameter({SupportedTriggers}{@triggerId}),
...
}
-- Contains a trigger identifier and the relevant trigger parameters
TriggerDataIdentifier{B1:b1, B2:b2} ::= SEQUENCE {
triggerID [0] EventTypeBCSM,
profile [1] ProfileIdentifier{b2},
extensions [2] Extensions{b1} OPTIONAL,
...
}
-- It is outside the scope of this capability set whether all TDP types really apply
TriggerDPType ::= ENUMERATED {tdp-r(0), tdp-n(1)}
TriggerResults{B2:b2} ::= SEQUENCE SIZE (1..numOfTriggers) OF TriggerResult
TriggerResult ::= SEQUENCE {
tDPIdentifer [0] INTEGER,
actionPerformed [1] ActionPerformed,
dPName [2] EventTypeBCSM OPTIONAL,
...
}
Triggers{B2:b2} ::= SEQUENCE SIZE (1..numOfTriggers) OF Trigger
Trigger ::= SEQUENCE {
tDPIdentifier [0] INTEGER,
dpName [1] EventTypeBCSM OPTIONAL,
...
}
TriggerStatus ::= ENUMERATED {
created(0), alreadyExist(1), deleted(2), unknownTrigger(3)}
TriggerType ::= ENUMERATED {
featureActivation(0), verticalServiceCode(1), customizedAccess(2),
customizedIntercom(3), emergencyService(12), aFR(13), sharedIOTrunk(14),
offHookDelay(17), channelSetupPRI(18), tNoAnswer(25), tBusy(26),
oCalledPartyBusy(27), oNoAnswer(29), originationAttemptAuthorized(30),
oAnswer(31), oDisconnect(32), termAttemptAuthorized(33), tAnswer(34),
tDisconnect(35), oModifyRequest(100), tModifyRequest(101)}
-- The type of trigger which caused call suspension
-- 4-11: Reserved; 15,16: Reserved; 19-24: Reserved
USIInformation{B2:b2} ::=
OCTET STRING(SIZE (minUSIInformationLength..maxUSIInformationLength))
-- Its content is network signalling/operator specific
USIMonitorMode ::= ENUMERATED {monitoringActive(0), monitoringInactive(1)
}
-- Indicates if the monitoring relationship for the specified UTSI IE should be activated or deactivated.
USIServiceIndicator{B2:b2} ::= CHOICE {
global OBJECT IDENTIFIER,
local
OCTET STRING
(SIZE (minUSIServiceIndicatorLength..maxUSIServiceIndicatorLength))
}
-- In case of local its content is network signalling/operator specific
VPNIndicator ::= BOOLEAN
-- This parameter is set to TRUE if the originating call part supports VPN with PSS1 information flows
-- The Definition of range of constants Follows
END
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D |
ASN.1 | wireshark/epan/dissectors/asn1/inap/IN-SSF-SCF-ops-args.asn | -- Small modifications made to the original due to as2wrs shortfalls, to be corrected.
-- Module IN-SSF-SCF-ops-args (Q.1248.2:07/2001)
IN-SSF-SCF-ops-args {itu-t recommendation q 1248 modules(1)
in-ssf-scf-ops-args(8) version1(0)} DEFINITIONS IMPLICIT TAGS ::=
BEGIN
IMPORTS
common-classes, common-datatypes, errortypes, scf-srf-classes,
scf-srf-datatypes, ssf-scf-classes, ssf-scf-datatypes, operationcodes,
ros-InformationObjects
FROM IN-object-identifiers {itu-t recommendation q 1248 modules(1)
in-object-identifiers(0) version1(0)}
OPERATION
FROM Remote-Operations-Information-Objects ros-InformationObjects
COMMON-BOUNDS
FROM IN-common-classes common-classes
SCF-SSF-BOUNDS
FROM IN-SSF-SCF-Classes ssf-scf-classes
SCF-SRF-BOUNDS
FROM IN-SCF-SRF-Classes scf-srf-classes
opcode-activateServiceFiltering, opcode-activityTest,
opcode-analysedInformation, opcode-analyseInformation,
opcode-applyCharging, opcode-applyChargingReport,
opcode-assistRequestInstructions, opcode-authorizeTermination,
opcode-callFiltering, opcode-callGap, opcode-callInformationReport,
opcode-callInformationRequest, opcode-cancel,
opcode-cancelStatusReportRequest, opcode-collectedInformation,
opcode-collectInformation, opcode-connect, opcode-connectToResource,
opcode-continue, opcode-continueWithArgument,
opcode-createCallSegmentAssociation, opcode-createOrRemoveTriggerData,
opcode-disconnectForwardConnection, opcode-dFCWithArgument,
opcode-disconnectLeg, opcode-entityReleased,
opcode-establishTemporaryConnection, opcode-eventNotificationCharging,
opcode-eventReportBCSM, opcode-eventReportFacility,
opcode-facilitySelectedAndAvailable, opcode-furnishChargingInformation,
opcode-holdCallInNetwork, opcode-initialDP, opcode-initiateCallAttempt,
opcode-manageTriggerData, opcode-mergeCallSegments,
opcode-moveCallSegments, opcode-oAbandon, opcode-oAnswer,
opcode-oCalledPartyBusy, opcode-oDisconnect, opcode-oMidCall,
opcode-moveLeg, opcode-oNoAnswer, opcode-originationAttempt,
opcode-originationAttemptAuthorized, opcode-oSuspended, opcode-reconnect,
opcode-releaseCall, opcode-reportUTSI, opcode-requestCurrentStatusReport,
opcode-requestEveryStatusChangeReport,
opcode-requestFirstStatusMatchReport,
opcode-requestNotificationChargingEvent, opcode-requestReportBCSMEvent,
opcode-requestReportUTSI, opcode-requestReportFacilityEvent,
opcode-resetTimer, opcode-monitorRouteReport, opcode-monitorRouteRequest,
opcode-routeSelectFailure, opcode-selectFacility, opcode-selectRoute,
opcode-sendChargingInformation, opcode-sendFacilityInformation,
opcode-sendSTUI, opcode-serviceFilteringResponse, opcode-setServiceProfile,
opcode-splitLeg, opcode-statusReport, opcode-tAnswer, opcode-tBusy,
opcode-tDisconnect, opcode-termAttemptAuthorized,
opcode-terminationAttempt, opcode-tMidCall, opcode-tNoAnswer,
opcode-tSuspended
FROM IN-operationcodes operationcodes
Extensions{}, Integer4, InvokeID
FROM IN-common-datatypes common-datatypes
AccessCode{}, ActionIndicator, ActionPerformed,
AChBillingChargingCharacteristics{}, AdditionalCallingPartyNumber{},
AlertingPattern, ApplicationTimer, AssistingSSPIPRoutingAddress{},
BackwardGVNS{}, BCSMEvent{}, BearerCapability{}, BISDNParameters{},
CalledDirectoryNumber{}, CalledPartyBusinessGroupID, CalledPartyNumber{},
CalledPartySubaddress{}, CallingGeodeticLocation{},
CallingPartyBusinessGroupID, CallingPartyNumber{}, CallingPartysCategory,
CallingPartySubaddress{}, CallProcessingOperation, CallReference{},
CallResult{}, CallSegmentID{}, Carrier{}, Cause{}, CCSS, CGEncountered,
ChargeNumber{}, ChargingEvent{}, CNInfo{}, Component,
ComponentCorrelationID, ComponentType, ConnectionIdentifier{}, ControlType,
CorrelationID{}, CountersValue{}, CreateOrRemoveIndicator, CSAID{},
GenericIdentifier{}, GlobalCallReference{}, CUG-Index, CUG-Interlock,
CutAndPaste, DateAndTime, DefaultFaultHandling{}, DestinationIndex{},
DestinationRoutingAddress{}, Digits{}, DisplayInformation{},
DpSpecificCommonParameters{}, Duration, EventSpecificInformationBCSM{},
EventSpecificInformationCharging{}, EventTypeBCSM, EventTypeCharging{},
FacilityGroup, FacilityGroupMember, FCIBillingChargingCharacteristics{},
FeatureCode{}, FeatureRequestIndicator, FilteredCallTreatment{},
FilteringCharacteristics, FilteringCriteria{}, FilteringTimeOut,
ForwardCallIndicators, ForwardGVNS{}, ForwardingCondition, GapCriteria{},
GapIndicators, GapTreatment{}, GenericName{}, GenericNumbers{},
HighLayerCompatibility{}, HoldCause, initialCallSegment, INprofile{},
INServiceCompatibilityIndication{}, INServiceCompatibilityResponse,
IPAvailable{}, IPRelatedInformation{}, IPRoutingAddress{},
IPSSPCapabilities{}, ISDNAccessRelatedInformation{}, LegID, leg1,
LocationNumber{}, MiscCallInfo, MonitorMode, MonitoringCriteria,
MonitoringTimeOut, NumberingPlan, OriginalCalledPartyID{},
ProfileIdentifier{}, QoSParameter{}, Reason{}, RedirectingPartyID{},
RedirectionInformation, RegistratorIdentifier, ReportCondition,
RouteingNumber{}, RequestedInformationList{},
RequestedInformationTypeList{}, RequestedUTSIList{}, ResourceID{},
ResourceStatus, ResponseCondition, RouteCountersValue{}, RouteList{},
ScfID{}, SCIBillingChargingCharacteristics{}, SDSSinformation{},
ServiceInteractionIndicators{}, ServiceInteractionIndicatorsTwo,
ServiceKey, ServiceProfileIdentifier, TDPIdentifier, TerminalType,
TimerID, TimerValue, TravellingClassMark{}, TriggerData,
TriggerDataIdentifier{}, TriggerDPType, Triggers{}, TriggerStatus,
TriggerResults{}, TriggerType, USIInformation{}, USIServiceIndicator{},
VPNIndicator
FROM IN-SSF-SCF-datatypes ssf-scf-datatypes
InformationToSend{}
FROM IN-SCF-SRF-datatypes scf-srf-datatypes
cancelFailed, eTCFailed, improperCallerResponse, missingCustomerRecord,
missingParameter, parameterOutOfRange, requestedInfoError, systemFailure,
taskRefused, unavailableResource, unexpectedComponentSequence,
unexpectedDataValue, unexpectedParameter, unknownLegID, unknownResource
FROM IN-errortypes errortypes;
-- The following three definitions are local short-hand notation for convenience.
-- B1 ::=
-- COMMON-BOUNDS defined in Part 1 of Recommendation Q.1248
-- B2 ::= SCF-SSF-BOUNDS defined in this part (Part 2) of Recommendation Q.1248
-- B3 ::= SCF-SRF-BOUNDS defined in Part 3 of Recommendation Q.1248
-- Operations and Arguments:
activateServiceFiltering OPERATION ::= {
ARGUMENT ActivateServiceFilteringArg {b1,
b2,
b3}
RETURN RESULT TRUE
ERRORS
{missingParameter | parameterOutOfRange | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedParameter}
CODE opcode-activateServiceFiltering
}
-- Direction: SCF -> SSF, Timer: Tasf
-- When receiving this operation, the SSF handles calls to destination in a specified manner
-- without sending queries for every detected call. It is used for example for providing
-- televoting or mass calling services. Simple registration functionality (counters) and
-- announcement control may be located at the SSF. The operation initializes the specified
-- counters in the SSF.
ActivateServiceFilteringArg ::= SEQUENCE {
filteredCallTreatment [0] FilteredCallTreatment{b2, b3},
filteringCharacteristics [1] FilteringCharacteristics,
filteringTimeOut [2] FilteringTimeOut,
filteringCriteria [3] FilteringCriteria{b2},
startTime [4] DateAndTime OPTIONAL,
extensions [5] Extensions{b1} OPTIONAL,
...
}
activityTest OPERATION ::= {
RETURN RESULT TRUE
ALWAYS RESPONDS FALSE
CODE opcode-activityTest
}
-- Direction: SCF -> SSF or SSF-> SCF, Timer: Tat
-- This operation is used to check for the continued existence of a relationship between the SCF
-- and SSF. If the relationship is still in existence, then the SSF will respond. If no reply is
-- received, then the SCF will assume that the SSF has failed in some way and will take the
-- appropriate action.. As an option, this operation may be used in the reverse direction by the
-- SSF to check for the continued existence of a relationship with the SCF.
analysedInformation OPERATION ::= {
ARGUMENT AnalysedInformationArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingCustomerRecord | missingParameter | parameterOutOfRange |
systemFailure | taskRefused | unexpectedComponentSequence |
unexpectedDataValue | unexpectedParameter}
ALWAYS RESPONDS FALSE
CODE opcode-analysedInformation
}
-- Direction: SSF -> SCF, Timer: Tadi
-- This operation is used to indicate availability of routing address and call type. (DP -
-- Analysed_Info).
AnalysedInformationArg ::= SEQUENCE {
dpSpecificCommonParameters [0] DpSpecificCommonParameters{b1, b2},
dialledDigits [1] CalledPartyNumber{b2} OPTIONAL,
callingPartyBusinessGroupID [2] CallingPartyBusinessGroupID OPTIONAL,
callingPartySubaddress [3] CallingPartySubaddress{b2} OPTIONAL,
callingFacilityGroup [4] FacilityGroup OPTIONAL,
callingFacilityGroupMember [5] FacilityGroupMember OPTIONAL,
originalCalledPartyID [6] OriginalCalledPartyID{b2} OPTIONAL,
prefix [7] Digits{b2} OPTIONAL,
redirectingPartyID [8] RedirectingPartyID{b2} OPTIONAL,
redirectionInformation [9] RedirectionInformation OPTIONAL,
routeList [10] RouteList{b2} OPTIONAL,
travellingClassMark [11] TravellingClassMark{b2} OPTIONAL,
extensions [12] Extensions{b1} OPTIONAL,
featureCode [13] FeatureCode{b2} OPTIONAL,
accessCode [14] AccessCode{b2} OPTIONAL,
carrier [15] Carrier{b2} OPTIONAL,
componentType [16] ComponentType OPTIONAL,
component [17] Component OPTIONAL,
componentCorrelationID [18] ComponentCorrelationID OPTIONAL,
...
}
analyseInformation OPERATION ::= {
ARGUMENT AnalyseInformationArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingParameter | parameterOutOfRange | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter}
ALWAYS RESPONDS FALSE
CODE opcode-analyseInformation
}
-- Direction: SCF -> SSF, Timer: Tai
-- This operation is used to request the SSF to perform the originating basic call processing actions
-- to analyse destination information that is either collected from a calling party or provided by the SCF
-- (e.g. for number translation). This includes actions to validate the information according to an office
-- or customized dialing plan, and if valid, to determine call termination information, to include the called
-- party address, the type of call (e.g. intra-network or inter-network), and carrier (if inter-network).
-- If the called party is not served by the SSF, the SSF also determines a route index based on the called
-- party address and class of service, where the route index points to a list of outgoing trunk groups.
AnalyseInformationArg ::= SEQUENCE {
destinationRoutingAddress [0] DestinationRoutingAddress{b2},
alertingPattern [1] AlertingPattern OPTIONAL,
iSDNAccessRelatedInformation
[2] ISDNAccessRelatedInformation{b2} OPTIONAL,
originalCalledPartyID [3] OriginalCalledPartyID{b2} OPTIONAL,
extensions [4] Extensions{b1} OPTIONAL,
callingPartyNumber [5] CallingPartyNumber{b2} OPTIONAL,
callingPartysCategory [6] CallingPartysCategory OPTIONAL,
calledPartyNumber [7] CalledPartyNumber{b2} OPTIONAL,
chargeNumber [8] ChargeNumber{b2} OPTIONAL,
travellingClassMark [9] TravellingClassMark{b2} OPTIONAL,
carrier [10] Carrier{b2} OPTIONAL,
serviceInteractionIndicators
[11] ServiceInteractionIndicators{b2} OPTIONAL,
iNServiceCompatibilityResponse
[12] INServiceCompatibilityResponse OPTIONAL,
forwardGVNS [13] ForwardGVNS{b2} OPTIONAL,
backwardGVNS [14] BackwardGVNS{b2} OPTIONAL,
serviceInteractionIndicatorsTwo
[15] ServiceInteractionIndicatorsTwo OPTIONAL,
correlationID [16] CorrelationID{b2} OPTIONAL,
scfID [17] ScfID{b2} OPTIONAL,
callSegmentID [18] CallSegmentID{b2} OPTIONAL,
legToBeCreated [19] LegID OPTIONAL,
...
}
-- OPTIONAL parameters are only provided if modifications desired to basic call processing values
applyCharging OPERATION ::= {
ARGUMENT ApplyChargingArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingParameter | unexpectedComponentSequence | unexpectedParameter |
unexpectedDataValue | parameterOutOfRange | systemFailure | taskRefused |
unknownLegID}
ALWAYS RESPONDS FALSE
CODE opcode-applyCharging
}
-- Direction: SCF -> SSF, Timer: Tac
-- This operation is used for interacting from the SCF with the SSF charging mechanisms.
-- The ApplyChargingReport operation provides the feedback from the SSF to the SCF.
-- This operation is can also be used to instruct the SSF to release the call regarding some condition.
ApplyChargingArg ::= SEQUENCE {
aChBillingChargingCharacteristics [0] AChBillingChargingCharacteristics{b2},
partyToCharge [2] LegID OPTIONAL,
extensions [3] Extensions{b1} OPTIONAL,
releaseIndication [4] BOOLEAN OPTIONAL,
releaseCause [5] Cause{b2} OPTIONAL,
...
}
-- The TAG value 1 should not be used for future extensions (used in CS-1 by regions).
-- The partyToCharge parameter indicates the party in the call to which the ApplyCharging operation
-- should be applied. If it is not present, then it is applied to the A-party
-- The releaseIndicator shall be present and set to TRUE if the release condition is specified in the
-- aCHBillingCharacteristics parameter.
applyChargingReport OPERATION ::= {
ARGUMENT ApplyChargingReportArg {b2}
RETURN RESULT FALSE
ERRORS
{missingParameter | unexpectedComponentSequence | unexpectedParameter |
unexpectedDataValue | parameterOutOfRange | systemFailure | taskRefused}
ALWAYS RESPONDS FALSE
CODE opcode-applyChargingReport
}
-- Direction: SSF -> SCF, Timer: Tacr
-- This operation is used by the SSF to report to the SCF the occurrence of a specific charging event
-- as requested by the SCF using the ApplyCharging operation.
ApplyChargingReportArg ::=
CallResult{b2}
-- Note: When the SSF sends the ApplyChargingReport operation as the last event from the Call Segment, the
-- lastEventIndicator parameter is to indicate whether the event is last to the SCF and should be included
-- into the CallResult parameter.
assistRequestInstructions OPERATION ::= {
ARGUMENT AssistRequestInstructionsArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingCustomerRecord | missingParameter | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter}
ALWAYS RESPONDS FALSE
CODE opcode-assistRequestInstructions
}
-- Direction: SSF -> SCF or SRF -> SCF, Timer: Tari
-- This operation is used when there is an assist or a hand-off procedure and may be sent by the SSF
-- or SRF to the SCF. This operation is sent by the assisting SSF to SCF, when the initiating SSF has
-- set up a connection to the SRF or to the assisting SSF as a result of receiving an EstablishTemporaryConnection
-- or Connect/SelectRoute operation (in the case of hand-off) from the SCF.
AssistRequestInstructionsArg ::= SEQUENCE {
correlationID [0] CorrelationID{b2},
iPAvailable [1] IPAvailable{b2} OPTIONAL,
iPSSPCapabilities [2] IPSSPCapabilities{b2} OPTIONAL,
extensions [3] Extensions{b1} OPTIONAL,
...
}
-- OPTIONAL denotes network operator specific use. The value of the correlationID may be the
-- Called Party Number supplied by the initiating SSF.
authorizeTermination OPERATION ::= {
ARGUMENT AuthorizeTerminationArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingParameter | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter}
ALWAYS RESPONDS FALSE
CODE opcode-authorizeTermination
}
-- Direction: SCF -> SSF. Timer: Tatr
-- This operation is used to request the SSF to resume terminating call processing action at the
-- Authorize_Termination PIC of the call based on the information received from the SCF.
AuthorizeTerminationArg ::= SEQUENCE {
alertingPattern [0] AlertingPattern OPTIONAL,
callingPartyNumber [1] CallingPartyNumber{b2} OPTIONAL,
destinationNumberRoutingAddress [2] CalledPartyNumber{b2} OPTIONAL,
displayInformation [3] DisplayInformation{b2} OPTIONAL,
iSDNAccessRelatedInformation
[4] ISDNAccessRelatedInformation{b2} OPTIONAL,
originalCalledPartyID [5] OriginalCalledPartyID{b2} OPTIONAL,
travellingClassMark [6] TravellingClassMark{b2} OPTIONAL,
extensions [7] Extensions{b1} OPTIONAL,
iNServiceCompatibilityResponse [8] INServiceCompatibilityResponse OPTIONAL,
forwardGVNS [9] ForwardGVNS{b2} OPTIONAL,
backwardGVNS [10] BackwardGVNS{b2} OPTIONAL,
legID [11] LegID OPTIONAL,
serviceInteractionIndicatorsTwo
[12] ServiceInteractionIndicatorsTwo OPTIONAL,
scfID [13] ScfID{b2} OPTIONAL,
...
}
-- OPTIONAL parameters are only provided if modifications are desired to basic call processing values.
callFiltering OPERATION ::= {
ARGUMENT CallFilteringArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingParameter | parameterOutOfRange | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter}
ALWAYS RESPONDS FALSE
CODE opcode-callFiltering
}
-- Direction: SCF -> SSF, Timer: Tcf
-- This operation is used to allow the SCF to influence basic call gapping procedures based in the CCF by sending information from the SCF to the SSF. The SSF relays the received information transparently to the CCF. This way, the SCF can influence the rate at which call attempts are allowed through. The operation thus influences the filtering of calls, as opposed to service requests as is done by the Callgap operation.
CallFilteringArg ::= SEQUENCE {
destinationIndex [0] DestinationIndex{b2},
gapIndicators [1] GapIndicators,
registratorIdentifier [2] RegistratorIdentifier OPTIONAL,
...,
-- ...,
extensions [3] Extensions{b1} OPTIONAL
}
-- OPTIONAL denotes network operator optional.
callGap OPERATION ::= {
ARGUMENT CallGapArg {b1,
b2,
b3}
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE opcode-callGap
}
-- Direction: SCF -> SSF, Timer: Tcg
-- This operation is used to request the SSF to reduce the rate at which specific service requests are sent to
-- the SCF. Use of this operation by the SCF to gap queries and updates at the SDF is outside the scope of this capability set .
CallGapArg ::= SEQUENCE {
gapCriteria [0] GapCriteria{b2},
gapIndicators [1] GapIndicators,
controlType [2] ControlType OPTIONAL,
gapTreatment [3] GapTreatment{b2, b3} OPTIONAL,
extensions [4] Extensions{b1} OPTIONAL,
...
}
-- OPTIONAL denotes network operator optional. If gapTreatment is not present, the SSF will use
-- a default treatment depending on network operator implementation.
callInformationReport OPERATION ::= {
ARGUMENT CallInformationReportArg {b1,
b2}
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE opcode-callInformationReport
}
-- Direction: SSF -> SCF, Timer: Tcirp
-- This operation is used to send specific call information for a single call to the SCF as requested by the SCF
-- in a previous CallInformationRequest.
CallInformationReportArg ::= SEQUENCE {
requestedInformationList [0] RequestedInformationList{b2},
correlationID [1] CorrelationID{b2} OPTIONAL,
extensions [2] Extensions{b1} OPTIONAL,
legID [3] LegID OPTIONAL,
lastEventIndicator [4] BOOLEAN DEFAULT FALSE,
...
}
-- OPTIONAL denotes network operator optional.
-- The lastEventIndicator parameter is set with 'TRUE' when the report is last in the Call Segment.
-- In the CS-1, the lastEventIndicator should not be sent, and the meaning of DEFAULT is not applied. The SCF
-- must decide whether the report is last without this parameter.
callInformationRequest OPERATION ::= {
ARGUMENT CallInformationRequestArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingParameter | parameterOutOfRange | requestedInfoError |
systemFailure | taskRefused | unexpectedComponentSequence |
unexpectedDataValue | unexpectedParameter | unknownLegID}
ALWAYS RESPONDS FALSE
CODE opcode-callInformationRequest
}
-- Direction: SCF -> SSF, Timer: Tcirq
-- This operation is used to request the SSF to record specific information about a single call and report it to
-- the SCF (with a CallInformationReport operation).
CallInformationRequestArg ::= SEQUENCE {
requestedInformationTypeList [0] RequestedInformationTypeList{b2},
correlationID [1] CorrelationID{b2} OPTIONAL,
extensions [2] Extensions{b1} OPTIONAL,
legID [3] LegID OPTIONAL,
...
}
-- OPTIONAL denotes network operator optional .
cancel OPERATION ::= {
ARGUMENT CancelArg {b2}
RETURN RESULT FALSE
ERRORS {cancelFailed | missingParameter | taskRefused}
ALWAYS RESPONDS FALSE
CODE opcode-cancel
}
-- Direction: SCF -> SSF, or SCF -> SRF, Timer: Tcan
-- This operation cancels the correlated previous operation or all previous requests
-- This operation can also be used to cancel all outstanding requests and enable the state machine (SSF)
-- to go to idle. In this case the Cancel operation does not specify any specific operation to be cancelled.
-- For the SCF-SRF operations that can be cancelled, refer to Part 3 of Q.1248
CancelArg ::= CHOICE {
invokeID [0] InvokeID,
allRequests [1] NULL,
callSegmentToCancel
[2] SEQUENCE {invokeID [0] InvokeID,
callSegmentID [1] CallSegmentID{b2},
...},
allRequestsForCallSegment [3] CallSegmentID{b2},
...
}
-- The InvokeID has the same value as that which was used for the SCF-SRF operation, i.e. is used to identify
-- the correlated previous SCF-SRF operation to be canccelled.
cancelStatusReportRequest OPERATION ::= {
ARGUMENT CancelStatusReportRequestArg {b1,
b2}
RETURN RESULT FALSE
ERRORS {cancelFailed | missingParameter | taskRefused}
ALWAYS RESPONDS FALSE
CODE opcode-cancelStatusReportRequest
}
-- Direction: SCF -> SSF, Timer: Tcsr
-- This operation cancels the following processes: RequestFirstStatusMatchReport and
-- RequestEveryStatusChangeReport.
CancelStatusReportRequestArg ::= SEQUENCE {
resourceID [0] ResourceID{b2} OPTIONAL,
extensions [1] Extensions{b1} OPTIONAL,
...
}
collectedInformation OPERATION ::= {
ARGUMENT CollectedInformationArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingCustomerRecord | missingParameter | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter}
ALWAYS RESPONDS FALSE
CODE opcode-collectedInformation
}
-- Direction: SSF -> SCF, Timer: Tcdi
-- This operation is used to indicate availability of complete initial information package/dialing string from
-- originating party. (This event may have already occurred in the case of en bloc signaling, in which case
-- the waiting duration in this PIC is zero.) (DP - Collected_Info
CollectedInformationArg ::= SEQUENCE {
dpSpecificCommonParameters [0] DpSpecificCommonParameters{b1, b2},
dialledDigits [1] CalledPartyNumber{b2} OPTIONAL,
callingPartyBusinessGroupID [2] CallingPartyBusinessGroupID OPTIONAL,
callingPartySubaddress [3] CallingPartySubaddress{b2} OPTIONAL,
callingFacilityGroup [4] FacilityGroup OPTIONAL,
callingFacilityGroupMember [5] FacilityGroupMember OPTIONAL,
originalCalledPartyID [6] OriginalCalledPartyID{b2} OPTIONAL,
prefix [7] Digits{b2} OPTIONAL,
redirectingPartyID [8] RedirectingPartyID{b2} OPTIONAL,
redirectionInformation [9] RedirectionInformation OPTIONAL,
travellingClassMark [10] TravellingClassMark{b2} OPTIONAL,
extensions [11] Extensions{b1} OPTIONAL,
featureCode [12] FeatureCode{b2} OPTIONAL,
accessCode [13] AccessCode{b2} OPTIONAL,
carrier [14] Carrier{b2} OPTIONAL,
componentType [15] ComponentType OPTIONAL,
component [16] Component OPTIONAL,
componentCorrelationID [17] ComponentCorrelationID OPTIONAL,
...
}
collectInformation OPERATION ::= {
ARGUMENT CollectInformationArg {b1,
b2}
OPTIONAL TRUE
RETURN RESULT FALSE
ERRORS
{missingParameter | parameterOutOfRange | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter}
ALWAYS RESPONDS FALSE
CODE opcode-collectInformation
}
-- Direction: SCF -> SSF, Timer: Tci
-- This operation is used to request the SSF to perform the originating basic call processing actions to prompt
-- a calling party for destination information, then collect destination information according to a specified
-- numbering plan (e.g. for virtual private networks).
CollectInformationArg ::= SEQUENCE {
alertingPattern [0] AlertingPattern OPTIONAL,
numberingPlan [1] NumberingPlan OPTIONAL,
originalCalledPartyID [2] OriginalCalledPartyID{b2} OPTIONAL,
travellingClassMark [3] TravellingClassMark{b2} OPTIONAL,
extensions [4] Extensions{b1} OPTIONAL,
callingPartyNumber [5] CallingPartyNumber{b2} OPTIONAL,
dialledDigits [6] CalledPartyNumber{b2} OPTIONAL,
serviceInteractionIndicators
[7] ServiceInteractionIndicators{b2} OPTIONAL,
iNServiceCompatibilityResponse [8] INServiceCompatibilityResponse OPTIONAL,
forwardGVNS [9] ForwardGVNS{b2} OPTIONAL,
backwardGVNS [10] BackwardGVNS{b2} OPTIONAL,
serviceInteractionIndicatorsTwo
[11] ServiceInteractionIndicatorsTwo OPTIONAL,
callSegmentID [12] CallSegmentID{b2} OPTIONAL,
legToBeCreated [13] LegID OPTIONAL,
...
}
connect OPERATION ::= {
ARGUMENT ConnectArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingParameter | parameterOutOfRange | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter}
ALWAYS RESPONDS FALSE
CODE opcode-connect
}
-- Direction: SCF -> SSF, Timer: Tcon
-- This operation is used to request the SSF to perform the call processing actions to route or forward a call to
-- a specified destination. To do so, the SSF may or may not use destination information from the calling party
-- (e.g. dialed digits) and existing call setup information (e.g. route index to a list of trunk groups), depending on
-- the information provided by the SCF.
-- When address information is only included in the Connect operation, call processing resumes at PIC3 in
-- the O-BCSM.
-- When address information and routing information is included, call processing resumes at PIC4.
ConnectArg ::= SEQUENCE {
destinationRoutingAddress [0] DestinationRoutingAddress{b2},
alertingPattern [1] AlertingPattern OPTIONAL,
correlationID [2] CorrelationID{b2} OPTIONAL,
cutAndPaste [3] CutAndPaste OPTIONAL,
forwardingCondition [4] ForwardingCondition OPTIONAL,
iSDNAccessRelatedInformation
[5] ISDNAccessRelatedInformation{b2} OPTIONAL,
originalCalledPartyID [6] OriginalCalledPartyID{b2} OPTIONAL,
routeList [7] RouteList{b2} OPTIONAL,
-- maximum number of routes is limited to 3
scfID [8] ScfID{b2} OPTIONAL,
travellingClassMark [9] TravellingClassMark{b2} OPTIONAL,
extensions [10] Extensions{b1} OPTIONAL,
carrier [11] Carrier{b2} OPTIONAL,
serviceInteractionIndicators
[26] ServiceInteractionIndicators{b2} OPTIONAL,
callingPartyNumber [27] CallingPartyNumber{b2} OPTIONAL,
callingPartysCategory [28] CallingPartysCategory OPTIONAL,
redirectingPartyID [29] RedirectingPartyID{b2} OPTIONAL,
redirectionInformation [30] RedirectionInformation OPTIONAL,
displayInformation [12] DisplayInformation{b2} OPTIONAL,
forwardCallIndicators [13] ForwardCallIndicators OPTIONAL,
genericNumbers [14] GenericNumbers{b2} OPTIONAL,
serviceInteractionIndicatorsTwo
[15] ServiceInteractionIndicatorsTwo OPTIONAL,
iNServiceCompatibilityResponse
[16] INServiceCompatibilityResponse OPTIONAL,
forwardGVNS [17] ForwardGVNS{b2} OPTIONAL,
backwardGVNS [18] BackwardGVNS{b2} OPTIONAL,
chargeNumber [19] ChargeNumber{b2} OPTIONAL,
callSegmentID [20] CallSegmentID{b2} OPTIONAL,
legToBeCreated [21] LegID OPTIONAL,
sDSSinformation [22] SDSSinformation{b2} OPTIONAL,
calledDirectoryNumber [23] CalledDirectoryNumber{b2} OPTIONAL,
bearerCapability [24] BearerCapability{b2} OPTIONAL,
calledPartySubaddress [60] CalledPartySubaddress{b2} OPTIONAL,
connectionIdentifier [61] ConnectionIdentifier{b2} OPTIONAL,
genericIdentifier [62] GenericIdentifier{b2} OPTIONAL,
qOSParameter [63] QoSParameter{b2} OPTIONAL,
bISDNParameters [64] BISDNParameters{b2} OPTIONAL,
...,
cug-Interlock [31] CUG-Interlock OPTIONAL,
cug-OutgoingAccess [32] NULL OPTIONAL,
ipRelatedInformation [33] IPRelatedInformation{b2} OPTIONAL
}
-- OPTIONAL parameters are only provided if modifications desired to basic call processing values
connectToResource OPERATION ::= {
ARGUMENT ConnectToResourceArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingParameter | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter |
unknownLegID}
ALWAYS RESPONDS FALSE
CODE opcode-connectToResource
}
-- Direction: SCF -> SSF, Timer: Tctr
-- This operation is used to connect a call from the SSP to the physical entity containing the SRF.
ConnectToResourceArg ::= SEQUENCE {
resourceAddress
CHOICE {ipRoutingAddress [0] IPRoutingAddress{b2},
legID [1] LegID,
ipAddressAndLegID
[2] SEQUENCE {ipRoutingAddress [0] IPRoutingAddress{b2},
legID [1] LegID,
...},
none [3] NULL,
callSegmentID [5] CallSegmentID{b2},
ipAddressAndCallSegment
[6] SEQUENCE {ipRoutingAddress [0] IPRoutingAddress{b2},
callSegmentID [1] CallSegmentID{b2},
...}},
extensions [4] Extensions{b1} OPTIONAL,
serviceInteractionIndicators
[30] ServiceInteractionIndicators{b2} OPTIONAL,
serviceInteractionIndicatorsTwo
[7] ServiceInteractionIndicatorsTwo OPTIONAL,
uSIServiceIndicator [35] USIServiceIndicator{b2} OPTIONAL,
uSIInformation [36] USIInformation{b2} OPTIONAL,
...
}
continue OPERATION ::= {
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE opcode-continue
}
-- Direction: SCF -> SSF, Timer: Tcue
-- This operation is used to request the SSF to proceed with call processing at the DP at which it
-- previously suspended call processing to await SCF instructions (i.e. proceed to the next point
-- in call in the BCSM). The SSF continues call processing without substituting new data from SCF.
-- This operation is not valid for a single call segment CSA with more than 2 legs or a multi call segment CSA.
continueWithArgument OPERATION ::= {
ARGUMENT ContinueWithArgumentArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingParameter | unexpectedComponentSequence | unexpectedParameter |
unexpectedDataValue | unknownLegID}
ALWAYS RESPONDS FALSE
CODE opcode-continueWithArgument
}
-- Direction: SCF -> SSF, Timer: Tcwa
-- This operation is used to request the SSF to proceed with call processing at the DP a which it previously
-- suspended call processing to await SCF instructions.
-- It is also used to provide additional service related information to a User (Called Party or Calling Party) whilst
-- the call processing proceeds.
ContinueWithArgumentArg ::= SEQUENCE {
legorCSID
CHOICE {legID [0] LegID,
csID [9] CallSegmentID{b2}} --DEFAULT legID:sendingSideID:leg1 --,
alertingPattern [1] AlertingPattern OPTIONAL,
genericName [2] GenericName{b2} OPTIONAL,
iNServiceCompatibilityResponse [3] INServiceCompatibilityResponse OPTIONAL,
forwardGVNS [4] ForwardGVNS{b2} OPTIONAL,
backwardGVNS [5] BackwardGVNS{b2} OPTIONAL,
extensions [6] Extensions{b1} OPTIONAL,
serviceInteractionIndicatorsTwo
[7] ServiceInteractionIndicatorsTwo OPTIONAL,
sDSSinformation [8] SDSSinformation{b2} OPTIONAL,
connectionIdentifier [60] ConnectionIdentifier{b2} OPTIONAL,
...,
iSDNAccessRelatedInformation
[19] ISDNAccessRelatedInformation{b2} OPTIONAL,
originalCalledPartyID [10] OriginalCalledPartyID{b2} OPTIONAL,
callingPartyNumber [11] CallingPartyNumber{b2} OPTIONAL,
callingPartysCategory [12] CallingPartysCategory OPTIONAL,
redirectingPartyID [13] RedirectingPartyID{b2} OPTIONAL,
redirectionInformation [14] RedirectionInformation OPTIONAL,
forwardCallIndicators [15] ForwardCallIndicators OPTIONAL,
genericNumbers [16] GenericNumbers{b2} OPTIONAL,
cug-Interlock [17] CUG-Interlock OPTIONAL,
cug-OutgoingAccess [18] NULL OPTIONAL,
ipRelationInformation [20] IPRelatedInformation{b2} OPTIONAL
}
-- OPTIONAL parameters are only provided if modifications desired to basic call processing values
createCallSegmentAssociation OPERATION ::= {
ARGUMENT CreateCallSegmentAssociationArg {b1}
OPTIONAL TRUE
RESULT CreateCallSegmentAssociationResultArg {b1,
b2}
ERRORS
{missingParameter | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter}
CODE opcode-createCallSegmentAssociation
}
-- Direction SCF -> SSF, Timer Tcsa
-- This operation is used to create a new CSA. The new CSA will not contain any Call Segments after creation.
-- The SSF is responsible for specifying a new CSA identifier for the created CSA which is unique within
-- the SSF.
CreateCallSegmentAssociationArg ::= SEQUENCE {
extensions [0] Extensions{b1} OPTIONAL,
...
}
CreateCallSegmentAssociationResultArg ::= SEQUENCE {
newCallSegmentAssociation [0] CSAID{b2},
extensions [1] Extensions{b1} OPTIONAL,
...
}
createOrRemoveTriggerData OPERATION ::= {
ARGUMENT CreateOrRemoveTriggerDataArg {b1,
b2,
b3}
RESULT CreateOrRemoveTriggerDataResultArg {b1,
b2}
ERRORS
{missingParameter | missingCustomerRecord | parameterOutOfRange |
systemFailure | taskRefused | unexpectedComponentSequence |
unexpectedDataValue | unexpectedParameter}
CODE opcode-createOrRemoveTriggerData
}
-- Direction: SCF -> SSF, Class 1, Timer: Tcrt
-- This trigger management operation is used by the SCF outside the context of a call to create a new
-- trigger detection point in the CCF/SSF by downloading trigger data
-- (e.g. triggering criteria, ServiceKey, SCF address,....)
-- or to remove an existing trigger.
CreateOrRemoveTriggerDataArg ::= SEQUENCE {
createOrRemove [0] CreateOrRemoveIndicator DEFAULT create,
dPName [1] EventTypeBCSM OPTIONAL,
triggerDPType [2] TriggerDPType DEFAULT tdp-r,
serviceKey [3] ServiceKey OPTIONAL,
profile [4] ProfileIdentifier{b2} OPTIONAL,
triggerData [5] TriggerData OPTIONAL,
defaultFaultHandling [6] DefaultFaultHandling{b2, b3} OPTIONAL,
tDPIdentifier [7] TDPIdentifier{b2} OPTIONAL,
...,
-- ...,
extensions [30] Extensions{b1} OPTIONAL
}
CreateOrRemoveTriggerDataResultArg ::= SEQUENCE {
triggerStatus [0] TriggerStatus,
tDPIdentifier [1] TDPIdentifier{b2},
registratorIdentifier [2] RegistratorIdentifier OPTIONAL,
...,
-- ...,
extensions [30] Extensions{b1} OPTIONAL
}
disconnectForwardConnection OPERATION ::= {
RETURN RESULT FALSE
ERRORS {systemFailure | taskRefused | unexpectedComponentSequence}
ALWAYS RESPONDS FALSE
CODE opcode-disconnectForwardConnection
}
-- Direction: SCF -> SSF, Timer: Tdfc
-- This operation is used to disconnect a forward temporary connection or a connection to a resource.
disconnectForwardConnectionWithArgument OPERATION ::= {
ARGUMENT DisconnectForwardConnectionWithArgumentArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingParameter | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter |
unknownLegID}
ALWAYS RESPONDS FALSE
CODE opcode-dFCWithArgument
}
-- Direction: SCF -> SSF, Timer: Tdfcwa
-- This operation is used to disconnect a forward temporary connection or a connection to a resource.
DisconnectForwardConnectionWithArgumentArg ::= SEQUENCE {
partyToDisconnect
CHOICE {legID [0] LegID,
callSegmentID [1] CallSegmentID{b2}},
extensions [2] Extensions{b1} OPTIONAL,
uSIServiceIndicator [3] USIServiceIndicator{b2} OPTIONAL,
uSIInformation [4] USIInformation{b2} OPTIONAL,
...
}
disconnectLeg OPERATION ::= {
ARGUMENT DisconnectLegArg {b1,
b2}
RETURN RESULT TRUE
ERRORS
{missingParameter | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter |
unknownLegID}
CODE opcode-disconnectLeg
}
-- Direction: SCF -> SSF. Timer: T dl
-- This operation is issued by the SCF to release a specific leg associated with the call and retain any
-- other legs not specified in the DisconnectLeg. Any leg may be disconnected, including the controlling
-- leg, without completely releasing all legs.
DisconnectLegArg ::= SEQUENCE {
legToBeReleased [0] LegID,
releaseCause [1] Cause{b2} OPTIONAL,
extensions [2] Extensions{b1} OPTIONAL,
...
}
entityReleased OPERATION ::= {
ARGUMENT EntityReleasedArg {b2}
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE opcode-entityReleased
}
-- Direction SSF -> SCF, Timer: Ter
-- This operation is used by SSF to inform the SCF of an error/exception
EntityReleasedArg ::= CHOICE {
cSFailure
[0] SEQUENCE {callSegmentID [0] CallSegmentID{b2},
reason [1] Reason{b2} OPTIONAL,
cause [2] Cause{b2} OPTIONAL,
...},
bCSMFailure
[1] SEQUENCE {legID [0] LegID,
reason [1] Reason{b2} OPTIONAL,
cause [2] Cause{b2} OPTIONAL,
...}
}
establishTemporaryConnection OPERATION ::= {
ARGUMENT EstablishTemporaryConnectionArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{eTCFailed | missingParameter | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter |
unknownLegID}
ALWAYS RESPONDS FALSE
CODE opcode-establishTemporaryConnection
}
-- Direction: SCF -> SSF, Timer: Tetc
-- This operation is used to create a connection to a resource for a limited period of time
-- (e.g. to play an announcement, to collect user information); it implies the use of the assist
-- procedure.
EstablishTemporaryConnectionArg ::= SEQUENCE {
assistingSSPIPRoutingAddress [0] AssistingSSPIPRoutingAddress{b2},
correlationID [1] CorrelationID{b2} OPTIONAL,
partyToConnect
CHOICE {legID [2] LegID,
callSegmentID [7] CallSegmentID{b2}} OPTIONAL,
scfID [3] ScfID{b2} OPTIONAL,
extensions [4] Extensions{b1} OPTIONAL,
carrier [5] Carrier{b2} OPTIONAL,
serviceInteractionIndicators
[30] ServiceInteractionIndicators{b2} OPTIONAL,
serviceInteractionIndicatorsTwo
[6] ServiceInteractionIndicatorsTwo OPTIONAL,
...
}
-- OPTIONAL parameters are only provided if modifications desired to basic call processing values
eventNotificationCharging OPERATION ::= {
ARGUMENT EventNotificationChargingArg {b1,
b2}
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE opcode-eventNotificationCharging
}
-- Direction: SSF -> SCF, Timer: Tenc
-- This operation is used by the SSF to report to the SCF the occurence of a specific charging event
-- type as previously requested by the SCF in a RequestNotificationChargingEvent operation.
EventNotificationChargingArg ::= SEQUENCE {
eventTypeCharging [0] EventTypeCharging{b2},
eventSpecificInformationCharging
[1] EventSpecificInformationCharging{b2} OPTIONAL,
legID [2] LegID OPTIONAL,
extensions [3] Extensions{b1} OPTIONAL,
monitorMode [30] MonitorMode DEFAULT notifyAndContinue,
...
}
-- OPTIONAL denotes network operator specific use.
eventReportBCSM OPERATION ::= {
ARGUMENT EventReportBCSMArg {b1,
b2}
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE opcode-eventReportBCSM
}
-- Direction: SSF -> SCF, Timer: Terb
-- This operation is used to notify the SCF of a call-related event (e.g. BCSM events such as busy or
-- no answer) previously requested by the SCF in a RequestReportBCSMEvent operation.
EventReportBCSMArg ::= SEQUENCE {
eventTypeBCSM [0] EventTypeBCSM,
bcsmEventCorrelationID [1] CorrelationID{b2} OPTIONAL,
eventSpecificInformationBCSM [2] EventSpecificInformationBCSM{b2} OPTIONAL,
legID [3] LegID OPTIONAL,
miscCallInfo [4] MiscCallInfo DEFAULT {messageType request},
extensions [5] Extensions{b1} OPTIONAL,
componentType [6] ComponentType OPTIONAL,
component [7] Component OPTIONAL,
componentCorrelationID [8] ComponentCorrelationID OPTIONAL,
...
}
eventReportFacility OPERATION ::= {
ARGUMENT EventReportFacilityArg {b1}
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE opcode-eventReportFacility
}
-- SSF->SCF, Timer: Terf
-- This operation is issued by the SSF to report the SCF the event, that was previously requested by the
-- SCF, the CCF/SSF receives a DSS1 message which contains a FACILITY IE. Criteria for the report, like
-- reception of the ReturnResult which is specified with ComponentType, is optionally checked
-- before issuing this operation.
EventReportFacilityArg ::= SEQUENCE {
componentType [0] ComponentType OPTIONAL,
component [1] Component OPTIONAL,
legID [2] LegID OPTIONAL,
componentCorrelationID [3] ComponentCorrelationID OPTIONAL,
extensions [4] Extensions{b1} OPTIONAL,
...
}
facilitySelectedAndAvailable OPERATION ::= {
ARGUMENT FacilitySelectedAndAvailableArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingCustomerRecord | missingParameter | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter}
ALWAYS RESPONDS FALSE
CODE opcode-facilitySelectedAndAvailable
}
-- Direction: SSF -> SCF. Timer: Tfs
-- This operation is used for indication of a call termination attempt from the terminating half BCSM. (DP -
-- Facility_Selected_And_Available).
FacilitySelectedAndAvailableArg ::= SEQUENCE {
dpSpecificCommonParameters [0] DpSpecificCommonParameters{b1, b2},
calledPartyBusinessGroupID [1] CalledPartyBusinessGroupID OPTIONAL,
calledPartySubaddress [2] CalledPartySubaddress{b2} OPTIONAL,
callingPartyBusinessGroupID [3] CallingPartyBusinessGroupID OPTIONAL,
callingPartyNumber [4] CallingPartyNumber{b2} OPTIONAL,
originalCalledPartyID [5] OriginalCalledPartyID{b2} OPTIONAL,
redirectingPartyID [6] RedirectingPartyID{b2} OPTIONAL,
redirectionInformation [7] RedirectionInformation OPTIONAL,
routeList [8] RouteList{b2} OPTIONAL,
travellingClassMark [9] TravellingClassMark{b2} OPTIONAL,
extensions [10] Extensions{b1} OPTIONAL,
componentType [11] ComponentType OPTIONAL,
component [12] Component OPTIONAL,
componentCorrelationID [13] ComponentCorrelationID OPTIONAL,
...
}
furnishChargingInformation OPERATION ::= {
ARGUMENT FurnishChargingInformationArg {b2}
RETURN RESULT FALSE
ERRORS
{missingParameter | taskRefused | unexpectedComponentSequence |
unexpectedDataValue | unexpectedParameter}
ALWAYS RESPONDS FALSE
CODE opcode-furnishChargingInformation
}
-- Direction: SCF -> SSF, Timer: Tfci
-- This operation is used to request the SSF to generate, register a call record or to include some information
-- in the default call record. The registered call record is intended for off line charging of the call.
FurnishChargingInformationArg ::=
FCIBillingChargingCharacteristics{b2}
holdCallInNetwork OPERATION ::= {
ARGUMENT HoldCallInNetworkArg
RETURN RESULT FALSE
ERRORS
{missingParameter | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter}
ALWAYS RESPONDS FALSE
CODE opcode-holdCallInNetwork
}
-- Direction: SCF -> SSF, Timer: Thcn
-- This operation is used to provide the capability of queueing a call during the setup phase (e.g. to provide
-- a call completion to busy, the call would be queued until the destination becomes free).
HoldCallInNetworkArg ::= CHOICE {
holdcause [0] HoldCause,
empty [1] NULL
}
-- holdcause is optional and denotes network operator specific use.
initialDP OPERATION ::= {
ARGUMENT InitialDPArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingCustomerRecord | missingParameter | parameterOutOfRange |
systemFailure | taskRefused | unexpectedComponentSequence |
unexpectedDataValue | unexpectedParameter}
ALWAYS RESPONDS FALSE
CODE opcode-initialDP
}
-- Direction: SSF -> SCF, Timer: Tidp
-- This operation is used after a TDP to indicate request for service.
InitialDPArg ::= SEQUENCE {
serviceKey [0] ServiceKey OPTIONAL,
dialledDigits [1] CalledPartyNumber{b2} OPTIONAL,
calledPartyNumber [2] CalledPartyNumber{b2} OPTIONAL,
callingPartyNumber [3] CallingPartyNumber{b2} OPTIONAL,
callingPartyBusinessGroupID [4] CallingPartyBusinessGroupID OPTIONAL,
callingPartysCategory [5] CallingPartysCategory OPTIONAL,
callingPartySubaddress [6] CallingPartySubaddress{b2} OPTIONAL,
cGEncountered [7] CGEncountered OPTIONAL,
iPSSPCapabilities [8] IPSSPCapabilities{b2} OPTIONAL,
iPAvailable [9] IPAvailable{b2} OPTIONAL,
locationNumber [10] LocationNumber{b2} OPTIONAL,
miscCallInfo [11] MiscCallInfo OPTIONAL,
originalCalledPartyID [12] OriginalCalledPartyID{b2} OPTIONAL,
serviceProfileIdentifier [13] ServiceProfileIdentifier OPTIONAL,
terminalType [14] TerminalType OPTIONAL,
extensions [15] Extensions{b1} OPTIONAL,
triggerType [16] TriggerType OPTIONAL,
highLayerCompatibility [23] HighLayerCompatibility{b2} OPTIONAL,
serviceInteractionIndicators
[24] ServiceInteractionIndicators{b2} OPTIONAL,
additionalCallingPartyNumber
[25] AdditionalCallingPartyNumber{b2} OPTIONAL,
forwardCallIndicators [26] ForwardCallIndicators OPTIONAL,
bearerCapability [27] BearerCapability{b2} OPTIONAL,
eventTypeBCSM [28] EventTypeBCSM OPTIONAL,
redirectingPartyID [29] RedirectingPartyID{b2} OPTIONAL,
redirectionInformation [30] RedirectionInformation OPTIONAL,
cause [17] Cause{b2} OPTIONAL,
componentType [18] ComponentType OPTIONAL,
component [19] Component OPTIONAL,
componentCorrelationID [20] ComponentCorrelationID OPTIONAL,
iSDNAccessRelatedInformation
[21] ISDNAccessRelatedInformation{b2} OPTIONAL,
iNServiceCompatibilityIndication
[22] INServiceCompatibilityIndication{b2} OPTIONAL,
genericNumbers [31] GenericNumbers{b2} OPTIONAL,
serviceInteractionIndicatorsTwo
[32] ServiceInteractionIndicatorsTwo OPTIONAL,
forwardGVNS [33] ForwardGVNS{b2} OPTIONAL,
createdCallSegmentAssociation [34] CSAID{b2} OPTIONAL,
uSIServiceIndicator [35] USIServiceIndicator{b2} OPTIONAL,
uSIInformation [36] USIInformation{b2} OPTIONAL,
carrier [37] Carrier{b2} OPTIONAL,
cCSS [38] CCSS OPTIONAL,
vPNIndicator [39] VPNIndicator OPTIONAL,
cNInfo [40] CNInfo{b2} OPTIONAL,
callReference [41] CallReference{b2} OPTIONAL,
routeingNumber [42] RouteingNumber{b2} OPTIONAL,
callingGeodeticLocation [43] CallingGeodeticLocation{b2} OPTIONAL,
calledPartySubaddress [60] CalledPartySubaddress{b2} OPTIONAL,
connectionIdentifier [61] ConnectionIdentifier{b2} OPTIONAL,
genericIdentifier [62] GenericIdentifier{b2} OPTIONAL,
qOSParameter [63] QoSParameter{b2} OPTIONAL,
bISDNParameters [64] BISDNParameters{b2} OPTIONAL,
...,
globalCallReference [44] GlobalCallReference{b2} OPTIONAL,
cug-Index [45] CUG-Index OPTIONAL,
cug-Interlock [46] CUG-Interlock OPTIONAL,
cug-OutgoingAccess [47] NULL OPTIONAL,
ipRelatedInformation [48] IPRelatedInformation{b2} OPTIONAL
}
-- OPTIONAL for iPSSPCapabilities, iPAvailable, cGEncountered, and miscCallInfo denotes network
-- operator specific use.
-- OPTIONAL for terminalType indicates that this parameter applies only at originating or terminating
-- local exchanges if the SSF has this information.
initiateCallAttempt OPERATION ::= {
ARGUMENT InitiateCallAttemptArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingParameter | parameterOutOfRange | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter}
ALWAYS RESPONDS FALSE
CODE opcode-initiateCallAttempt
}
-- Direction: SCF -> SSF, Timer: Tica
-- This operation is used to request the SSF to create a new call to one call party using address
-- information provided by the SCF.
InitiateCallAttemptArg ::= SEQUENCE {
destinationRoutingAddress [0] DestinationRoutingAddress{b2},
alertingPattern [1] AlertingPattern OPTIONAL,
iSDNAccessRelatedInformation
[2] ISDNAccessRelatedInformation{b2} OPTIONAL,
travellingClassMark [3] TravellingClassMark{b2} OPTIONAL,
extensions [4] Extensions{b1} OPTIONAL,
serviceInteractionIndicators
[29] ServiceInteractionIndicators{b2} OPTIONAL,
callingPartyNumber [30] CallingPartyNumber{b2} OPTIONAL,
legToBeCreated [5] LegID --DEFAULT sendingSideID:leg1--,
newCallSegment
[6] CallSegmentID{b2} DEFAULT initialCallSegment,
iNServiceCompatibilityResponse [7] INServiceCompatibilityResponse OPTIONAL,
serviceInteractionIndicatorsTwo
[8] ServiceInteractionIndicatorsTwo OPTIONAL,
carrier [9] Carrier{b2} OPTIONAL,
correlationID [10] CorrelationID{b2} OPTIONAL,
scfID [11] ScfID{b2} OPTIONAL,
callReference [12] CallReference{b2} OPTIONAL,
calledDirectoryNumber [13] CalledDirectoryNumber{b2} OPTIONAL,
bearerCapability [60] BearerCapability{b2} OPTIONAL,
calledPartySubaddress [61] CalledPartySubaddress{b2} OPTIONAL,
connectionIdentifier [62] ConnectionIdentifier{b2} OPTIONAL,
genericIdentifier [63] GenericIdentifier{b2} OPTIONAL,
qOSParameter [64] QoSParameter{b2} OPTIONAL,
bISDNParameters [65] BISDNParameters{b2} OPTIONAL,
...,
originalCalledPartyID [14] OriginalCalledPartyID{b2} OPTIONAL,
callingPartysCategory [15] CallingPartysCategory OPTIONAL,
redirectingPartyID [16] RedirectingPartyID{b2} OPTIONAL,
redirectionInformation [17] RedirectionInformation OPTIONAL,
displayInformation [18] DisplayInformation{b2} OPTIONAL,
forwardCallIndicators [19] ForwardCallIndicators OPTIONAL,
genericNumbers [20] GenericNumbers{b2} OPTIONAL,
forwardGVNS [21] ForwardGVNS{b2} OPTIONAL,
globalCallReference [23] GlobalCallReference{b2} OPTIONAL,
-- syntax to be confirmed
cug-Interlock [24] CUG-Interlock OPTIONAL,
cug-OutgoingAccess [25] NULL OPTIONAL,
incomingSignallingBufferCopy [26] BOOLEAN DEFAULT FALSE,
ipRelatedInformation [27] IPRelatedInformation{b2} OPTIONAL
}
-- OPTIONAL parameters are only provided if modifications desired to basic call processing values
manageTriggerData OPERATION ::= {
ARGUMENT ManageTriggerDataArg {b1,
b2}
RESULT ManageTriggerDataResultArg {b1,
b2}
ERRORS
{missingParameter | parameterOutOfRange | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter}
CODE opcode-manageTriggerData
}
-- Direction: SCF -> SSF, Class 1, Timer: Tmtd
-- This trigger management operation is used outside the context of a call to activate, deactivate or retrieve
-- the status of one or several trigger detection point linked to a subscriber profile known at the switch,
-- e.g. related to an access line ( i.e. an individual trigger).
ManageTriggerDataArg ::= SEQUENCE {
actionIndicator [0] ActionIndicator,
triggerDataIdentifier
CHOICE {profileAndDP [1] TriggerDataIdentifier{b1, b2},
-- one trigger
profile [5] ProfileIdentifier{b2}},
registratorIdentifier [2] RegistratorIdentifier OPTIONAL,
extensions [3] Extensions{b1} OPTIONAL,
tDPIdentifier [4] TDPIdentifier{b2} OPTIONAL,
...
}
ManageTriggerDataResultArg ::= CHOICE {
oneTriggerResult
SEQUENCE {actionPerformed [0] ActionPerformed,
extensions [1] Extensions{b1} OPTIONAL,
...},
severalTriggerResult
[1] SEQUENCE {results [0] TriggerResults{b2},
extensions [1] Extensions{b1} OPTIONAL,
...}
}
mergeCallSegments OPERATION ::= {
ARGUMENT MergeCallSegmentsArg {b1,
b2}
RETURN RESULT TRUE
ERRORS
{missingParameter | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter}
CODE opcode-mergeCallSegments
}
-- Direction: SCF -> SSF. Timer: T mc
-- This operation is issued by the SCF to merge two associated CSs , into one CS .
MergeCallSegmentsArg ::= SEQUENCE {
sourceCallSegment [0] CallSegmentID{b2},
targetCallSegment [1] CallSegmentID{b2} DEFAULT initialCallSegment,
extensions [2] Extensions{b1} OPTIONAL,
...,
mergeSignallingPaths [3] NULL OPTIONAL
}
monitorRouteReport OPERATION ::= {
ARGUMENT MonitorRouteReportArg {b1,
b2}
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE opcode-monitorRouteReport
}
-- Direction SSF-> SCF: Timer T mrp
-- This operation is used by the SSF to report the result of a route monitoring procedure.
MonitorRouteReportArg ::= SEQUENCE {
routeCounters [0] RouteCountersValue{b2},
correlationID [2] CorrelationID{b2},
...,
-- ...,
extensions [3] Extensions{b1} OPTIONAL
}
monitorRouteRequest OPERATION ::= {
ARGUMENT MonitorRouteRequestArg {b1,
b2}
RETURN RESULT TRUE
ERRORS
{missingParameter | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedParameter}
CODE opcode-monitorRouteRequest
}
-- Direction SCF -> SSF. Timer Tmrr
-- This operationis issued by the SCF to request the SSF to monitor specified routes.
MonitorRouteRequestArg ::= SEQUENCE {
routeList [0] RouteList{b2},
correlationID [1] CorrelationID{b2},
monitoringCriteria [2] MonitoringCriteria,
monitoringTimeout [3] MonitoringTimeOut,
startTime [4] DateAndTime OPTIONAL,
...,
-- ...,
extensions [5] Extensions{b1} OPTIONAL
}
moveCallSegments OPERATION ::= {
ARGUMENT MoveCallSegmentsArg {b1,
b2}
RETURN RESULT TRUE
ERRORS
{missingParameter | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter |
unknownLegID}
CODE opcode-moveCallSegments
}
-- Direction: SCF -> SSF, Timer Tmcs
-- This operation moves a CS from the source CSA to the the target CSA
MoveCallSegmentsArg ::= SEQUENCE {
targetCallSegmentAssociation [0] CSAID{b2},
callSegments
[1] SEQUENCE SIZE (1..--b2.&--numOfCSs) OF
SEQUENCE {sourceCallSegment
[0] CallSegmentID{b2} DEFAULT initialCallSegment,
newCallSegment [1] CallSegmentID{b2},
...},
legs
[2] SEQUENCE SIZE (1..--b2.&--numOfLegs) OF
SEQUENCE {sourceLeg [0] LegID,
newLeg [1] LegID,
...},
extensions [3] Extensions{b1} OPTIONAL,
...
}
moveLeg OPERATION ::= {
ARGUMENT MoveLegArg {b1,
b2}
RETURN RESULT TRUE
ERRORS
{missingParameter | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter |
unknownLegID}
CODE opcode-moveLeg
}
-- Direction : SCF ->SSF, Timer: T ml
-- This operation is issued by the SCF to move a leg from one CS to another with which it is associated.
MoveLegArg ::= SEQUENCE {
legIDToMove [0] LegID,
targetCallSegment [1] CallSegmentID{b2} DEFAULT 1,
extensions [2] Extensions{b1} OPTIONAL,
...,
detachSignallingPath [3] NULL OPTIONAL, -- action on source
exportSignallingPath [4] NULL OPTIONAL -- action on target
}
oAbandon OPERATION ::= {
ARGUMENT OAbandonArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingCustomerRecord | missingParameter | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter |
unknownLegID}
ALWAYS RESPONDS FALSE
CODE opcode-oAbandon
}
-- Direction: SSF -> SCF. Timer: T ob
-- This operation is issued by the SSF after detecting a valid trigger condition at the O_Abandon DP or to
-- report an oAbandon event requested by the RequestReportBCSMEvent.
OAbandonArg ::= SEQUENCE {
dpSpecificCommonParameters [0] DpSpecificCommonParameters{b1, b2},
callSegmentID [1] CallSegmentID{b2},
releaseCause [2] Cause{b2} OPTIONAL,
extensions [3] Extensions{b1} OPTIONAL,
...
}
-- Use of T/EDP-R is outside
-- the scope of this capability set.
oAnswer OPERATION ::= {
ARGUMENT OAnswerArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingCustomerRecord | missingParameter | parameterOutOfRange |
systemFailure | taskRefused | unexpectedComponentSequence |
unexpectedDataValue | unexpectedParameter}
ALWAYS RESPONDS FALSE
CODE opcode-oAnswer
}
-- Direction: SSF -> SCF, Timer: Toa
-- This operation is used for indication from the terminating half BCSM that the call is accepted and answered
-- by terminating party (e.g. terminating party goes offhook, Q.931 Connect message received, IS-UP Answer
-- message received) (DP - O_Answer).
OAnswerArg ::= SEQUENCE {
dpSpecificCommonParameters [0] DpSpecificCommonParameters{b1, b2},
callingPartyBusinessGroupID [1] CallingPartyBusinessGroupID OPTIONAL,
callingPartySubaddress [2] CallingPartySubaddress{b2} OPTIONAL,
callingFacilityGroup [3] FacilityGroup OPTIONAL,
callingFacilityGroupMember [4] FacilityGroupMember OPTIONAL,
originalCalledPartyID [5] OriginalCalledPartyID{b2} OPTIONAL,
redirectingPartyID [6] RedirectingPartyID{b2} OPTIONAL,
redirectionInformation [7] RedirectionInformation OPTIONAL,
routeList [8] RouteList{b2} OPTIONAL,
travellingClassMark [9] TravellingClassMark{b2} OPTIONAL,
extensions [10] Extensions{b1} OPTIONAL,
...
}
oCalledPartyBusy OPERATION ::= {
ARGUMENT OCalledPartyBusyArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingCustomerRecord | missingParameter | parameterOutOfRange |
systemFailure | taskRefused | unexpectedComponentSequence |
unexpectedDataValue | unexpectedParameter}
ALWAYS RESPONDS FALSE
CODE opcode-oCalledPartyBusy
}
-- Direction: SSF -> SCF, Timer: Tob
-- This operation is used for Indication from the terminating half BCSM that the terminating party is busy
-- (DP - O_Called_Party_Busy). .
OCalledPartyBusyArg ::= SEQUENCE {
dpSpecificCommonParameters [0] DpSpecificCommonParameters{b1, b2},
busyCause [1] Cause{b2} OPTIONAL,
callingPartyBusinessGroupID [2] CallingPartyBusinessGroupID OPTIONAL,
callingPartySubaddress [3] CallingPartySubaddress{b2} OPTIONAL,
callingFacilityGroup [4] FacilityGroup OPTIONAL,
callingFacilityGroupMember [5] FacilityGroupMember OPTIONAL,
originalCalledPartyID [6] OriginalCalledPartyID{b2} OPTIONAL,
prefix [7] Digits{b2} OPTIONAL,
redirectingPartyID [8] RedirectingPartyID{b2} OPTIONAL,
redirectionInformation [9] RedirectionInformation OPTIONAL,
routeList [10] RouteList{b2} OPTIONAL,
travellingClassMark [11] TravellingClassMark{b2} OPTIONAL,
extensions [12] Extensions{b1} OPTIONAL,
carrier [13] Carrier{b2} OPTIONAL,
...
}
oDisconnect OPERATION ::= {
ARGUMENT ODisconnectArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingCustomerRecord | missingParameter | parameterOutOfRange |
systemFailure | taskRefused | unexpectedComponentSequence |
unexpectedDataValue | unexpectedParameter}
ALWAYS RESPONDS FALSE
CODE opcode-oDisconnect
}
-- Direction: SSF -> SCF, Timer: Tod
-- This operation is used for a disconnect indication (e.g. onhook, Q.931 Disconnect message, SS7 Release message)
-- is received from the originating party, or received from the terminating party via the terminating half BCSM.
-- (DP - O_Disconnect). .
ODisconnectArg ::= SEQUENCE {
dpSpecificCommonParameters [0] DpSpecificCommonParameters{b1, b2},
callingPartyBusinessGroupID [1] CallingPartyBusinessGroupID OPTIONAL,
callingPartySubaddress [2] CallingPartySubaddress{b2} OPTIONAL,
callingFacilityGroup [3] FacilityGroup OPTIONAL,
callingFacilityGroupMember [4] FacilityGroupMember OPTIONAL,
releaseCause [5] Cause{b2} OPTIONAL,
routeList [6] RouteList{b2} OPTIONAL,
extensions [7] Extensions{b1} OPTIONAL,
carrier [8] Carrier{b2} OPTIONAL,
connectTime [9] Integer4 OPTIONAL,
componentType [10] ComponentType OPTIONAL,
component [11] Component OPTIONAL,
componentCorrelationID [12] ComponentCorrelationID OPTIONAL,
...
}
oMidCall OPERATION ::= {
ARGUMENT MidCallArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingCustomerRecord | missingParameter | parameterOutOfRange |
systemFailure | taskRefused | unexpectedComponentSequence |
unexpectedDataValue | unexpectedParameter}
ALWAYS RESPONDS FALSE
CODE opcode-oMidCall
}
-- Direction: SSF -> SCF, Timer: Tomc
-- This operation is used to indicate a feature request is received from the originating party
-- (e.g. hook flash, ISDN feature activation, Q.931 HOLD or RETrieve message). (DP - O_Mid_Call).
MidCallArg ::= SEQUENCE {
dpSpecificCommonParameters [0] DpSpecificCommonParameters{b1, b2},
calledPartyBusinessGroupID [1] CalledPartyBusinessGroupID OPTIONAL,
calledPartySubaddress [2] CalledPartySubaddress{b2} OPTIONAL,
callingPartyBusinessGroupID [3] CallingPartyBusinessGroupID OPTIONAL,
callingPartySubaddress [4] CallingPartySubaddress{b2} OPTIONAL,
featureRequestIndicator [5] FeatureRequestIndicator OPTIONAL,
extensions [6] Extensions{b1} OPTIONAL,
carrier [7] Carrier{b2} OPTIONAL,
componentType [8] ComponentType OPTIONAL,
component [9] Component OPTIONAL,
componentCorrelationID [10] ComponentCorrelationID OPTIONAL,
...
}
oNoAnswer OPERATION ::= {
ARGUMENT ONoAnswerArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingCustomerRecord | missingParameter | parameterOutOfRange |
systemFailure | taskRefused | unexpectedComponentSequence |
unexpectedDataValue | unexpectedParameter}
ALWAYS RESPONDS FALSE
CODE opcode-oNoAnswer
}
-- Direction: SSF -> SCF, Timer: Tona
-- This operation is used for indication from the terminating half BCSM that the terminating party does not
-- answer within a specified time period (DP - O_No_Answer).
ONoAnswerArg ::= SEQUENCE {
dpSpecificCommonParameters [0] DpSpecificCommonParameters{b1, b2},
callingPartyBusinessGroupID [1] CallingPartyBusinessGroupID OPTIONAL,
callingPartySubaddress [2] CallingPartySubaddress{b2} OPTIONAL,
callingFacilityGroup [3] FacilityGroup OPTIONAL,
callingFacilityGroupMember [4] FacilityGroupMember OPTIONAL,
originalCalledPartyID [5] OriginalCalledPartyID{b2} OPTIONAL,
prefix [6] Digits{b2} OPTIONAL,
redirectingPartyID [7] RedirectingPartyID{b2} OPTIONAL,
redirectionInformation [8] RedirectionInformation OPTIONAL,
routeList [9] RouteList{b2} OPTIONAL,
travellingClassMark [10] TravellingClassMark{b2} OPTIONAL,
extensions [11] Extensions{b1} OPTIONAL,
carrier [12] Carrier{b2} OPTIONAL,
...
}
originationAttempt OPERATION ::= {
ARGUMENT OriginationAttemptArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingCustomerRecord | missingParameter | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter}
ALWAYS RESPONDS FALSE
CODE opcode-originationAttempt
}
-- Direction: SSF -> SCF. Timer: Tora
-- This operation is used for indication of a call origination attempt from the originating half BCSM.
-- (DP - Origination_Attempt).
OriginationAttemptArg ::= SEQUENCE {
dpSpecificCommonParameters [0] DpSpecificCommonParameters{b1, b2},
callingPartyBusinessGroupID [1] CallingPartyBusinessGroupID OPTIONAL,
callingPartySubaddress [2] CallingPartySubaddress{b2} OPTIONAL,
callingFacilityGroup [3] FacilityGroup OPTIONAL,
callingFacilityGroupMember [4] FacilityGroupMember OPTIONAL,
carrier [5] Carrier{b2} OPTIONAL,
travellingClassMark [6] TravellingClassMark{b2} OPTIONAL,
extensions [7] Extensions{b1} OPTIONAL,
componentType [8] ComponentType OPTIONAL,
component [9] Component OPTIONAL,
componenttCorrelationID [10] ComponentCorrelationID OPTIONAL,
...
}
originationAttemptAuthorized OPERATION ::= {
ARGUMENT OriginationAttemptAuthorizedArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingCustomerRecord | missingParameter | parameterOutOfRange |
systemFailure | taskRefused | unexpectedComponentSequence |
unexpectedDataValue | unexpectedParameter}
ALWAYS RESPONDS FALSE
CODE opcode-originationAttemptAuthorized
}
-- Direction: SSF -> SCF, Timer: Toaa
-- This operation is used to Indicate the desire to place outgoing call (e.g. offhook, Q.931 Setup message,
-- ISUP IAM message) and authority/ability to place outgoing call verified (DP -
-- Origination_Attempt_Authorized).
OriginationAttemptAuthorizedArg ::= SEQUENCE {
dpSpecificCommonParameters [0] DpSpecificCommonParameters{b1, b2},
dialledDigits [1] CalledPartyNumber{b2} OPTIONAL,
callingPartyBusinessGroupID [2] CallingPartyBusinessGroupID OPTIONAL,
callingPartySubaddress [3] CallingPartySubaddress{b2} OPTIONAL,
callingFacilityGroup [4] FacilityGroup OPTIONAL,
callingFacilityGroupMember [5] FacilityGroupMember OPTIONAL,
travellingClassMark [6] TravellingClassMark{b2} OPTIONAL,
extensions [7] Extensions{b1} OPTIONAL,
carrier [8] Carrier{b2} OPTIONAL,
componentType [9] ComponentType OPTIONAL,
component [10] Component OPTIONAL,
componentCorrelationID [11] ComponentCorrelationID OPTIONAL,
...
}
oSuspended OPERATION ::= {
ARGUMENT OSuspendedArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingCustomerRecord | missingParameter | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter |
unknownLegID}
ALWAYS RESPONDS FALSE
CODE opcode-oSuspended
}
-- Direction: SSF -> SCF. Timer: T os
-- This operation is issued by the SSF after detecting a valid trigger condition at the O_Suspend DP or to
-- report an oSuspend event requested by the RequestReportBCSMEvent.
OSuspendedArg ::= SEQUENCE {
dpSpecificCommonParameters [0] DpSpecificCommonParameters{b1, b2},
legID [1] LegID OPTIONAL,
extensions [2] Extensions{b1} OPTIONAL,
...
}
reconnect OPERATION ::= {
ARGUMENT ReconnectArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingParameter | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter}
ALWAYS RESPONDS FALSE
CODE opcode-reconnect
}
-- Direction: SCF -> SSF. Timer: T re
-- This operation is issued by the SCF to reestablish communication between the controlling leg and the
-- (held) passive leg(s). .
ReconnectArg ::= SEQUENCE {
notificationDuration [0] ApplicationTimer OPTIONAL,
alertingPattern [1] AlertingPattern OPTIONAL,
displayInformation [2] DisplayInformation{b2} OPTIONAL,
extensions [3] Extensions{b1} OPTIONAL,
callSegmentID [4] CallSegmentID{b2} OPTIONAL,
...
}
releaseCall OPERATION ::= {
ARGUMENT ReleaseCallArg {b2}
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE opcode-releaseCall
}
-- Direction: SCF -> SSF, Timer: Trc
-- This operation is used by the SCF to tear down an existing call segment at any phase of the call for all parties
-- involved in the call segment or to tear down all existing call segments within a Call Segment Association.
ReleaseCallArg ::= CHOICE {
initialCallSegment Cause{b2},
callSegmentToRelease
[1] SEQUENCE {callSegment [0] INTEGER(1..--b2.&--numOfCSs),
releaseCause [1] Cause{b2} OPTIONAL,
forcedRelease [2] BOOLEAN DEFAULT FALSE,
...},
allCallSegments
[2] SEQUENCE {releaseCause [0] Cause{b2} OPTIONAL,
timeToRelease [1] TimerValue OPTIONAL,
forcedRelease [2] BOOLEAN DEFAULT FALSE,
...},
...
}
-- A default cause value of decimal 31 (normal unspecified) should be coded appropriately.
-- If timeToRelease parameter is omitted, the default shall be no timed disconnect requested
-- If forcedRelease parameter is omitted (default value "FALSE") the default shall be no forced release requested.
reportUTSI OPERATION ::= {
ARGUMENT ReportUTSIArg {b1,
b2}
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE opcode-reportUTSI
}
-- Direction: SSF -> SCF. Timer: Tru
-- This operation is issued by the SSF in the context of the USI feature. It is used to report the receipt
-- of a User to Service Information (USI) to the SCF.
ReportUTSIArg ::= SEQUENCE {
uSIServiceIndicator [0] USIServiceIndicator{b2},
legID [1] LegID --DEFAULT receivingSideID:leg1--,
uSIInformation [2] USIInformation{b2},
extensions [3] Extensions{b1} OPTIONAL,
...
}
requestCurrentStatusReport OPERATION ::= {
ARGUMENT RequestCurrentStatusReportArg {b2}
RESULT RequestCurrentStatusReportResultArg {b1,
b2}
ERRORS
{missingParameter | parameterOutOfRange | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter |
unknownResource}
CODE opcode-requestCurrentStatusReport
}
-- Direction: SCF -> SSF, Timer: Trcs
-- This operation is used to request the SSF to report immediately the busy/idle status of a physical
-- termination resource.
RequestCurrentStatusReportArg ::=
ResourceID{b2}
RequestCurrentStatusReportResultArg ::= SEQUENCE {
resourceStatus [0] ResourceStatus,
resourceID [1] ResourceID{b2} OPTIONAL,
extensions [2] Extensions{b1} OPTIONAL,
...
}
requestEveryStatusChangeReport OPERATION ::= {
ARGUMENT RequestEveryStatusChangeReportArg {b1,
b2}
RETURN RESULT TRUE
ERRORS
{missingParameter | parameterOutOfRange | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter |
unknownResource}
CODE opcode-requestEveryStatusChangeReport
}
-- Direction: SCF -> SSF, Timer: Tres
-- This operation is used to request the SSF to report every change of busy/idle status of a physical
-- termination resource.
RequestEveryStatusChangeReportArg ::= SEQUENCE {
resourceID [0] ResourceID{b2},
correlationID [1] CorrelationID{b2} OPTIONAL,
monitorDuration [2] Duration OPTIONAL,
extensions [3] Extensions{b1} OPTIONAL,
...
}
-- For correlationID OPTIONAL denotes network operator optional.
-- monitorDuration is required if outside the context of a call. It is not expected if we are in the context
-- of a call, because in that case the end of the call implicitly means the end of the monitoring.
requestFirstStatusMatchReport OPERATION ::= {
ARGUMENT RequestFirstStatusMatchReportArg {b1,
b2}
RETURN RESULT TRUE
ERRORS
{missingParameter | parameterOutOfRange | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter |
unknownResource}
CODE opcode-requestFirstStatusMatchReport
}
-- Direction: SCF -> SSF, Timer: Trfs
-- This operation is used to request the SSF to report the first change busy/idle to the specified status of
-- a physical termination resource.
RequestFirstStatusMatchReportArg ::= SEQUENCE {
resourceID [0] ResourceID{b2} OPTIONAL,
resourceStatus [1] ResourceStatus OPTIONAL,
correlationID [2] CorrelationID{b2} OPTIONAL,
monitorDuration [3] Duration OPTIONAL,
extensions [4] Extensions{b1} OPTIONAL,
bearerCapability [5] BearerCapability{b2} OPTIONAL,
...
}
-- For correlationID OPTIONAL denotes network operator optional.
-- monitorDuration is required if outside the context of a call. It is not expected if we are in the context
-- of a call, because in that case the end of the call implicitly means the end of the monitoring.
requestNotificationChargingEvent OPERATION ::= {
ARGUMENT RequestNotificationChargingEventArg {b2}
RETURN RESULT FALSE
ERRORS
{missingParameter | parameterOutOfRange | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter |
unknownLegID}
ALWAYS RESPONDS FALSE
CODE opcode-requestNotificationChargingEvent
}
-- Direction: SCF -> SSF, Timer: Trnc
-- This operation is used by the SCF to instruct the SSF on how to manage the charging events
-- - which are received from other FE's and not under control of the service logic instance.
RequestNotificationChargingEventArg ::=
SEQUENCE SIZE (1..--b2.&--numOfChargingEvents) OF ChargingEvent{b2}
requestReportBCSMEvent OPERATION ::= {
ARGUMENT RequestReportBCSMEventArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingParameter | parameterOutOfRange | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter |
unknownLegID}
ALWAYS RESPONDS FALSE
CODE opcode-requestReportBCSMEvent
}
-- Direction: SCF -> SSF, Timer: Trrb
-- This operation is used to request the SSF to monitor for a call-related event (e.g. BCSM events such as
-- busy or no answer), then send a notification back to the SCF when the event is detected.
-- It is proposed that Event Detection Point (EDP) processing is always initiated by RequestReportBCSMEvent
-- and the EDP may be acknowledged with either an EventReportBCSM or by a DP-specific operation.
-- NOTE - the application context should identify whether BCSM Event Handling Package
-- is being used, or whether DP Specific Event Handling Package is being used.
-- For a particular IN, only one of the two alternatives identified by the respective Packages should be
-- selected (i.e., only one approach should be selected for a given application context).
-- Every EDP must be explicitly armed by the SCF via a RequestReportBCSMEvent operation.
-- No implicit arming of EDPs at the SSF after reception of any operation (different from
-- RequestReportBCSMEvent) from the SCF is allowed.
RequestReportBCSMEventArg ::= SEQUENCE {
bcsmEvents
[0] SEQUENCE SIZE (1..--b2.&--numOfBCSMEvents) OF BCSMEvent{b2},
bcsmEventCorrelationID [1] CorrelationID{b2} OPTIONAL,
extensions [2] Extensions{b1} OPTIONAL,
...
}
-- Indicates the BCSM related events for notification.
-- For correlationID OPTIONAL denotes network operator optional.
requestReportFacilityEvent OPERATION ::= {
ARGUMENT RequestReportFacilityEventArg {b1}
RETURN RESULT FALSE
ERRORS
{missingParameter | parameterOutOfRange | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter |
unknownLegID}
ALWAYS RESPONDS FALSE
CODE opcode-requestReportFacilityEvent
}
-- SCF->SSF, Timer: Trrfe
-- This operation is issued by the SCF to request the SSF to report the SCF the event that the CCF/SSF
-- receives a DSS1 message which contains a FACILITY IE during a BCSM being suspended at a DP.
RequestReportFacilityEventArg ::= SEQUENCE {
componentTypes
[0] SEQUENCE SIZE (1..3) OF ComponentType DEFAULT {any},
legID [1] LegID OPTIONAL,
componentCorrelationID [2] ComponentCorrelationID OPTIONAL,
monitorDuration [3] Duration,
extensions [4] Extensions{b1} OPTIONAL,
...
}
-- componentTypes specifies the component types which should be reported to the SCF.
-- monitorDuration specifies the monitor duration.
requestReportUTSI OPERATION ::= {
ARGUMENT RequestReportUTSIArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingParameter | parameterOutOfRange | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter |
unknownLegID}
ALWAYS RESPONDS FALSE
CODE opcode-requestReportUTSI
}
-- Direction: SCF -> SSF. Timer: Trru
-- This operation is issued by the SCF in the context of the USI feature to request the SSF to monitor for
-- a User to Service Information (UTSI) information element, which are received from a user.
RequestReportUTSIArg ::= SEQUENCE {
requestedUTSIList [0] RequestedUTSIList{b2},
extensions [1] Extensions{b1} OPTIONAL,
legID [2] LegID --DEFAULT sendingSideID:leg1--,
...
}
resetTimer OPERATION ::= {
ARGUMENT ResetTimerArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingParameter | parameterOutOfRange | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter}
ALWAYS RESPONDS FALSE
CODE opcode-resetTimer
}
-- Direction: SCF -> SSF, Timer: Trt
-- This operation is used to request the SSF to refresh an application timer in the SSF.
ResetTimerArg ::= SEQUENCE {
timerID [0] TimerID DEFAULT tssf,
timervalue [1] TimerValue,
extensions [2] Extensions{b1} OPTIONAL,
callSegmentID [3] CallSegmentID{b2} OPTIONAL,
...
}
routeSelectFailure OPERATION ::= {
ARGUMENT RouteSelectFailureArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingCustomerRecord | missingParameter | parameterOutOfRange |
systemFailure | taskRefused | unexpectedComponentSequence |
unexpectedDataValue | unexpectedParameter}
ALWAYS RESPONDS FALSE
CODE opcode-routeSelectFailure
}
-- Direction: SSF -> SCF, Timer: Trsf
-- This operation is used to indicate that the SSP is unable to select a route (e.g. unable to determine a
-- correct route, no more routes on route list) or indication from the terminating half BCSM that a call
-- cannot be presented to the terminating party (e.g. network ongestion) (DP - Route_Select_Failure).
RouteSelectFailureArg ::= SEQUENCE {
dpSpecificCommonParameters [0] DpSpecificCommonParameters{b1, b2},
dialledDigits [1] CalledPartyNumber{b2} OPTIONAL,
callingPartyBusinessGroupID [2] CallingPartyBusinessGroupID OPTIONAL,
callingPartySubaddress [3] CallingPartySubaddress{b2} OPTIONAL,
callingFacilityGroup [4] FacilityGroup OPTIONAL,
callingFacilityGroupMember [5] FacilityGroupMember OPTIONAL,
failureCause [6] Cause{b2} OPTIONAL,
originalCalledPartyID [7] OriginalCalledPartyID{b2} OPTIONAL,
prefix [8] Digits{b2} OPTIONAL,
redirectingPartyID [9] RedirectingPartyID{b2} OPTIONAL,
redirectionInformation [10] RedirectionInformation OPTIONAL,
routeList [11] RouteList{b2} OPTIONAL,
travellingClassMark [12] TravellingClassMark{b2} OPTIONAL,
extensions [13] Extensions{b1} OPTIONAL,
carrier [14] Carrier{b2} OPTIONAL,
...
}
selectFacility OPERATION ::= {
ARGUMENT SelectFacilityArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingParameter | parameterOutOfRange | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter}
ALWAYS RESPONDS FALSE
CODE opcode-selectFacility
}
-- Direction: SCF -> SSF, Timer: Tsf
-- This operation is used to request the SSF to perform the terminating basic call processing
-- actions to select the terminating line if it is idle, or selects an idle line from a multi-line hunt
-- group, or selects an idle trunk from a trunk group, as appropriate. If no idle line or trunk is
-- available, the SSF determines that the terminating facility is busy.
SelectFacilityArg ::= SEQUENCE {
alertingPattern [0] AlertingPattern OPTIONAL,
destinationNumberRoutingAddress [1] CalledPartyNumber{b2} OPTIONAL,
iSDNAccessRelatedInformation
[2] ISDNAccessRelatedInformation{b2} OPTIONAL,
calledFacilityGroup [3] FacilityGroup OPTIONAL,
calledFacilityGroupMember [4] FacilityGroupMember OPTIONAL,
originalCalledPartyID [5] OriginalCalledPartyID{b2} OPTIONAL,
extensions [6] Extensions{b1} OPTIONAL,
displayInformation [7] DisplayInformation{b2} OPTIONAL,
serviceInteractionIndicators
[8] ServiceInteractionIndicators{b2} OPTIONAL,
iNServiceCompatibilityResponse [9] INServiceCompatibilityResponse OPTIONAL,
forwardGVNS [10] ForwardGVNS{b2} OPTIONAL,
backwardGVNS [11] BackwardGVNS{b2} OPTIONAL,
serviceInteractionIndicatorsTwo
[12] ServiceInteractionIndicatorsTwo OPTIONAL,
correlationID [13] CorrelationID{b2} OPTIONAL,
scfID [14] ScfID{b2} OPTIONAL,
callSegmentID [15] CallSegmentID{b2} OPTIONAL,
legToBeCreated [16] LegID OPTIONAL,
...,
ipRelatedInformation [17] IPRelatedInformation{b2} OPTIONAL
}
-- OPTIONAL parameters are only provided if modifications desired to basic call processing values.
selectRoute OPERATION ::= {
ARGUMENT SelectRouteArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingParameter | parameterOutOfRange | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter}
ALWAYS RESPONDS FALSE
CODE opcode-selectRoute
}
-- Direction: SCF -> SSF, Timer: Tsr
-- This operation is used to request the SSF to perform the originating basic call processing actions to
-- determine routing information and select a route for a call, based either on call information available
-- to the SSF, or on call information provided by the SCF (e.g. for alternate routing), to include the
-- called party address, type of call, carrier, route index, and one or more alternate route indices.
-- Based on the routing information, the SSF attempts to select a primary route for the call, and if the
-- route is busy, attempts to select an alternate route. The SSF may fail to select a route for the call
-- if all routes are busy.
SelectRouteArg ::= SEQUENCE {
destinationRoutingAddress [0] DestinationRoutingAddress{b2},
alertingPattern [1] AlertingPattern OPTIONAL,
correlationID [2] CorrelationID{b2} OPTIONAL,
iSDNAccessRelatedInformation
[3] ISDNAccessRelatedInformation{b2} OPTIONAL,
originalCalledPartyID [4] OriginalCalledPartyID{b2} OPTIONAL,
routeList [5] RouteList{b2} OPTIONAL,
scfID [6] ScfID{b2} OPTIONAL,
travellingClassMark [7] TravellingClassMark{b2} OPTIONAL,
extensions [8] Extensions{b1} OPTIONAL,
carrier [9] Carrier{b2} OPTIONAL,
serviceInteractionIndicators
[10] ServiceInteractionIndicators{b2} OPTIONAL,
iNServiceCompatibilityResponse
[11] INServiceCompatibilityResponse OPTIONAL,
forwardGVNS [12] ForwardGVNS{b2} OPTIONAL,
backwardGVNS [13] BackwardGVNS{b2} OPTIONAL,
serviceInteractionIndicatorsTwo
[14] ServiceInteractionIndicatorsTwo OPTIONAL,
callSegmentID [15] CallSegmentID{b2} OPTIONAL,
legToBeCreated [16] LegID OPTIONAL,
...,
ipRelatedInformation [17] IPRelatedInformation{b2} OPTIONAL
}
-- OPTIONAL parameters are only provided if modifications desired to basic call processing values.
sendChargingInformation OPERATION ::= {
ARGUMENT SendChargingInformationArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingParameter | unexpectedComponentSequence | unexpectedParameter |
parameterOutOfRange | systemFailure | taskRefused | unexpectedDataValue |
unknownLegID}
ALWAYS RESPONDS FALSE
CODE opcode-sendChargingInformation
}
-- Direction: SCF -> SSF, Timer: Tsci
-- This operation is used to instruct the SSF on the charging information to send by the SSF.
-- The charging information can either be sent back by means of signalling or internal
-- if the SSF is located in the local exchange. In the local exchange
-- this information may be used to update the charge meter or to create a standard call record.
SendChargingInformationArg ::= SEQUENCE {
sCIBillingChargingCharacteristics [0] SCIBillingChargingCharacteristics{b2},
partyToCharge [1] LegID,
extensions [2] Extensions{b1} OPTIONAL,
nocharge [3] BOOLEAN OPTIONAL,
...
}
sendFacilityInformation OPERATION ::= {
ARGUMENT SendFacilityInformationArg {b1}
RETURN RESULT FALSE
ERRORS
{missingParameter | unexpectedComponentSequence | unexpectedParameter |
unexpectedDataValue | systemFailure | taskRefused | unknownLegID}
ALWAYS RESPONDS FALSE
CODE opcode-sendFacilityInformation
}
-- SCF->SSF, Timer: Tsfi
-- This operation is issued by the SCF during a BCSM being suspended at a DP to request the CCF/SSF
-- sending a FACILITY IE to a user with a specified DSS1 message.
SendFacilityInformationArg ::= SEQUENCE {
componentType [0] ComponentType,
legID [1] LegID OPTIONAL,
componentCorrelationID [2] ComponentCorrelationID OPTIONAL,
component [3] Component,
callProcessingOperation [4] CallProcessingOperation DEFAULT fACility,
extensions [5] Extensions{b1} OPTIONAL,
...
}
-- FACILITY information will be delivered with the specified DSS1 message. The message is specified with the
-- callProcessingOperation
sendSTUI OPERATION ::= {
ARGUMENT SendSTUIArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingParameter | parameterOutOfRange | unexpectedComponentSequence |
unexpectedParameter | unexpectedDataValue | systemFailure | taskRefused |
unknownLegID}
ALWAYS RESPONDS FALSE
CODE opcode-sendSTUI
}
-- Direction: SCF -> SSF. Timer: Tss
-- This operation is issued by the SCF in the context of the USI feature. It is used to request the SSF
-- to send a Service to User Information (USI information) data element to the indicated user.
SendSTUIArg ::= SEQUENCE {
uSIServiceIndicator [0] USIServiceIndicator{b2},
legID [1] LegID --DEFAULT sendingSideID:leg1--,
uSIInformation [2] USIInformation{b2},
extensions [3] Extensions{b1} OPTIONAL,
...
}
serviceFilteringResponse OPERATION ::= {
ARGUMENT ServiceFilteringResponseArg {b1,
b2}
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE opcode-serviceFilteringResponse
}
-- Direction: SSF -> SCF, Timer: Tsfr
-- This operation is used to send back to the SCF the values of counters specified in a previous
-- ActivateServiceFiltering operation
ServiceFilteringResponseArg ::= SEQUENCE {
countersValue [0] CountersValue{b2},
filteringCriteria [1] FilteringCriteria{b2},
extensions [2] Extensions{b1} OPTIONAL,
responseCondition [3] ResponseCondition OPTIONAL,
...
}
setServiceProfile OPERATION ::= {
ARGUMENT SetServiceProfileArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingParameter | parameterOutOfRange | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter}
ALWAYS RESPONDS FALSE
CODE opcode-setServiceProfile
}
-- Direction SCF -> SSF, Timer Tsep
--This operation is used within the context of a call to request the SSF to activate/de-activate a list of trigger for one of the parties in the call.
SetServiceProfileArg ::= SEQUENCE {
iNprofiles [0] SEQUENCE SIZE (1..--b2.&--numOfINProfile) OF INprofile{b1, b2},
...,
-- ...,
extensions [30] Extensions{b1} OPTIONAL
}
splitLeg OPERATION ::= {
ARGUMENT SplitLegArg {b1,
b2}
RETURN RESULT TRUE
ERRORS
{missingParameter | unexpectedComponentSequence | unexpectedParameter |
unexpectedDataValue | systemFailure | taskRefused | unknownLegID}
CODE opcode-splitLeg
}
-- Direction: SCF -> SSF. Timer: T sl
-- This operation is issued by the SCF to separate one joined leg from a multi-way connection
-- or a single 2 party Call segment.
SplitLegArg ::= SEQUENCE {
legToBeSplit [0] LegID,
newCallSegment [1] INTEGER(2..--b2.&--numOfCSs),
extensions [2] Extensions{b1} OPTIONAL,
...,
detachSignallingPath [3] NULL OPTIONAL
}
statusReport OPERATION ::= {
ARGUMENT StatusReportArg {b1,
b2}
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE opcode-statusReport
}
-- Direction: SSF -> SCF, Timer: Tsrp
-- This operation is used as a response to RequestFirstStatusMatchReport or
-- RequestEveryStatusChangeReport operations.
StatusReportArg ::= SEQUENCE {
resourceStatus [0] ResourceStatus OPTIONAL,
correlationID [1] CorrelationID{b2} OPTIONAL,
resourceID [2] ResourceID{b2} OPTIONAL,
extensions [3] Extensions{b1} OPTIONAL,
reportCondition [4] ReportCondition OPTIONAL,
...
}
-- For correlationID, OPTIONAL denotes network operator optional.
-- resourceID is required when the SSF sends a report as an answer to a previous request when the
-- correlationID was present.
tAnswer OPERATION ::= {
ARGUMENT TAnswerArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingCustomerRecord | missingParameter | parameterOutOfRange |
unexpectedComponentSequence | unexpectedParameter | unexpectedDataValue |
systemFailure | taskRefused}
ALWAYS RESPONDS FALSE
CODE opcode-tAnswer
}
-- Direction: SSF -> SCF, Timer: Tta
-- This operation is used to indicate that the call is accepted and answered by terminating party
-- (e.g. terminating party goes offhook, Q.931 Connect message received, ISUP Answer message
-- received) (DP - T_Answer).
TAnswerArg ::= SEQUENCE {
dpSpecificCommonParameters [0] DpSpecificCommonParameters{b1, b2},
calledPartyBusinessGroupID [1] CalledPartyBusinessGroupID OPTIONAL,
calledPartySubaddress [2] CalledPartySubaddress{b2} OPTIONAL,
calledFacilityGroup [3] FacilityGroup OPTIONAL,
calledFacilityGroupMember [4] FacilityGroupMember OPTIONAL,
extensions [5] Extensions{b1} OPTIONAL,
componentType [6] ComponentType OPTIONAL,
component [7] Component OPTIONAL,
componentCorrelationID [8] ComponentCorrelationID OPTIONAL,
...
}
tBusy OPERATION ::= {
ARGUMENT TBusyArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingCustomerRecord | missingParameter | parameterOutOfRange |
unexpectedComponentSequence | unexpectedParameter | unexpectedDataValue |
systemFailure | taskRefused}
ALWAYS RESPONDS FALSE
CODE opcode-tBusy
}
-- Direction: SSF -> SCF, Timer: Ttb
-- This operation is used to indicate all resources in group busy (DP- TBusy).
TBusyArg ::= SEQUENCE {
dpSpecificCommonParameters [0] DpSpecificCommonParameters{b1, b2},
busyCause [1] Cause{b2} OPTIONAL,
calledPartyBusinessGroupID [2] CalledPartyBusinessGroupID OPTIONAL,
calledPartySubaddress [3] CalledPartySubaddress{b2} OPTIONAL,
originalCalledPartyID [4] OriginalCalledPartyID{b2} OPTIONAL,
redirectingPartyID [5] RedirectingPartyID{b2} OPTIONAL,
redirectionInformation [6] RedirectionInformation OPTIONAL,
routeList [7] RouteList{b2} OPTIONAL,
travellingClassMark [8] TravellingClassMark{b2} OPTIONAL,
extensions [9] Extensions{b1} OPTIONAL,
...
}
tDisconnect OPERATION ::= {
ARGUMENT TDisconnectArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingCustomerRecord | missingParameter | parameterOutOfRange |
unexpectedComponentSequence | unexpectedParameter | unexpectedDataValue |
systemFailure | taskRefused}
ALWAYS RESPONDS FALSE
CODE opcode-tDisconnect
}
-- Direction: SSF -> SCF, Timer: Ttd
-- This operation is used for a disconnect indication (e.g. onhook, Q.931 Disconnect message,
-- SS7 Release message) is received from the terminating party, or received from the originating party
-- via the originating half BCSM. (DP - T_Disconnect).
TDisconnectArg ::= SEQUENCE {
dpSpecificCommonParameters [0] DpSpecificCommonParameters{b1, b2},
calledPartyBusinessGroupID [1] CalledPartyBusinessGroupID OPTIONAL,
calledPartySubaddress [2] CalledPartySubaddress{b2} OPTIONAL,
calledFacilityGroup [3] FacilityGroup OPTIONAL,
calledFacilityGroupMember [4] FacilityGroupMember OPTIONAL,
releaseCause [5] Cause{b2} OPTIONAL,
extensions [6] Extensions{b1} OPTIONAL,
connectTime [7] Integer4 OPTIONAL,
componentType [8] ComponentType OPTIONAL,
component [9] Component OPTIONAL,
componentCorrelationID [10] ComponentCorrelationID OPTIONAL,
...
}
termAttemptAuthorized OPERATION ::= {
ARGUMENT TermAttemptAuthorizedArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingCustomerRecord | missingParameter | parameterOutOfRange |
unexpectedComponentSequence | unexpectedParameter | unexpectedDataValue |
systemFailure | taskRefused}
ALWAYS RESPONDS FALSE
CODE opcode-termAttemptAuthorized
}
-- Direction: SSF -> SCF, Timer: Ttaa
-- This operation is used for indication of incoming call received from originating half BCSM and authority
-- to route call to a specified terminating resource (or group) verified. (DP - Termination_Authorized).
TermAttemptAuthorizedArg ::= SEQUENCE {
dpSpecificCommonParameters [0] DpSpecificCommonParameters{b1, b2},
calledPartyBusinessGroupID [1] CalledPartyBusinessGroupID OPTIONAL,
calledPartySubaddress [2] CalledPartySubaddress{b2} OPTIONAL,
callingPartyBusinessGroupID [3] CallingPartyBusinessGroupID OPTIONAL,
originalCalledPartyID [4] OriginalCalledPartyID{b2} OPTIONAL,
redirectingPartyID [5] RedirectingPartyID{b2} OPTIONAL,
redirectionInformation [6] RedirectionInformation OPTIONAL,
routeList [7] RouteList{b2} OPTIONAL,
travellingClassMark [8] TravellingClassMark{b2} OPTIONAL,
extensions [9] Extensions{b1} OPTIONAL,
callingPartySubaddress [10] CallingPartySubaddress{b2} OPTIONAL,
...
}
-- OPTIONAL parameters are only provided if modifications desired to basic call processing values
terminationAttempt OPERATION ::= {
ARGUMENT TerminationAttemptArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingCustomerRecord | missingParameter | parameterOutOfRange |
unexpectedComponentSequence | unexpectedParameter | unexpectedDataValue |
systemFailure | taskRefused}
ALWAYS RESPONDS FALSE
CODE opcode-terminationAttempt
}
-- Direction: SSF -> SCF. Timer: Ttra
-- This operation is used for indication of a call termination attempt from the terminating half BCSM. (DP -
-- Termination_Attempt).
TerminationAttemptArg ::= SEQUENCE {
dpSpecificCommonParameters [0] DpSpecificCommonParameters{b1, b2},
calledPartyBusinessGroupID [1] CalledPartyBusinessGroupID OPTIONAL,
calledPartySubaddress [2] CalledPartySubaddress{b2} OPTIONAL,
callingPartyBusinessGroupID [3] CallingPartyBusinessGroupID OPTIONAL,
callingPartySubaddress [4] CallingPartySubaddress{b2} OPTIONAL,
originalCalledPartyID [5] OriginalCalledPartyID{b2} OPTIONAL,
redirectingPartyID [6] RedirectingPartyID{b2} OPTIONAL,
redirectionInformation [7] RedirectionInformation OPTIONAL,
routeList [8] RouteList{b2} OPTIONAL,
travellingClassMark [9] TravellingClassMark{b2} OPTIONAL,
extensions [10] Extensions{b1} OPTIONAL,
...
}
tMidCall OPERATION ::= {
ARGUMENT MidCallArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingCustomerRecord | missingParameter | parameterOutOfRange |
unexpectedComponentSequence | unexpectedParameter | unexpectedDataValue |
systemFailure | taskRefused}
ALWAYS RESPONDS FALSE
CODE opcode-tMidCall
}
-- Direction: SSF -> SCF, Timer: Ttmc
-- This operation is used to indicate that a feature request is received from the terminating party (e.g. hook
-- flash, ISDN feature activation Q.931 HOLD or RETrieve message). (DP - T_Mid_Call).
tNoAnswer OPERATION ::= {
ARGUMENT TNoAnswerArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingCustomerRecord | missingParameter | parameterOutOfRange |
unexpectedComponentSequence | unexpectedParameter | unexpectedDataValue |
systemFailure | taskRefused}
ALWAYS RESPONDS FALSE
CODE opcode-tNoAnswer
}
-- Direction: SSF -> SCF, Timer: Ttna
-- This operation is used to indicate that the terminating party does not answer within a specified duration.
-- (DP - T_No_Answer). .
TNoAnswerArg ::= SEQUENCE {
dpSpecificCommonParameters [0] DpSpecificCommonParameters{b1, b2},
calledPartyBusinessGroupID [1] CalledPartyBusinessGroupID OPTIONAL,
calledPartySubaddress [2] CalledPartySubaddress{b2} OPTIONAL,
calledFacilityGroup [3] FacilityGroup OPTIONAL,
calledFacilityGroupMember [4] FacilityGroupMember OPTIONAL,
originalCalledPartyID [5] OriginalCalledPartyID{b2} OPTIONAL,
redirectingPartyID [6] RedirectingPartyID{b2} OPTIONAL,
redirectionInformation [7] RedirectionInformation OPTIONAL,
travellingClassMark [8] TravellingClassMark{b2} OPTIONAL,
extensions [9] Extensions{b1} OPTIONAL,
componentType [10] ComponentType OPTIONAL,
component [11] Component OPTIONAL,
componentCorrelationID [12] ComponentCorrelationID OPTIONAL,
...
}
tSuspended OPERATION ::= {
ARGUMENT TSuspendedArg {b1,
b2}
RETURN RESULT FALSE
ERRORS
{missingCustomerRecord | missingParameter | systemFailure | taskRefused |
unexpectedComponentSequence | unexpectedDataValue | unexpectedParameter}
ALWAYS RESPONDS FALSE
CODE opcode-tSuspended
}
-- Direction: SSF -> SCF. Timer: T ts
-- This operation is issued by the SSF after detecting a valid trigger condition at the T_Suspend DP or to
-- report a tSuspended event requested by the RequestReportBCSMEvent.
TSuspendedArg ::= SEQUENCE {
dpSpecificCommonParameters [0] DpSpecificCommonParameters{b1, b2},
legID [1] LegID OPTIONAL,
extensions [2] Extensions{b1} OPTIONAL,
...
}
END
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D |
ASN.1 | wireshark/epan/dissectors/asn1/inap/inap.asn | IN-CS-1-Operations-appendix { ccitt recommendation q 1218 modules(0) cs-1-operations-app(4) version1(0) }
-- This module contains additional type definitions for IN CS-1 operations.
DEFINITIONS IMPLICIT TAGS ::=
BEGIN
-- IMPORTED ROS stuff for Wireshark use
-- ROS def's
-- Module Remote-Operations-Apdus (H.450.1:02/1998)
--Remote-Operations-Apdus {itu-t recommendation h 450 1 version1(0)
-- remote-operations-apdus(11)} DEFINITIONS AUTOMATIC TAGS ::=
--BEGIN
INAP-Component ::= CHOICE {
invoke [1] IMPLICIT Invoke,
returnResultLast [2] IMPLICIT ReturnResult,
returnError [3] IMPLICIT ReturnError,
reject [4] IMPLICIT Reject,
-- TCAP adds returnResultNotLast to allow for the segmentation of a result.
returnResultNotLast [7] IMPLICIT ReturnResult
}
Invoke ::= SEQUENCE {
invokeID InvokeIdType,
linkedID [0] IMPLICIT InvokeIdType OPTIONAL,
opCode INAP-OPERATION,
invokeparameter InvokeParameter OPTIONAL
}
InvokeParameter ::= ANY
-- ANY is filled by the single ASN.1 data type following the keyword PARAMETER or the keyword ARGUMENT
-- in the type definition of a particular operation.
ReturnResult ::= SEQUENCE {
invokeID InvokeIdType,
resultretres SEQUENCE {
opCode INAP-OPERATION,
returnparameter ReturnResultParameter OPTIONAL
} OPTIONAL
}
ReturnResultParameter ::= ANY
-- ANY is filled by the single ASN.1 data type following the keyword RESULT in the type definition
-- of a particular operation.
ReturnError ::= SEQUENCE {
invokeID InvokeIdType,
errorCode INAP-ERROR,
parameter ReturnErrorParameter OPTIONAL }
ReturnErrorParameter ::= ANY
-- ANY is filled by the single ASN.1 data type following the keyword PARAMETER in the type definition
-- of a particular error.
Reject ::= SEQUENCE {
invokeIDRej CHOICE {
derivable InvokeIdType,
not-derivable NULL },
problem CHOICE {
generalProblem [0] IMPLICIT GeneralProblem,
invokeProblem [1] IMPLICIT InvokeProblem,
returnResultProblem [2] IMPLICIT ReturnResultProblem,
returnErrorProblem [3] IMPLICIT ReturnErrorProblem } }
InvokeIdType ::= INTEGER (-128..127)
INAP-OPERATION ::= CHOICE {
localValue OperationLocalvalue,
globalValue OBJECT IDENTIFIER }
LocalErrorcode ::= INAPLocalErrorcode
OperationLocalvalue ::= INAPOperationLocalvalue
INAPLocalErrorcode ::= INTEGER
INAPOperationLocalvalue ::= INTEGER
INAP-ERROR ::= CHOICE {
localValue LocalErrorcode,
globalValue OBJECT IDENTIFIER }
-- PROBLEMS
GeneralProblem ::= INTEGER { unrecognizedComponent (0),
mistypedComponent (1),
badlyStructuredComponent (2) }
InvokeProblem ::= INTEGER { duplicateInvokeID (0),
unrecognizedOperation (1),
mistypedParameter (2),
resourceLimitation (3),
initiatingRelease (4),
unrecognizedLinkedID (5),
linkedResponseUnexpected (6),
unexpectedLinkedOperation (7) }
ReturnResultProblem ::= INTEGER { unrecognizedInvokeID (0),
returnResultUnexpected (1),
mistypedParameter (2) }
ReturnErrorProblem ::= INTEGER { unrecognizedInvokeID (0),
returnErrorUnexpected (1),
unrecognizedError (2),
unexpectedError (3),
mistypedParameter (4) }
-- TYPE DEFINITION FOR ADDITIONAL IN CS-1 INAP-OPERATIONS
-- SCF-SSF operations
-- SCF ? SSF
-- This operation is used to release a call party connection during a call between two or more parties.
--LegIDAlreadyAssigned ::= INAP-ERROR
-- Indicates that a legID has already been assigned with the requested value.
--TooLate ::= INAP-ERROR
-- Indicates that the operation could not be performed in a timely manner.
--UnknownLegID ::= INAP-ERROR
-- Indicates that the legID does not exist.
-- TYPE DEFINITION FOR ADDITIONAL IN CS-1 DATA TYPES
-- Argument Data Types
-- INAP-OPERATION AND INAP-ERROR CODE DEFINITION
-- Code point values are for further study. The operations are grouped by the identified ASEs.
-- Call party handling ASE
addParty AddParty ::= ffs
changeParties ChangeParties ::= ffs
holdCallPartyConnection HoldCallPartyConnection ::= ffs
reconnect Reconnect ::= ffs
releaseCallPartyConnection ReleaseCallPartyConnection ::= ffs
-- Attach ASE
attach Attach ::= ffs
detach Detach ::= ffs
--Canceled ::= localValue 0
CancelFailed ::= SEQUENCE {
problem [0] IMPLICIT ENUMERATED {
unknownOperation (0),
tooLate (1),
operationNotCancellable (2)},
operation [1] IMPLICIT INTEGER (-128..127)}
--::= localValue 1
--ETCFailed ::= localValue 3
--ImproperCallerResponse ::= localValue 4
--MissingCustomerRecord ::= localValue 6
--MissingParameter ::= localValue 7
--parameterOutOfRange INAP-ERROR
--::= localValue 8
RequestedInfoError ::= ENUMERATED {
unknownRequestedInfo (1),
requestedInfoNotAvailable (2)}
--::= localValue 10
SystemFailure ::= ENUMERATED {
unavailableResources (0),
componentFailure (1),
basicCallProcessingException (2),
resourceStatusFailure (3),
endUserFailure (4)}
TaskRefused ::= ENUMERATED {
generic (0),
unobtainable (1),
congestion (2)}
--::= localValue 12
--unavailableResource INAP-ERROR
-- ::= localValue 13
--unexpectedComponentSequence INAP-ERROR
-- ::= localValue 14
--unexpectedDataValue INAP-ERROR
-- ::= localValue 15
--unexpectedParameter INAP-ERROR
-- ::= localValue 16
--unknownLegID INAP-ERROR
-- ::= localValue 17-
--unknownResource INAP-ERROR
-- ::= localValue 18
-- Dummy asign problems with CLASS
ExtensionType ::= OCTET STRING
END |
Configuration | wireshark/epan/dissectors/asn1/inap/inap.cnf | # inap.cnf
# inap conformation file
#.IMPORT ../dap/dap-exp.cnf
#.IMPORT ../dsp/dsp-exp.cnf
#.EXPORTS
BothwayThroughConnectionInd
CallingPartysCategory
CriticalityType
Duration
HighLayerCompatibility
Integer4
Interval
LegID
MiscCallInfo
RedirectionInformation
ServiceKey
#.NO_EMIT ONLY_VALS
ROS
#.OMIT_ASSIGNMENT
# Removed as they are giving 'defined but not used' warnings currently.
Priority
RejectProblem
#.END
#.TYPE_RENAME
ReturnResult/result/result ResultArgument
#.FIELD_RENAME
Invoke/linkedId/present inkedIdPresent
Reject/problem/invoke invokeProblem
Reject/problem/returnError returnErrorProblem
ReturnResult/result/result resultArgument
Reject/problem/returnResult problemReturnResult
Trigger/tDPIdentifier trigger_tDPIdentifier
InbandInfo/duration inbandInfo_duration
Tone/duration tone_duration
FilteringCharacteristics/interval filteringCharacteristics_interval
InbandInfo/interval inbandInfo_interval
ScfTaskRefusedParameter/reason scfTaskRefusedParameter_reason
Code/local code_local
#.FIELD_ATTR
Trigger/tDPIdentifier ABBREV=trigger.tdpidentifier
InbandInfo/duration ABBREV=inbandInfo.duration
Tone/duration ABBREV=tone.duration
FilteringCharacteristics/interval ABBREV=filteringCharacteristics.interval
InbandInfo/interval ABBREV=inbandInfo.interval
ScfTaskRefusedParameter/reason ABBREV=scfTaskRefusedParameter.reason
Code/local ABBREV=code.local
#.OMIT_ASSIGNMENT Remote-Operations-Information-Objects
Bind
Unbind
#.END
#.PDU
ERROR.&ParameterType
OPERATION.&ArgumentType
OPERATION.&ResultType
# This table creates the value_sting to name Inap operation codes and errors
# in file packet-inap-table.c which is included in the template file
#
#.TABLE_HDR
/* INAP OPERATIONS */
const value_string inap_opr_code_strings[] = {
#.TABLE_BODY OPERATION.&operationCode
{ %(&operationCode)-40s, "%(_ident)s" },
#.TABLE_FTR
{ 0, NULL }
};
#.END
#.TABLE_HDR
/* INAP ERRORS */
static const value_string inap_err_code_string_vals[] = {
#.TABLE_BODY ERROR.&errorCode
{ %(&errorCode)-40s, "%(_ident)s" },
#.TABLE_FTR
{ 0, NULL }
};
#.END
# This table creates the switch() to branch on Camel operation codes and errors
# in file packet-inap-table2.c which is included in the template file
#
#.TABLE2_HDR
static int dissect_invokeData(proto_tree *tree, tvbuff_t *tvb, int offset, asn1_ctx_t *actx) {
switch(opcode){
#.TABLE2_BODY OPERATION.&ArgumentType
case %(&operationCode)s: /* %(_ident)s */
offset= %(_argument_pdu)s(tvb, actx->pinfo , tree , NULL);
break;
#.TABLE2_FTR
default:
proto_tree_add_expert_format(tree, actx->pinfo, &ei_inap_unknown_invokeData,
tvb, offset, -1, "Unknown invokeData %d", opcode);
/* todo call the asn.1 dissector */
break;
}
return offset;
}
#.END
#.TABLE2_HDR
static int dissect_returnResultData(proto_tree *tree, tvbuff_t *tvb, int offset,asn1_ctx_t *actx) {
switch(opcode){
#.TABLE2_BODY OPERATION.&ResultType
case %(&operationCode)s: /* %(_ident)s */
offset= %(_result_pdu)s(tvb, actx->pinfo , tree , NULL);
break;
#.TABLE2_FTR
default:
proto_tree_add_expert_format(tree, actx->pinfo, &ei_inap_unknown_returnResultData,
tvb, offset, -1, "Unknown returnResultData %d", opcode);
}
return offset;
}
#.END
#.TABLE2_HDR
static int dissect_returnErrorData(proto_tree *tree, tvbuff_t *tvb, int offset,asn1_ctx_t *actx) {
switch(errorCode) {
#.TABLE2_BODY ERROR.&ParameterType
case %(&errorCode)s: /* %(_ident)s */
offset= %(_parameter_pdu)s(tvb, actx->pinfo , tree , NULL);
break;
#.TABLE2_FTR
default:
proto_tree_add_expert_format(tree, actx->pinfo, &ei_inap_unknown_returnErrorData,
tvb, offset, -1, "Unknown returnErrorData %d", opcode);
}
return offset;
}
#.END
# Create a table of opcode and corresponding args and res
#.TABLE11_HDR
typedef struct _inap_op_t {
gint32 opcode;
dissector_t arg_pdu;
dissector_t res_pdu;
} inap_op_t;
static const inap_op_t inap_op_tab[] = {
#.TABLE11_BODY OPERATION.&operationCode
/* %(_name)-31s */ { %(&operationCode)-40s, %(_argument_pdu)-45s, %(_result_pdu)s },
#.TABLE11_FTR
};
#.END
#.TABLE11_HDR
typedef struct _inap_err_t {
gint32 errcode;
dissector_t err_pdu;
} inap_err_t;
static const inap_err_t inap_err_tab[] = {
#.TABLE11_BODY ERROR.&errorCode
/* %(_name)-30s */ { %(&errorCode)4s, %(_parameter_pdu)s },
#.TABLE11_FTR
};
#.END
# ROS stuff here XXX change when TCAP is redone.
#.FN_BODY Code/local VAL_PTR = &opcode
%(DEFAULT_BODY)s
if (inap_opcode_type == INAP_OPCODE_RETURN_ERROR){
errorCode = opcode;
col_append_str(actx->pinfo->cinfo, COL_INFO, val_to_str(errorCode, inap_err_code_string_vals, "Unknown INAP error (%%u)"));
col_append_str(actx->pinfo->cinfo, COL_INFO, " ");
col_set_fence(actx->pinfo->cinfo, COL_INFO);
}else{
col_append_str(actx->pinfo->cinfo, COL_INFO, val_to_str(opcode, inap_opr_code_strings, "Unknown INAP (%%u)"));
col_append_str(actx->pinfo->cinfo, COL_INFO, " ");
col_set_fence(actx->pinfo->cinfo, COL_INFO);
}
#.FN_HDR Invoke
inap_opcode_type=INAP_OPCODE_INVOKE;
#.FN_HDR ReturnResult
inap_opcode_type=INAP_OPCODE_RETURN_RESULT;
#.FN_HDR ReturnError
inap_opcode_type=INAP_OPCODE_RETURN_ERROR;
#.FN_HDR Reject
inap_opcode_type=INAP_OPCODE_REJECT;
#.FN_BODY Invoke/argument
offset = dissect_invokeData(tree, tvb, offset, actx);
#.FN_BODY ReturnResult/result/result
offset = dissect_returnResultData(tree, tvb, offset, actx);
#.FN_BODY ReturnError/parameter
offset = dissect_returnErrorData(tree, tvb, offset, actx);
# END ROS
#.FN_BODY TriggerData/triggerPar
/* FIX ME */
#.FN_BODY ScriptEventArg/uIScriptResult
/* FIX ME */
#.FN_BODY ScriptCloseArg/uIScriptSpecificInfo
/* FIX ME */
#.FN_BODY ScriptInformationArg/uIScriptSpecificInfo
/* FIX ME */
#.FN_BODY ScriptRunArg/uIScriptSpecificInfo
/* FIX ME */
#.FN_HDR ExtensionField
obj_id = NULL;
#.FN_PARS Code/global FN_VARIANT = _str VAL_PTR = &obj_id
#.FN_BODY ExtensionField/value
proto_tree *ext_tree;
ext_tree = proto_tree_add_subtree(tree, tvb, offset, -1, ett_inap_extension_data, NULL, "Extension Data");
if (obj_id){
offset=call_ber_oid_callback(obj_id, tvb, offset, actx->pinfo, ext_tree, NULL);
}else{
call_data_dissector(tvb, actx->pinfo, ext_tree);
offset = tvb_reported_length_remaining(tvb,offset);
}
#.FN_BODY CalledPartyNumber VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
dissect_isup_called_party_number_parameter(parameter_tvb, actx->pinfo, tree, NULL);
#.FN_BODY CallingPartyNumber VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
dissect_isup_calling_party_number_parameter(parameter_tvb, actx->pinfo, tree, NULL);
#.FN_BODY BearerCapability/bearerCap VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
dissect_q931_bearer_capability_ie(parameter_tvb, 0, tvb_reported_length_remaining(parameter_tvb,0), tree);
#.FN_BODY RedirectionInformation VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb;
proto_tree *subtree;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
subtree = proto_item_add_subtree(actx->created_item, ett_inap_RedirectionInformation);
dissect_isup_redirection_information_parameter(parameter_tvb, subtree, NULL);
#.FN_BODY OriginalCalledPartyID VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
dissect_isup_original_called_number_parameter(parameter_tvb, actx->pinfo, tree, NULL);
#.FN_BODY RedirectingPartyID VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
dissect_isup_redirecting_number_parameter(parameter_tvb, actx->pinfo, tree, NULL);
#.FN_BODY HighLayerCompatibility VAL_PTR = ¶meter_tvb
/*
* -- Indicates the teleservice. For encoding, DSS1 (Q.931) is used.
*/
tvbuff_t *parameter_tvb;
proto_tree *subtree;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
subtree = proto_item_add_subtree(actx->created_item, ett_inap_HighLayerCompatibility);
dissect_q931_high_layer_compat_ie(parameter_tvb, 0, tvb_reported_length_remaining(parameter_tvb,0), subtree);
#.FN_BODY Cause VAL_PTR = ¶meter_tvb
/*
* -- Indicates the cause for interface related information. Refer to the Q.763 Cause parameter for encoding
* -- For the use of cause and location values refer to Q.850.
*/
tvbuff_t *parameter_tvb;
guint8 Cause_value;
proto_tree *subtree;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
subtree = proto_item_add_subtree(actx->created_item, ett_inap_cause);
dissect_q931_cause_ie(parameter_tvb, 0, tvb_reported_length_remaining(parameter_tvb,0), subtree, hf_inap_cause_indicator, &Cause_value, isup_parameter_type_value);
#.FN_BODY Digits VAL_PTR = ¶meter_tvb
/*
*-- Indicates the address signalling digits. Refer to the Q.763 Generic Number and Generic Digits parameter
*-- for encoding. The coding of the subfield's 'NumberQualifier' in Generic Number and 'TypeOfDigits' in
*-- Generic Digits are irrelevant to the INAP, the ASN.1 tags are sufficient to identify the parameter.
*-- The ISUP format does not allow to exclude these subfields, therefore the value is network operator specific.
*-- The following parameters should use Generic Number
*-- Additional Calling Number, CorrelationID for AssistRequestInstructions, AssistingSSPIPRoutingAddress
*-- for EstablishTemporaryConnection
*-- calledAddressValue for all occurrences,callingAddressValue for all occurrences
*-- The following parameters should use Generic Digits: prefix, all
*-- other CorrelationID occurrences, dialledNumber filtering criteria, callingLineID filtering criteria, lineID for
*-- ResourceID type, digitResponse for ReceivedInformationArg, iNServiceControlLow / iNServiceControlHigh for
*--MidCallInfoType,, iNServiceControlCode for MidCallInfo.
*/
tvbuff_t *parameter_tvb;
proto_tree *subtree;
gint ett = -1;
gboolean digits = FALSE;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
if (hf_index == hf_inap_additionalCallingPartyNumber) {
ett = ett_inap_additionalCallingPartyNumber;
} else if (hf_index == hf_inap_assistingSSPIPRoutingAddress) {
ett = ett_inap_assistingSSPIPRoutingAddress;
} else if (hf_index == hf_inap_correlationID) {
ett = ett_inap_correlationID;
digits = (opcode != opcode_assistRequestInstructions) ? TRUE : FALSE;
} else if (hf_index == hf_inap_calledAddressValue) {
ett = ett_inap_calledAddressValue;
} else if (hf_index == hf_inap_callingAddressValue) {
ett = ett_inap_callingAddressValue;
} else if (hf_index == hf_inap_number) {
ett = ett_inap_number;
} else if (hf_index == hf_inap_dialledNumber) {
ett = ett_inap_dialledNumber;
digits = TRUE;
} else if (hf_index == hf_inap_callingLineID) {
ett = ett_inap_callingLineID;
digits = TRUE;
} else if (hf_index == hf_inap_iNServiceControlCode) {
ett = ett_inap_iNServiceControlCode;
digits = TRUE;
} else if (hf_index == hf_inap_iNServiceControlCodeLow) {
ett = ett_inap_iNServiceControlCodeLow;
digits = TRUE;
} else if (hf_index == hf_inap_iNServiceControlCodeHigh) {
ett = ett_inap_iNServiceControlCodeHigh;
digits = TRUE;
} else if (hf_index == hf_inap_lineID) {
ett = ett_inap_lineID;
digits = TRUE;
} else if (hf_index == hf_inap_prefix) {
ett = ett_inap_prefix;
digits = TRUE;
} else if (hf_index == hf_inap_iPAddressValue) {
ett = ett_inap_iPAddressValue;
} else if (hf_index == hf_inap_digitsResponse) {
ett = ett_inap_digitsResponse;
digits = TRUE;
}
subtree = proto_item_add_subtree(actx->created_item, ett);
if (digits) {
dissect_isup_generic_digits_parameter(parameter_tvb, subtree, NULL);
} else {
dissect_isup_generic_number_parameter(parameter_tvb, actx->pinfo, subtree, NULL);
}
#.END
#.TYPE_ATTR
CallingPartysCategory TYPE = FT_UINT16 DISPLAY = BASE_DEC|BASE_EXT_STRING STRINGS = &isup_calling_partys_category_value_ext
#.END
#
# Editor modelines - https://www.wireshark.org/tools/modelines.html
#
# Local variables:
# c-basic-offset: 2
# tab-width: 8
# indent-tabs-mode: nil
# End:
#
# vi: set shiftwidth=2 tabstop=8 expandtab:
# :indentSize=2:tabSize=8:noTabs=true:
# |
C | wireshark/epan/dissectors/asn1/inap/packet-inap-template.c | /* packet-inap-template.c
* Routines for INAP
* Copyright 2004, Tim Endean <[email protected]>
* Built from the gsm-map dissector Copyright 2004, Anders Broman <[email protected]>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
* References: ETSI 300 374
* ITU Q.1218
*/
#include "config.h"
#include <epan/packet.h>
#include <epan/prefs.h>
#include <epan/oids.h>
#include <epan/expert.h>
#include <epan/asn1.h>
#include "packet-ber.h"
#include "packet-inap.h"
#include "packet-q931.h"
#include "packet-e164.h"
#include "packet-isup.h"
#include "packet-tcap.h"
#include "packet-dap.h"
#include "packet-dsp.h"
#define PNAME "Intelligent Network Application Protocol"
#define PSNAME "INAP"
#define PFNAME "inap"
void proto_register_inap(void);
void proto_reg_handoff_inap(void);
/* Initialize the protocol and registered fields */
static int proto_inap = -1;
/* include constants */
#include "packet-inap-val.h"
#include "packet-inap-hf.c"
#define MAX_SSN 254
static range_t *global_ssn_range;
static dissector_handle_t inap_handle;
/* Global variables */
static guint32 opcode=0;
static guint32 errorCode=0;
static const char *obj_id = NULL;
static int inap_opcode_type;
#define INAP_OPCODE_INVOKE 1
#define INAP_OPCODE_RETURN_RESULT 2
#define INAP_OPCODE_RETURN_ERROR 3
#define INAP_OPCODE_REJECT 4
static int hf_inap_cause_indicator = -1;
/* Initialize the subtree pointers */
static gint ett_inap = -1;
static gint ett_inapisup_parameter = -1;
static gint ett_inap_RedirectionInformation = -1;
static gint ett_inap_HighLayerCompatibility = -1;
static gint ett_inap_extension_data = -1;
static gint ett_inap_cause = -1;
static gint ett_inap_calledAddressValue = -1;
static gint ett_inap_callingAddressValue = -1;
static gint ett_inap_additionalCallingPartyNumber = -1;
static gint ett_inap_assistingSSPIPRoutingAddress = -1;
static gint ett_inap_correlationID = -1;
static gint ett_inap_number = -1;
static gint ett_inap_dialledNumber = -1;
static gint ett_inap_callingLineID = -1;
static gint ett_inap_iNServiceControlCode = -1;
static gint ett_inap_iNServiceControlCodeLow = -1;
static gint ett_inap_iNServiceControlCodeHigh = -1;
static gint ett_inap_lineID = -1;
static gint ett_inap_prefix = -1;
static gint ett_inap_iPAddressValue = -1;
static gint ett_inap_digitsResponse = -1;
#include "packet-inap-ett.c"
static expert_field ei_inap_unknown_invokeData = EI_INIT;
static expert_field ei_inap_unknown_returnResultData = EI_INIT;
static expert_field ei_inap_unknown_returnErrorData = EI_INIT;
#include "packet-inap-table.c"
const value_string inap_general_problem_strings[] = {
{0,"General Problem Unrecognized Component"},
{1,"General Problem Mistyped Component"},
{3,"General Problem Badly Structured Component"},
{0, NULL}
};
/* Forvard declarations */
static int dissect_invokeData(proto_tree *tree, tvbuff_t *tvb, int offset, asn1_ctx_t *actx _U_);
static int dissect_returnResultData(proto_tree *tree, tvbuff_t *tvb, int offset, asn1_ctx_t *actx _U_);
static int dissect_returnErrorData(proto_tree *tree, tvbuff_t *tvb, int offset, asn1_ctx_t *actx);
#include "packet-inap-fn.c"
/*
TC-Invokable OPERATION ::=
{activateServiceFiltering | activityTest | analysedInformation |
analyseInformation | applyCharging | applyChargingReport |
assistRequestInstructions | callGap | callInformationReport |
callInformationRequest | cancel | cancelStatusReportRequest |
collectedInformation | collectInformation | connect | connectToResource |
continue | disconnectForwardConnection | establishTemporaryConnection |
eventNotificationCharging | eventReportBCSM | furnishChargingInformation |
holdCallInNetwork | initialDP | initiateCallAttempt | oAnswer |
oCalledPartyBusy | oDisconnect | oMidCall | oNoAnswer |
originationAttemptAuthorized | releaseCall | requestCurrentStatusReport |
requestEveryStatusChangeReport | requestFirstStatusMatchReport |
requestNotificationChargingEvent | requestReportBCSMEvent | resetTimer |
routeSelectFailure | selectFacility | selectRoute | sendChargingInformation
| serviceFilteringResponse | statusReport | tAnswer | tBusy | tDisconnect |
termAttemptAuthorized | tMidCall | tNoAnswer | playAnnouncement |
promptAndCollectUserInformation}
*/
#include "packet-inap-table2.c"
static guint8 inap_pdu_type = 0;
static guint8 inap_pdu_size = 0;
static int
dissect_inap(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree, void *data _U_)
{
proto_item *item=NULL;
proto_tree *tree=NULL;
int offset = 0;
asn1_ctx_t asn1_ctx;
asn1_ctx_init(&asn1_ctx, ASN1_ENC_BER, TRUE, pinfo);
col_set_str(pinfo->cinfo, COL_PROTOCOL, "INAP");
/* create display subtree for the protocol */
if(parent_tree){
item = proto_tree_add_item(parent_tree, proto_inap, tvb, 0, -1, ENC_NA);
tree = proto_item_add_subtree(item, ett_inap);
}
inap_pdu_type = tvb_get_guint8(tvb, offset)&0x0f;
/* Get the length and add 2 */
inap_pdu_size = tvb_get_guint8(tvb, offset+1)+2;
opcode = 0;
dissect_inap_ROS(TRUE, tvb, offset, &asn1_ctx, tree, -1);
return inap_pdu_size;
}
/*--- proto_reg_handoff_inap ---------------------------------------*/
static void range_delete_callback(guint32 ssn, gpointer ptr _U_)
{
if (ssn) {
delete_itu_tcap_subdissector(ssn, inap_handle);
}
}
static void range_add_callback(guint32 ssn, gpointer ptr _U_)
{
if (ssn) {
add_itu_tcap_subdissector(ssn, inap_handle);
}
}
void proto_reg_handoff_inap(void) {
static gboolean inap_prefs_initialized = FALSE;
static range_t *ssn_range;
if (!inap_prefs_initialized) {
inap_prefs_initialized = TRUE;
oid_add_from_string("Core-INAP-CS1-Codes","0.4.0.1.1.0.3.0");
oid_add_from_string("iso(1) identified-organization(3) icd-ecma(12) member-company(2) 1107 oen(3) inap(3) extensions(2)","1.3.12.2.1107.3.3.2");
oid_add_from_string("alcatel(1006)","1.3.12.2.1006.64");
oid_add_from_string("Siemens (1107)","1.3.12.2.1107");
oid_add_from_string("iso(1) member-body(2) gb(826) national(0) ericsson(1249) inDomain(51) inNetwork(1) inNetworkcapabilitySet1plus(1) ","1.2.826.0.1249.51.1.1");
}
else {
range_foreach(ssn_range, range_delete_callback, NULL);
wmem_free(wmem_epan_scope(), ssn_range);
}
ssn_range = range_copy(wmem_epan_scope(), global_ssn_range);
range_foreach(ssn_range, range_add_callback, NULL);
}
void proto_register_inap(void) {
module_t *inap_module;
/* List of fields */
static hf_register_info hf[] = {
{ &hf_inap_cause_indicator, /* Currently not enabled */
{ "Cause indicator", "inap.cause_indicator",
FT_UINT8, BASE_DEC | BASE_EXT_STRING, &q850_cause_code_vals_ext, 0x7f,
NULL, HFILL } },
#include "packet-inap-hfarr.c"
};
/* List of subtrees */
static gint *ett[] = {
&ett_inap,
&ett_inapisup_parameter,
&ett_inap_RedirectionInformation,
&ett_inap_HighLayerCompatibility,
&ett_inap_extension_data,
&ett_inap_cause,
&ett_inap_calledAddressValue,
&ett_inap_callingAddressValue,
&ett_inap_additionalCallingPartyNumber,
&ett_inap_assistingSSPIPRoutingAddress,
&ett_inap_correlationID,
&ett_inap_number,
&ett_inap_dialledNumber,
&ett_inap_callingLineID,
&ett_inap_iNServiceControlCode,
&ett_inap_iNServiceControlCodeLow,
&ett_inap_iNServiceControlCodeHigh,
&ett_inap_lineID,
&ett_inap_prefix,
&ett_inap_iPAddressValue,
&ett_inap_digitsResponse,
#include "packet-inap-ettarr.c"
};
static ei_register_info ei[] = {
{ &ei_inap_unknown_invokeData, { "inap.unknown.invokeData", PI_MALFORMED, PI_WARN, "Unknown invokeData", EXPFILL }},
{ &ei_inap_unknown_returnResultData, { "inap.unknown.returnResultData", PI_MALFORMED, PI_WARN, "Unknown returnResultData", EXPFILL }},
{ &ei_inap_unknown_returnErrorData, { "inap.unknown.returnErrorData", PI_MALFORMED, PI_WARN, "Unknown returnResultData", EXPFILL }},
};
expert_module_t* expert_inap;
/* Register protocol */
proto_inap = proto_register_protocol(PNAME, PSNAME, PFNAME);
inap_handle = register_dissector("inap", dissect_inap, proto_inap);
/* Register fields and subtrees */
proto_register_field_array(proto_inap, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
expert_inap = expert_register_protocol(proto_inap);
expert_register_field_array(expert_inap, ei, array_length(ei));
register_ber_oid_dissector("0.4.0.1.1.1.0.0", dissect_inap, proto_inap, "cs1-ssp-to-scp");
/* Set default SSNs */
range_convert_str(wmem_epan_scope(), &global_ssn_range, "106,241", MAX_SSN);
inap_module = prefs_register_protocol(proto_inap, proto_reg_handoff_inap);
prefs_register_obsolete_preference(inap_module, "tcap.itu_ssn");
prefs_register_obsolete_preference(inap_module, "tcap.itu_ssn1");
prefs_register_range_preference(inap_module, "ssn", "TCAP SSNs",
"TCAP Subsystem numbers used for INAP",
&global_ssn_range, MAX_SSN);
}
/*
* Editor modelines
*
* Local Variables:
* c-basic-offset: 2
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
* ex: set shiftwidth=2 tabstop=8 expandtab:
* :indentSize=2:tabSize=8:noTabs=true:
*/ |
C/C++ | wireshark/epan/dissectors/asn1/inap/packet-inap-template.h | /* packet-inap.h
*
* Copyright 2004, Tim Endean <[email protected]>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef PACKET_INAP_H
#define PACKET_INAP_H
#include "packet-inap-exp.h"
#endif /* PACKET_INAP_H */ |
ASN.1 | wireshark/epan/dissectors/asn1/isdn-sup/Addressing-Data-Elements.asn | --
-- EN 300 196-1 Ver. 1.3.2
--
Addressing-Data-Elements {itu-t identified-organization etsi(0) 196 addressing-data-elements(6)}
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
EXPORTS PresentedAddressScreened, PresentedAddressUnscreened,
PresentedNumberScreened, PresentedNumberUnscreened,
Address, PartyNumber, PartySubaddress,
ScreeningIndicator, PresentationAllowedIndicator;
PresentedAddressScreened ::= CHOICE {
presentationAllowedAddress [0] IMPLICIT AddressScreened,
presentationRestricted [1] IMPLICIT NULL,
numberNotAvailableDueToInterworking [2] IMPLICIT NULL,
presentationRestrictedAddress [3] IMPLICIT AddressScreened }
PresentedAddressUnscreened ::= CHOICE {
presentationAllowedAddress [0] IMPLICIT Address,
presentationRestricted [1] IMPLICIT NULL,
numberNotAvailableDueToInterworking [2] IMPLICIT NULL,
presentationRestrictedAddress [3] IMPLICIT Address}
PresentedNumberScreened ::= CHOICE {
presentationAllowedNumber [0] IMPLICIT NumberScreened,
presentationRestricted [1] IMPLICIT NULL,
numberNotAvailableDueToInterworking [2] IMPLICIT NULL,
presentationRestrictedNumber [3] IMPLICIT NumberScreened}
PresentedNumberUnscreened ::= CHOICE {
presentationAllowedNumber [0] PartyNumber,
presentationRestricted [1] IMPLICIT NULL,
numberNotAvailableDueToInterworking [2] IMPLICIT NULL,
presentationRestrictedNumber [3] PartyNumber}
AddressScreened ::= SEQUENCE {
partyNumber PartyNumber,
screeningIndicator ScreeningIndicator,
partySubaddress PartySubaddress OPTIONAL}
NumberScreened ::= SEQUENCE {
partyNumber PartyNumber,
screeningIndicator ScreeningIndicator}
Address ::= SEQUENCE {
partyNumber PartyNumber,
partySubaddress PartySubaddress OPTIONAL}
PartyNumber ::= CHOICE {
unknownPartyNumber [0] IMPLICIT NumberDigits,
-- the numbering plan is the default numbering plan of the
-- network. It is recommended that this value is used.
publicPartyNumber [1] IMPLICIT PublicPartyNumber,
-- the numbering plan is according to
-- ITU-T Recommendation E.164.
nsapEncodedNumber [2] IMPLICIT NsapEncodedNumber,
-- ATM endsystem address encoded as an NSAP address.
dataPartyNumber [3] IMPLICIT NumberDigits,
-- not used, value reserved.
telexPartyNumber [4] IMPLICIT NumberDigits,
-- not used, value reserved.
privatePartyNumber [5] IMPLICIT PrivatePartyNumber,
nationalStandardPartyNumber [8] IMPLICIT NumberDigits}
-- not used, value reserved.
PublicPartyNumber ::= SEQUENCE {
publicTypeOfNumber PublicTypeOfNumber,
publicNumberDigits NumberDigits}
NsapEncodedNumber ::= OCTET STRING (SIZE(20))
PrivatePartyNumber ::= SEQUENCE {
privateTypeOfNumber PrivateTypeOfNumber,
privateNumberDigits NumberDigits}
NumberDigits ::= NumericString (SIZE(1..20))
PublicTypeOfNumber ::= ENUMERATED {
unknown (0),
-- if used number digits carry prefix indicating type of
-- number according to national recommendations
internationalNumber (1),
nationalNumber (2),
networkSpecificNumber (3),
-- not used, value reserved
subscriberNumber (4),
abbreviatedNumber (6)}
-- valid only for called party number at the outgoing
-- access, network substitutes appropriate number.
PrivateTypeOfNumber ::= ENUMERATED {
unknown (0),
level2RegionalNumber (1),
level1RegionalNumber (2),
pTNSpecificNumber (3),
localNumber (4),
abbreviatedNumber (6)}
PartySubaddress ::= CHOICE {
userSpecifiedSubaddress UserSpecifiedSubaddress,
-- not recommended
nSAPSubaddress NSAPSubaddress}
-- according to ITU-T Recommendation X.213
UserSpecifiedSubaddress ::= SEQUENCE {
subaddressInformation SubaddressInformation,
oddCountIndicator BOOLEAN OPTIONAL}
-- used when the coding of subaddress is BCD
NSAPSubaddress ::= OCTET STRING (SIZE(1..20))
-- specified according to ITU-T Recommendation X.213. Some
-- networks may limit the subaddress value to some other
-- length, e.g. 4 octets
SubaddressInformation ::= OCTET STRING (SIZE(1..20))
-- coded according to user requirements. Some networks may
-- limit the subaddress value to some other length,
-- e.g. 4 octets
ScreeningIndicator ::= ENUMERATED {
userProvidedNotScreened (0),
-- number was provided by a remote user terminal equipment,
-- and has been screened by a network that is not the
-- local public or local private network.
userProvidedVerifiedAndPassed (1),
-- number was provided by a remote user terminal equipment
-- (or by a remote private network), and has been screened
-- by the local public or local private network.
userProvidedVerifiedAndFailed (2),
-- not used, value reserved
networkProvided (3)}
-- number was provided by local public or local
-- private network
PresentationAllowedIndicator ::= BOOLEAN
END -- of Addressing-Data-Elements |
ASN.1 | wireshark/epan/dissectors/asn1/isdn-sup/Advice-of-Charge-Operations.asn | --
-- EN 300 182-1 Ver. 1.3.6
--
Advice-of-Charge-Operations {ccitt identified-organization etsi (0) 182 operations-and-errors (1)}
DEFINITIONS IMPLICIT TAGS ::=
BEGIN
EXPORTS ChargingRequest, AOCSCurrency, AOCSSpecialArr,
AOCDCurrency, AOCDChargingUnit, AOCECurrency, AOCEChargingUnit,
NoChargingInfoAvailable, ChargingAssociation;
IMPORTS OPERATION, ERROR
FROM Remote-Operations-Information-Objects {joint-iso-itu-t (2) remote-operations (4) informationObjects(5) version1(0)}
notSubscribed, notAvailable, notImplemented, invalidCallState
FROM General-Errors
{ccitt identified-organization etsi (0) 196 general-errors (2)}
PartyNumber
FROM Addressing-Data-Elements
{itu-t(0) identified-organization(4) 196 addressing-data-elements (6)};
chargingRequest OPERATION ::= {
ARGUMENT ChargingRequestArg
RESULT ChargingRequestRes
ERRORS {notSubscribed | notAvailable | notImplemented |
invalidCallState | NoChargingInfoAvailable}
CODE local: 30}
ChargingRequestArg ::= ChargingCase
ChargingRequestRes ::= CHOICE {
aOCSCurrencyInfoList AOCSCurrencyInfoList,
aOCSSpecialArrInfo AOCSSpecialArrInfo,
chargingInfoFollows NULL}
aOCSCurrency OPERATION ::= { -- AOC-S given in currency units
ARGUMENT AOCSCurrencyArg
RETURN RESULT FALSE
CODE local: 31}
AOCSCurrencyArg ::= CHOICE {
chargeNotAvailable NULL,
aOCSCurrencyInfoList AOCSCurrencyInfoList }
aOCSSpecialArr OPERATION ::= { -- AOC-S for special charging arrangement
ARGUMENT AOCSSpecialArrArg
RETURN RESULT FALSE
CODE local: 32}
AOCSSpecialArrArg ::=CHOICE {
chargeNotAvailable NULL,
aOCSSpecialArrInfo AOCSSpecialArrInfo }
aOCDCurrency OPERATION ::= { -- AOC-D given in currency units
ARGUMENT AOCDCurrencyArg
RETURN RESULT FALSE
CODE local: 33}
AOCDCurrencyArg ::= CHOICE {
chargeNotAvailable NULL,
aOCDCurrencyInfo AOCDCurrencyInfo }
aOCDChargingUnit OPERATION ::= { -- AOC-D given in charging units
ARGUMENT AOCDChargingUnitArg
RETURN RESULT FALSE
CODE local: 34}
AOCDChargingUnitArg ::= CHOICE {
chargeNotAvailable NULL,
aOCDChargingUnitInfo AOCDChargingUnitInfo }
aOCECurrency OPERATION ::= { -- AOC-E given in currency units
ARGUMENT AOCECurrencyArg
RETURN RESULT FALSE
CODE local: 35}
AOCECurrencyArg ::=CHOICE {
chargeNotAvailable NULL,
aOCECurrencyInfo AOCECurrencyInfo }
aOCEChargingUnit OPERATION::= { -- AOC-E given in charging units
ARGUMENT AOCEChargingUnitArg
RETURN RESULT FALSE
CODE local: 36}
AOCEChargingUnitArg ::= CHOICE {
chargeNotAvailable NULL,
aOCEChargingUnitInfo AOCEChargingUnitInfo }
ChargingCase ::= ENUMERATED {
chargingInformationAtCallSetup (0),
chargingDuringACall (1),
chargingAtTheEndOfACall (2) }
AOCSCurrencyInfoList ::= SEQUENCE SIZE (1..10) OF AOCSCurrencyInfo
AOCSCurrencyInfo ::= SEQUENCE {
chargedItem ChargedItem,
chargingtype CHOICE {
specificCurrency CHOICE {
durationCurrency [1] IMPLICIT DurationCurrency,
flatRateCurrency [2] IMPLICIT FlatRateCurrency,
volumeRateCurrency [3] IMPLICIT VolumeRateCurrency},
specialChargingCode SpecialChargingCode,
freeOfCharge [4] IMPLICIT NULL,
currencyInfoNotAvailable [5] IMPLICIT NULL} }
AOCSSpecialArrInfo ::= INTEGER (1..10)
ChargedItem ::= ENUMERATED {
basicCommunication (0),
callAttempt (1),
callSetup (2),
userToUserInfo (3),
operationOfSupplementaryServ (4) }
DurationCurrency ::= SEQUENCE {
dCurrency [1] IMPLICIT Currency,
dAmount [2] IMPLICIT Amount,
dChargingType [3] IMPLICIT ChargingType,
dTime [4] IMPLICIT Time,
dGranularity [5] IMPLICIT Time OPTIONAL }
FlatRateCurrency ::= SEQUENCE {
fRCurrency [1] IMPLICIT Currency,
fRAmount [2] IMPLICIT Amount }
VolumeRateCurrency ::= SEQUENCE {
vRCurrency [1] IMPLICIT Currency,
vRAmount [2] IMPLICIT Amount,
vRVolumeUnit [3] IMPLICIT VolumeUnit}
SpecialChargingCode ::= INTEGER (1..10)
AOCDCurrencyInfo ::= CHOICE {
specificCurrency SEQUENCE {
recordedCurrency [1] IMPLICIT RecordedCurrency,
typeOfChargingInfo [2] IMPLICIT TypeOfChargingInfo,
aOCDBillingId [3] IMPLICIT AOCDBillingId OPTIONAL },
freeOfCharge [1] IMPLICIT NULL}
AOCDChargingUnitInfo ::= CHOICE {
specificChargingUnits SEQUENCE {
recordedUnitsList [1] IMPLICIT RecordedUnitsList,
typeOfChargingInfo [2] IMPLICIT TypeOfChargingInfo,
aOCDBillingId [3] IMPLICIT AOCDBillingId OPTIONAL },
freeOfCharge [1] IMPLICIT NULL}
RecordedCurrency ::= SEQUENCE {
rCurrency [1] IMPLICIT Currency,
rAmount [2] IMPLICIT Amount }
RecordedUnitsList ::= SEQUENCE SIZE (1..32) OF RecordedUnits
TypeOfChargingInfo ::= ENUMERATED {
subTotal (0),
total (1)}
RecordedUnits ::= SEQUENCE {
cc CHOICE{
recordedNumberOfUnits NumberOfUnits,
notAvailable NULL},
recordedTypeOfUnits TypeOfUnit OPTIONAL }
AOCDBillingId ::= ENUMERATED {
normalCharging (0),
reverseCharging (1),
creditCardCharging (2)}
AOCECurrencyInfo ::= SEQUENCE {
cc CHOICE {
specificCurrency SEQUENCE {
recordedCurrency [1] IMPLICIT RecordedCurrency,
aOCEBillingId [2] IMPLICIT AOCEBillingId OPTIONAL},
freeOfCharge [1] IMPLICIT NULL},
chargingAssociation ChargingAssociation OPTIONAL}
AOCEChargingUnitInfo ::= SEQUENCE {
cc CHOICE {
specificChargingUnits SEQUENCE {
recordedUnitsList [1] IMPLICIT RecordedUnitsList,
aOCEBillingId [2] IMPLICIT AOCEBillingId OPTIONAL},
freeOfCharge [1] IMPLICIT NULL},
chargingAssociation ChargingAssociation OPTIONAL}
AOCEBillingId ::= ENUMERATED {
normalCharging (0),
reverseCharging (1),
creditCardCharging (2),
callForwardingUnconditional (3),
callForwardingBusy (4),
callForwardingNoReply (5),
callDeflection (6),
callTransfer (7)}
Currency ::= IA5String (SIZE (1..10))
Amount ::= SEQUENCE {
currencyAmount [1] IMPLICIT CurrencyAmount,
multiplier [2] IMPLICIT Multiplier }
CurrencyAmount ::= INTEGER (0..16777215)
Multiplier ::= ENUMERATED {
oneThousandth (0),
oneHundredth (1),
oneTenth (2),
one (3),
ten (4),
hundred (5),
thousand (6)}
Time ::= SEQUENCE {
lengthOfTimeUnit [1] IMPLICIT LengthOfTimeUnit,
scale [2] IMPLICIT Scale }
LengthOfTimeUnit ::= INTEGER (0..16777215)
Scale ::= ENUMERATED {
oneHundredthSecond (0),
oneTenthSecond (1),
oneSecond (2),
tenSeconds (3),
oneMinute (4),
oneHour (5),
twentyFourHours (6)}
VolumeUnit ::= ENUMERATED {
octet (0),
segment (1),
message (2) }
TypeOfUnit ::= INTEGER (1..16) -- Value 1-16
NumberOfUnits ::= INTEGER (0..16777215)
ChargingType ::= ENUMERATED {
continuousCharging (0),
stepFunction (1) }
ChargingAssociation ::= CHOICE {
chargeNumber [0] EXPLICIT PartyNumber,
chargeIdentifier ChargeIdentifier}
ChargeIdentifier ::= INTEGER (-32768..32767)
-- NoChargingInfoAvailable ::= ERROR
-- chargingRequest ChargingRequest ::= 30
-- aOCSCurrency AOCSCurrency ::= 31
-- aOCSSpecialArr AOCSSpecialArr ::= 32
-- aOCDCurrency AOCDCurrency ::= 33
-- aOCDChargingUnit AOCDChargingUnit ::= 34
-- aOCECurrency AOCECurrency ::= 35
-- aOCEChargingUnit AOCEChargingUnit ::= 36
-- noChargingInfoAvailable NoChargingInfoAvailable ::= 26
noChargingInfoAvailable ERROR ::= { CODE local: 26}
END |
ASN.1 | wireshark/epan/dissectors/asn1/isdn-sup/Basic-Service-Elements.asn | --
-- EN 300 196-1 Ver. 1.3.2
--
Basic-Service-Elements {itu-t identified-organization etsi(0) 196 basic-service-elements(8)}
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
EXPORTS BasicService;
BasicService ::= ENUMERATED {
allServices (0),
speech (1),
unrestrictedDigitalInformation (2),
audio3k1Hz (3),
unrestrictedDigitalInformationWithTonesAndAnnouncements (4),
multirate(5),
telephony3k1Hz (32),
teletex (33),
telefaxGroup4Class1 (34),
videotexSyntaxBased (35),
videotelephony (36),
telefaxGroup2-3 (37),
telephony7kHz (38),
euroFileTransfer (39),
fileTransferAndAccessManagement (40),
videoconference (41),
audioGraphicConference (42)
}
END -- of Basic-Service-Elements |
ASN.1 | wireshark/epan/dissectors/asn1/isdn-sup/CCBS-Operations-and-Errors.asn | --
-- EN 300 359-1 Ver. 1.3.2
--
CCBS-Operations-and-Errors {ccitt identified-organization etsi(0) 359 operations-and-errors(1)}
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
EXPORTS CallInfoRetain, EraseCallLinkageID,
CCBSRequest, CCBSDeactivate, CCBSInterrogate, CCBSErase,
CCBSRemoteUserFree, CCBSCall, CCBSStatusRequest, CCBSBFree,
CCBSStopAlerting,
InvalidCallLinkageID, InvalidCCBSReference, LongTermDenial, ShortTermDenial,
CCBSIsAlreadyActivated, AlreadyAccepted, OutgoingCCBSQueueFull,
CallFailureReasonNotBusy, NotReadyForCall;
IMPORTS OPERATION, ERROR
FROM Remote-Operations-Information-Objects
{joint-iso-itu-t (2) remote-operations (4) informationObjects(5) version1(0)}
notSubscribed, supplementaryServiceInteractionNotAllowed
FROM General-Errors
{ccitt identified-organization etsi(0) 196 general-errors(2)}
Address, PartyNumber, PartySubaddress
FROM Addressing-Data-Elements
{ccitt identified-organization etsi(0) 196 addressing-data-elements(6)}
Q931InformationElement
FROM Embedded-Q931-Types
{ccitt identified-organization etsi(0) 196 embedded-q931-types(7)};
CallInfoRetain ::= OPERATION
ARGUMENT callLinkageID CallLinkageID
EraseCallLinkageID ::= OPERATION
ARGUMENT callLinkageID CallLinkageID
CCBSRequest ::= OPERATION
ARGUMENT callLinkageID CallLinkageID
RESULT SEQUENCE {
recallMode RecallMode,
cCBSReference CCBSReference}
ERRORS {notSubscribed, InvalidCallLinkageID, ShortTermDenial,
LongTermDenial, CCBSIsAlreadyActivated,
supplementaryServiceInteractionNotAllowed,
OutgoingCCBSQueueFull, CallFailureReasonNotBusy}
CCBSInterrogate ::= OPERATION
ARGUMENT SEQUENCE {
cCBSReference CCBSReference OPTIONAL,
partyNumberOfA PartyNumber OPTIONAL}
RESULT SEQUENCE {
recallMode RecallMode,
callDetails CallDetails OPTIONAL}
ERRORS {InvalidCCBSReference, notSubscribed}
CCBSDeactivate ::= OPERATION
ARGUMENT cCBSReference CCBSReference
RESULT
ERRORS {InvalidCCBSReference}
CCBSErase ::= OPERATION
ARGUMENT SEQUENCE {
recallMode RecallMode,
cCBSReference CCBSReference,
addressOfB Address,
q931InfoElement Q931InformationElement,
eraseReason CCBSEraseReason}
-- The Bearer capability, High layer compatibility (optional) and Low layer compatibility
-- (optional) information elements shall be embedded in q931InfoElement.
CCBSRemoteUserFree ::= OPERATION
ARGUMENT SEQUENCE {
recallMode RecallMode,
cCBSReference CCBSReference,
addressOfB Address,
q931InfoElement Q931InformationElement}
-- The Bearer capability, High layer compatibility (optional) and Low layer compatibility
-- (optional) information elements shall be embedded in q931InfoElement.
CCBSBFree ::= OPERATION
ARGUMENT SEQUENCE {
recallMode RecallMode,
cCBSReference CCBSReference,
addressOfB Address,
q931InfoElement Q931InformationElement}
-- The Bearer capability, High layer compatibility (optional) and Low layer compatibility
-- (optional) information elements shall be embedded in q931InfoElement.
CCBSCall ::= OPERATION
ARGUMENT cCBSReference CCBSReference
ERRORS {InvalidCCBSReference, AlreadyAccepted,
NotReadyForCall}
CCBSStatusRequest ::= OPERATION
ARGUMENT SEQUENCE {
recallMode RecallMode,
cCBSReference CCBSReference,
q931InfoElement Q931InformationElement}
RESULT BOOLEAN -- free=TRUE, busy=FALSE
-- The Bearer capability, High layer compatibility (optional) and Low layer compatibility
-- (optional) information elements shall be embedded in q931InfoElement.
CCBSStopAlerting ::= OPERATION
ARGUMENT cCBSReference CCBSReference
CallDetails ::= SEQUENCE SIZE(1..5) OF CallInformation
CallInformation ::= SEQUENCE {
addressOfB Address,
q931InfoElement Q931InformationElement,
cCBSReference CCBSReference,
subAddressOfA PartySubaddress OPTIONAL}
-- The Bearer capability, High layer compatibility (optional) and Low layer compatibility
-- (optional) information elements shall be embedded in q931InfoElement.
InvalidCallLinkageID ::= ERROR
InvalidCCBSReference ::= ERROR
LongTermDenial ::= ERROR
ShortTermDenial ::= ERROR
CCBSIsAlreadyActivated ::= ERROR
AlreadyAccepted ::= ERROR
OutgoingCCBSQueueFull ::= ERROR
CallFailureReasonNotBusy ::= ERROR
NotReadyForCall ::= ERROR
CallLinkageID ::= INTEGER (0..127)
CCBSReference ::= INTEGER (0..127)
CCBSEraseReason ::= ENUMERATED {
normal-unspecified (0),
t-CCBS2-timeout (1),
t-CCBS3-timeout (2),
basic-call-failed (3)}
RecallMode ::= ENUMERATED {
globalRecall (0),
specificRecall (1)}
cCBSOID OBJECT IDENTIFIER ::= {ccitt identified-organization etsi(0) 359
operations-and-errors(1)}
callInfoRetain CallInfoRetain ::= globalValue {cCBSOID 1}
cCBSRequest CCBSRequest ::= globalValue {cCBSOID 2}
cCBSDeactivate CCBSDeactivate ::= globalValue {cCBSOID 3}
cCBSInterrogate CCBSInterrogate ::= globalValue {cCBSOID 4}
cCBSErase CCBSErase ::= globalValue {cCBSOID 5}
cCBSRemoteUserFree CCBSRemoteUserFree ::= globalValue {cCBSOID 6}
cCBSCall CCBSCall ::= globalValue {cCBSOID 7}
cCBSStatusRequest CCBSStatusRequest ::= globalValue {cCBSOID 8}
cCBSBFree CCBSBFree ::= globalValue {cCBSOID 9}
eraseCallLinkageID EraseCallLinkageID ::= globalValue {cCBSOID 10}
cCBSStopAlerting CCBSStopAlerting ::= globalValue {cCBSOID 11}
invalidCallLinkageID InvalidCallLinkageID ::= globalValue {cCBSOID 20}
invalidCCBSReference InvalidCCBSReference ::= globalValue {cCBSOID 21}
longTermDenial LongTermDenial ::= globalValue {cCBSOID 22}
shortTermDenial ShortTermDenial ::= globalValue {cCBSOID 23}
cCBSIsAlreadyActivated CCBSIsAlreadyActivated ::= globalValue {cCBSOID 24}
alreadyAccepted AlreadyAccepted ::= globalValue {cCBSOID 25}
outgoingCCBSQueueFull OutgoingCCBSQueueFull ::= globalValue {cCBSOID 26}
callFailureReasonNotBusy CallFailureReasonNotBusy ::= globalValue {cCBSOID 27}
notReadyForCall NotReadyForCall ::= globalValue {cCBSOID 28}
END -- of CCBS-Operations-and-Errors |
ASN.1 | wireshark/epan/dissectors/asn1/isdn-sup/CCBS-private-networks-Operations-and-Errors.asn | --
-- EN 300 359-1 Ver. 1.3.2
--
CCBS-private-networks-Operations-and-Errors {ccitt identified-organization etsi(0) 359
private-networks-operations-and-errors(2)}
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
EXPORTS CCBS-T-Request, CCBS-T-Call, CCBS-T-Suspend, CCBS-T-Resume,
CCBS-T-RemoteUserFree, CCBS-T-Available, LongTermDenial, ShortTermDenial;
IMPORTS OPERATION, ERROR
FROM Remote-Operations-Information-Objects
{joint-iso-itu-t (2) remote-operations (4) informationObjects(5) version1(0)}
notSubscribed
FROM General-Errors
{ccitt identified-organization etsi(0) 196 general-errors(2)}
Address
FROM Addressing-Data-Elements
{ccitt identified-organization etsi(0) 196 addressing-data-elements(6)}
Q931InformationElement
FROM Embedded-Q931-Types
{ccitt identified-organization etsi(0) 196 embedded-q931-types(7)};
CCBS-T-Request ::= OPERATION
ARGUMENT SEQUENCE {
destinationAddress Address,
q931InfoElement Q931InformationElement,
-- contains HLC, LLC and BC information
retentionSupported [1] IMPLICIT BOOLEAN
DEFAULT FALSE,
presentationAllowedIndicator [2] IMPLICIT BOOLEAN
OPTIONAL,
-- The use of this parameter is specified in
-- EN 300 195-1 for interaction of CCBS with CLIP
originatingAddress Address OPTIONAL}
-- The use of this parameter is specified in
-- EN 300 195-1 for interaction of CCBS with CLIP
RESULT retentionSupported BOOLEAN -- Default False
ERRORS {ShortTermDenial, notSubscribed, LongTermDenial}
CCBS-T-Call ::= OPERATION
CCBS-T-Suspend ::= OPERATION
CCBS-T-Resume ::= OPERATION
CCBS-T-RemoteUserFree ::= OPERATION
CCBS-T-Available ::= OPERATION
ShortTermDenial ::= ERROR
LongTermDenial ::= ERROR
cCBS-T-OID OBJECT IDENTIFIER ::= {ccitt identified-organization etsi(0) 359
private-networks-operations-and-errors(2)}
cCBS-T-Request CCBS-T-Request ::= globalValue {cCBS-T-OID 1}
cCBS-T-Call CCBS-T-Call ::= globalValue {cCBS-T-OID 2}
cCBS-T-Suspend CCBS-T-Suspend ::= globalValue {cCBS-T-OID 3}
cCBS-T-Resume CCBS-T-Resume ::= globalValue {cCBS-T-OID 4}
cCBS-T-RemoteUserFree CCBS-T-RemoteUserFree ::= globalValue {cCBS-T-OID 5}
cCBS-T-Available CCBS-T-Available ::= globalValue {cCBS-T-OID 6}
longTermDenial LongTermDenial ::= globalValue {cCBS-T-OID 20}
shortTermDenial ShortTermDenial ::= globalValue {cCBS-T-OID 21}
END -- of CCBS-private-networks-operations-and-errors |
ASN.1 | wireshark/epan/dissectors/asn1/isdn-sup/Closed-User-Group-Service-Operations.asn | --
-- EN 300 138-1 Ver. 1.3.4
--
Closed-User-Group-Service-Operations {ccitt identified-organization etsi (0) 138 operations-and-errors (1)}
DEFINITIONS ::=
BEGIN
EXPORTS CUGCall,
InvalidOrUnregisteredCUGIndex,
RequestedBasicServiceViolatesCUGConstraints,
OutgoingCallsBarredWithinCUG,
IncomingCallsBarredWithinCUG,
UserNotMemeberOfCUG,
InconsistencyInDesignatedFacilityAndSubscriberClass;
IMPORTS OPERATION, ERROR FROM Remote-Operations-Information-Objects
{joint-iso-itu-t (2) remote-operations (4) informationObjects(5) version1(0)}
notSubscribed,
basicServiceNotProvided
FROM General-Errors
{ccitt identified-organization etsi(0) 196 general-errors};
cUGcall OPERATION ::= {
-- in Facility information element. Invoked from calling user to originating
-- network side. Also from destination network side to called user
ARGUMENT CUGcallArg
-- in SETUP message
RETURN RESULT FALSE
ERRORS {
invalidOrUnregisteredCUGIndex |
requestedBasicServiceViolatesCUGConstraints |
outgoingCallsBarredWithinCUG |
incomingCallsBarredWithinCUG |
userNotMemberOfCUG |
basicServiceNotProvided |
inconsistencyInDesignatedFacilityAndSubscriberClass |
notSubscribed
}
-- in clearing message to calling user. Also to destination network side.
CODE local: 2}
CUGcallArg ::= SEQUENCE{
oARequested OARequested DEFAULT FALSE,
cUGIndex CUGIndex OPTIONAL
}
OARequested ::= [1] IMPLICIT BOOLEAN
CUGIndex ::= [2] IMPLICIT INTEGER (0..32767)
InvalidOrUnregisteredCUGIndex ::= ERROR
invalidOrUnregisteredCUGIndex ERROR ::= { CODE local: 16}
RequestedBasicServiceViolatesCUGConstraints ::= ERROR
requestedBasicServiceViolatesCUGConstraints ERROR ::= { CODE local: 17}
OutgoingCallsBarredWithinCUG ::= ERROR
outgoingCallsBarredWithinCUG ERROR ::= { CODE local: 18}
IncomingCallsBarredWithinCUG ::= ERROR
incomingCallsBarredWithinCUG ERROR ::= { CODE local: 19}
UserNotMemberOfCUG ::= ERROR
userNotMemberOfCUG ERROR ::= { CODE local: 20}
InconsistencyInDesignatedFacilityAndSubscriberClass ::= ERROR
inconsistencyInDesignatedFacilityAndSubscriberClass ERROR ::= { CODE local: 21}
-- cUGCall CUGCall ::= localValue 2
--invalidOrUnregisteredCUGIndex InvalidOrUnregisteredCUGIndex ::= localValue 16
--requestedBasicServiceViolatesCUGConstraints RequestedBasicServiceViolatesCUGConstraints ::= localValue 17
--outgoingCallsBarredWithinCUG OutgoingCallsBarredWithinCUG ::= localValue 18
--incomingCallsBarredWithinCUG IncomingCallsBarredWithinCUG ::= localValue 19
--userNotMemberOfCUG UserNotMemberOfCUG ::= localValue 20
--inconsistencyInDesignatedFacilityAndSubscriberClass InconsistencyInDesignatedFacilityAndSubscriberClass ::= localValue 21
END -- Closed-User-Group-Service-Operations |
Text | wireshark/epan/dissectors/asn1/isdn-sup/CMakeLists.txt | # CMakeLists.txt
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <[email protected]>
# Copyright 1998 Gerald Combs
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
set( PROTOCOL_NAME isdn-sup )
set( PROTO_OPT )
set( EXPORT_FILES
${PROTOCOL_NAME}-exp.cnf
)
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
Addressing-Data-Elements.asn
Basic-Service-Elements.asn
Embedded-Q931-Types.asn
General-Errors.asn
Advice-of-Charge-Operations.asn
Closed-User-Group-Service-Operations.asn
Conference-Add-On-Operations.asn
Diversion-Operations.asn
MCID-Operations.asn
User-To-User-Signalling-Operations.asn
Freephone-Operations.asn
MLPP-Operations-And-Errors.asn
)
set( EXTRA_DIST
${ASN_FILE_LIST}
packet-${PROTOCOL_NAME}-template.c
${PROTOCOL_NAME}.cnf
)
set( SRC_FILES
${EXTRA_DIST}
${EXT_ASN_FILE_LIST}
)
set( A2W_FLAGS -b )
ASN2WRS() |
ASN.1 | wireshark/epan/dissectors/asn1/isdn-sup/Conference-Add-On-Operations.asn | --
-- EN 300 185-1 Ver. 1.2.4
--
Conference-Add-On-Operations {ccitt identified-organization etsi (0) 185 operations-and-types (1)}
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
EXPORTS BeginCONF, AddCONF, SplitCONF, DropCONF,
IsolateCONF, ReattachCONF, PartyDISC,
IllConferenceId, IllPartyId,
NumberOfPartiesExceeded,
NotActive, NotAllowed, PartyId, ConferenceId, ConfSize;
IMPORTS OPERATION,
ERROR
FROM Remote-Operations-Information-Objects
{joint-iso-itu-t (2) remote-operations (4) informationObjects(5) version1(0)}
notSubscribed, notAvailable,
supplementaryServiceInteractionNotAllowed,
resourceUnavailable, invalidCallState
FROM General-Errors
{ccitt identified-organization etsi(0) 196 general-errors (2)};
beginCONF OPERATION ::= {
ARGUMENT BeginCONFArg -- optional
RESULT BeginCONFRes
ERRORS {notSubscribed | notAvailable |
resourceUnavailable |
invalidCallState |
numberOfPartiesExceeded}
CODE local: 40}
BeginCONFArg ::= ConfSize
BeginCONFRes ::= SEQUENCE {
conferenceId ConferenceId,
partyId PartyId OPTIONAL }
addCONF OPERATION ::= {
ARGUMENT AddCONFArg
RESULT AddCONFRes
ERRORS {IllConferenceId |
NumberOfPartiesExceeded |
NotAllowed |
supplementaryServiceInteractionNotAllowed |
invalidCallState}
CODE local: 41}
AddCONFArg ::= ConferenceId
AddCONFRes ::= PartyId
splitCONF OPERATION ::= {
ARGUMENT SplitCONFArg
RETURN RESULT FALSE
ERRORS {IllConferenceId | IllPartyId}
CODE local: 42}
SplitCONFArg ::= SEQUENCE { conferenceId ConferenceId,
partyId PartyId}
dropCONF OPERATION ::= {
ARGUMENT DropCONFArg
RETURN RESULT FALSE
ERRORS {IllPartyId, NotActive}
CODE local: 43}
DropCONFArg ::= PartyId
isolateCONF OPERATION ::= {
ARGUMENT IsolateCONFArg
RETURN RESULT FALSE
ERRORS {IllPartyId, NotActive}
CODE local: 44}
IsolateCONFArg ::= PartyId
reattachCONF OPERATION ::= {
ARGUMENT ReattachCONFArg
RETURN RESULT FALSE
ERRORS {IllPartyId, NotActive}
CODE local: 45}
ReattachCONFArg ::= PartyId
partyDISC OPERATION ::= {
ARGUMENT PartyDISCArg
RETURN RESULT FALSE
CODE local: 46}
PartyDISCArg ::= PartyId
--IllConferenceId ::= ERROR
illConferenceId ERROR ::= { CODE local: 28}
--IllPartyId ::= ERROR
illPartyId ERROR ::= { CODE local: 29}
--NumberOfPartiesExceeded ::= ERROR
numberOfPartiesExceeded ERROR ::= { CODE local: 30}
--NotActive ::= ERROR
notActive ERROR ::= { CODE local: 31}
--NotAllowed ::= ERROR
notAllowed ERROR ::= { CODE local: 32}
PartyId ::= INTEGER (0..127)
ConferenceId ::= INTEGER (0..127)
ConfSize ::= INTEGER (0..127)
--beginCONF BeginCONF ::= 40
--addCONF AddCONF ::= 41
--splitCONF SplitCONF ::= 42
--dropCONF DropCONF ::= 43
--isolateCONF IsolateCONF ::= 44
--reattachCONF ReattachCONF ::= 45
--partyDISC PartyDISC ::= 46
--illConferenceId IllConferenceId ::= 28
--illPartyId IllPartyId ::= 29
--numberOfPartiesExceeded NumberOfPartiesExceeded ::= 30
--notActive NotActive ::= 31
--notAllowed NotAllowed ::= 32
END -- of Conference-Add-On-Operations |
ASN.1 | wireshark/epan/dissectors/asn1/isdn-sup/Diversion-Operations.asn | --
-- ETSI EN 300 207-1 V3.1.1 (2001-06)
--
Diversion-Operations {etsi(0) xx(207) operations-and-errors(1)}
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
EXPORTS ActivationDiversion,
DeactivationDiversion,
ActivationStatusNotificationDiv,
DeactivationStatusNotificationDiv,
InterrogationDiversion,
InterrogateServedUserNumbers,
DiversionInformation,
CallDeflection,
CallRerouteing,
DivertingLegInformation1,
DivertingLegInformation2,
DivertingLegInformation3,
InvalidDivertedToNr,
SpecialServiceNr,
DiversionToServedUserNr,
IncomingCallAccepted,
NumberOfDiversionsExceeded,
NotActivated,
RequestAlreadyAccepted,
invalidDivertedToNr,
specialServiceNr,
diversionToServedUserNr,
incomingCallAccepted,
numberOfDiversionsExceeded,
notActivated,
requestAlreadyAccepted,
ServedUserNr;
IMPORTS OPERATION, ERROR FROM Remote-Operations-Information-Objects
{joint-iso-itu-t (2) remote-operations (4) informationObjects(5) version1(0)}
notSubscribed,
notAvailable,
invalidServedUserNr,
basicServiceNotProvided,
supplementaryServiceInteractionNotAllowed,
resourceUnavailable
FROM General-Errors
{itu-t(0) identified-organization(4) etsi(0) 196 general-errors(2)}
PresentedAddressScreened,
PresentedNumberUnscreened,
Address,
PartyNumber,
PartySubaddress,
PresentationAllowedIndicator
FROM Addressing-Data-Elements
{itu-t(0) identified-organization(4) etsi(0) 196 addressing-data-elements(6)}
BasicService
FROM Basic-Service-Elements
{itu-t(0) identified-organization(4) etsi(0) 196 basic-service-elements(8)}
Q931InformationElement
FROM Embedded-Q931-Types
{itu-t(0) identified-organization(4) etsi(0) 196 embedded-q931-types(7)};
activationDiversion OPERATION ::= {
ARGUMENT ActivationDiversionArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
ERRORS {
notSubscribed,
notAvailable,
invalidServedUserNr,
supplementaryServiceInteractionNotAllowed,
basicServiceNotProvided,
resourceUnavailable,
invalidDivertedToNr,
specialServiceNr,
diversionToServedUserNr,
invalidNoReplyTimerValue}
CODE local: 7}
ActivationDiversionArg ::= SEQUENCE {
procedure Procedure,
basicService BasicService,
forwardedToAddress Address,
servedUserNr ServedUserNr,
noReplyTimer NoReplyTimer OPTIONAL
}
-- End of ActivationDiversion operation definition
deactivationDiversion OPERATION ::= {
ARGUMENT DeactivationDiversionArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
ERRORS {
notSubscribed |
notAvailable |
invalidServedUserNr |
NotActivated}
CODE local: 8}
DeactivationDiversionArg ::= SEQUENCE {
procedure Procedure,
basicService BasicService,
servedUserNr ServedUserNr
}
-- End of DeactivationDiversion operation definition
activationStatusNotificationDiv OPERATION ::= {
ARGUMENT ActivationStatusNotificationDivArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 9}
ActivationStatusNotificationDivArg ::= SEQUENCE {
procedure Procedure,
basicService BasicService,
forwardedToAddresss Address,
servedUserNr ServedUserNr}
-- End of ActivationStatusNotificationDiv operation definition
deactivationStatusNotificationDiv OPERATION ::= {
ARGUMENT DeactivationStatusNotificationDivArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 10}
DeactivationStatusNotificationDivArg ::= SEQUENCE {
procedure Procedure,
basicService BasicService,
servedUserNr ServedUserNr}
-- End of DeactivationStatusNotificationDiv operation definition
interrogationDiversion OPERATION ::= {
ARGUMENT InterrogationDiversionArg
RESULT InterrogationDiversionRes
ERRORS {
notSubscribed |
notAvailable |
invalidServedUserNr}
CODE local: 11}
InterrogationDiversionArg ::= SEQUENCE {
procedure Procedure,
basicService BasicService DEFAULT allServices,
servedUserNr ServedUserNr}
InterrogationDiversionRes ::= IntResultList
-- End of InterrogationDiversion operation definition
interrogateServedUserNumbers OPERATION ::= {
RESULT InterrogateServedUserNumbersRes
ERRORS {
notSubscribed |
notAvailable}
CODE local: 17}
InterrogateServedUserNumbersRes ::= ServedUserNumberList
-- End of InterrogateServedUserNumbers operation definition
diversionInformation OPERATION ::= {
ARGUMENT DiversionInformationArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 12}
DiversionInformationArg ::= SEQUENCE {
diversionReason DiversionReason,
basicService BasicService,
servedUserSubaddress PartySubaddress OPTIONAL,
callingAddress [0] PresentedAddressScreened OPTIONAL,
originalCalledNr [1] PresentedNumberUnscreened OPTIONAL,
lastDivertingNr [2] PresentedNumberUnscreened OPTIONAL,
lastDivertingReason [3] DiversionReason OPTIONAL,
userInfo Q931InformationElement OPTIONAL}
-- The User-user information element, as specified in EN 300 286-1 [19] clause 7.3.3 , shall be
--embedded in the userInfo parameter.
-- End of DiversionInformation operation definition
callDeflection OPERATION ::= {
ARGUMENT CallDeflectionArg
RETURN RESULT FALSE
ERRORS {
notSubscribed |
notAvailable |
invalidDivertedToNr |
specialServiceNr |
diversionToServedUserNr |
incomingCallAccepted |
numberOfDiversionsExceeded |
supplementaryServiceInteractionNotAllowed |
requestAlreadyAccepted}
CODE local: 13}
CallDeflectionArg ::= SEQUENCE {
deflectionAddress Address,
presentationAllowedDivertedToUser PresentationAllowedIndicator
OPTIONAL}
-- End of CallDeflection operation definition
callRerouteing OPERATION ::= {
ARGUMENT CallRerouteingArg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
ERRORS {
notSubscribed |
notAvailable |
supplementaryServiceInteractionNotAllowed |
resourceUnavailable |
invalidDivertedToNr |
specialServiceNr |
diversionToServedUserNr |
numberOfDiversionsExceeded}
CODE local: 14}
CallRerouteingArg ::= SEQUENCE {
rerouteingReason DiversionReason,
calledAddress Address,
rerouteingCounter DiversionCounter,
q931InfoElement Q931InformationElement,
lastRerouteingNr [1] PresentedNumberUnscreened,
subscriptionOption [2] SubscriptionOption
DEFAULT noNotification,
callingPartySubaddress [3] PartySubaddress OPTIONAL}
-- The User-user information element (optional), High layer compatibility information element
-- (optional), Bearer capability information element and Low layer compatibility information
-- element (optional) as specified in EN 300 403-1 [11] clause 4.5 shall be embedded in the
-- q931InfoElement.
-- End of CallRerouteing operation definition
divertingLegInformation1 OPERATION ::= {
ARGUMENT DivertingLegInformation1Arg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 18}
DivertingLegInformation1Arg ::= SEQUENCE {
diversionReason DiversionReason,
subscriptionOption SubscriptionOption,
divertedToNumber PresentedNumberUnscreened OPTIONAL}
-- End of DivertingLegInformation1 operation definition
divertingLegInformation2 OPERATION ::= {
ARGUMENT DivertingLegInformation2Arg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 15}
DivertingLegInformation2Arg ::= SEQUENCE {
diversionCounter DiversionCounter,
diversionReason DiversionReason,
divertingNr [1] PresentedNumberUnscreened OPTIONAL,
originalCalledNr [2] PresentedNumberUnscreened OPTIONAL}
-- End of DivertingLegInformation2 operation definition
divertingLegInformation3 OPERATION ::= {
ARGUMENT DivertingLegInformation3Arg
RETURN RESULT FALSE
ALWAYS RESPONDS FALSE
CODE local: 19}
DivertingLegInformation3Arg ::= PresentationAllowedIndicator
-- End of DivertingLegInformation3 operation definition
IntResultList ::= SET SIZE (0..29) OF IntResult
IntResult ::= SEQUENCE {servedUserNr ServedUserNr,
basicService BasicService,
procedure Procedure,
forwardedToAddress Address}
ServedUserNr ::= CHOICE {individualNumber PartyNumber,
allNumbers NULL}
DiversionCounter ::= INTEGER (1..5)
SubscriptionOption ::= ENUMERATED {noNotification (0),
notificationWithoutDivertedToNr (1),
notificationWithDivertedToNr (2)}
Procedure ::= ENUMERATED {cfu (0),
cfb (1),
cfnr (2)}
ServedUserNumberList ::= SET SIZE (0..99) OF PartyNumber
DiversionReason ::= ENUMERATED {unknown (0),
cfu (1),
cfb (2),
cfnr (3),
cdAlerting (4),
cdImmediate (5)}
NoReplyTimer ::= INTEGER (1..180)
InvalidDivertedToNr ::= ERROR
invalidDivertedToNr ERROR ::= { CODE local: 12}
SpecialServiceNr ::= ERROR
specialServiceNr ERROR ::= { CODE local: 14}
DiversionToServedUserNr ::= ERROR
diversionToServedUserNr ERROR ::= { CODE local: 15}
IncomingCallAccepted ::= ERROR
incomingCallAccepted ERROR ::= { CODE local: 23}
NumberOfDiversionsExceeded ::= ERROR
numberOfDiversionsExceeded ERROR ::= { CODE local: 24}
NotActivated ::= ERROR
notActivated ERROR ::= { CODE local: 46}
RequestAlreadyAccepted ::= ERROR
requestAlreadyAccepted ERROR ::= { CODE local: 48}
InvalidNoReplyTimerValue ::= ERROR
--invalidNoReplyTimerValue ERROR ::= { CODE local: xx}
--deactivationDiversion DeactivationDiversion ::= localValue 8
--activationStatusNotificationDiv ActivationStatusNotificationDiv ::= localValue 9
--deactivationStatusNotificationDiv DeactivationStatusNotificationDiv ::= localValue 10
--interrogationDiversion InterrogationDiversion ::= localValue 11
--interrogateServedUserNumbers InterrogateServedUserNumbers ::= localValue 17
--diversionInformation DiversionInformation ::= localValue 12
--callDeflection CallDeflection ::= localValue 13
--callRerouteing CallRerouteing ::= localValue 14
--divertingLegInformation1 DivertingLegInformation1 ::= localValue 18
--divertingLegInformation3 DivertingLegInformation3 ::= localValue 19
--divertingLegInformation2 DivertingLegInformation2 ::= localValue 15
--invalidDivertedToNr InvalidDivertedToNr ::= localValue 12
--specialServiceNr SpecialServiceNr ::= localValue 14
--diversionToServedUserNr DiversionToServedUserNr ::= localValue 15
--incomingCallAccepted IncomingCallAccepted ::= localValue 23
--numberOfDiversionsExceeded NumberOfDiversionsExceeded ::= localValue 24
--notActivated NotActivated ::= localValue 46
--requestAlreadyAccepted RequestAlreadyAccepted ::= localValue 48
END -- of Diversion-Operations |
ASN.1 | wireshark/epan/dissectors/asn1/isdn-sup/Embedded-Q931-Types.asn | Embedded-Q931-Types {itu-t identified-organization etsi(0) 196 embedded-q931-types(7)}
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
EXPORTS Q931InformationElement;
Q931InformationElement ::= [APPLICATION 0] IMPLICIT OCTET STRING
END -- of Embedded-Q931-Types |
ASN.1 | wireshark/epan/dissectors/asn1/isdn-sup/Explicit-Call-Transfer-Operations-and-Errors.asn | --
-- EN 300 369-1 V1.2.4 (1998-10)
--
Explicit-Call-Transfer-Operations-and-Errors {ccitt identified-organization etsi(0) 369
version(2) operations-and-errors(1)}
DEFINITIONS ::=
BEGIN
EXPORTS
ectLinkIdRequest,
ectExecute,
requestSubaddress,
subaddressTransfer,
explicitEctExecute,
linkIdNotAssignedByNetwork,
ectLoopTest,
ectInform;
IMPORTS
OPERATION,
ERROR
FROM Remote-Operations-Information-Objects
{joint-iso-itu-t remote-operations (4) notation (0)}
notAvailable,
notSubscribed,
resourceUnavailable,
supplementaryServiceInteractionNotAllowed,
invalidCallState
FROM General-Errors
{itu-t(0) identified-organization(4) etsi (0) 196 general-errors (2)}
PartySubaddress,
PresentedNumberUnscreened
FROM Addressing-Data-Elements
{itu-t(0) identified-organization(4) etsi (0) 196 addressing-data-elements (6)};
ectExecute OPERATION::=
{
ERRORS {
notAvailable |
notSubscribed |
invalidCallState |
supplementaryServiceInteractionNotAllowed }
CODE local:6
}
ectInform OPERATION::=
{
ARGUMENT SEQUENCE {
en ENUMERATED {
alerting (0),
active (1) },
redirectionNumber PresentedNumberUnscreened OPTIONAL }
CODE global:{eCTOID ectInform-operation (5)}
}
ectLinkIdRequest OPERATION::=
{
RESULT EctLinkIdRequestRes
ERRORS {
resourceUnavailable }
CODE global:{eCTOID ectLinkIdRequest-operation (4)}
}
EctLinkIdRequestRes ::= LinkId
ectLoopTest OPERATION::=
{
ARGUMENT
CallTransferIdentity
RESULT
LoopResult
ERRORS {
notAvailable }
CODE global:{eCTOID ectLoopTest-operation (6)}
}
explicitEctExecute OPERATION::=
{
ARGUMENT
LinkId
ERRORS {
notAvailable |
notSubscribed |
invalidCallState |
supplementaryServiceInteractionNotAllowed |
linkIdNotAssignedByNetwork }
CODE global:{eCTOID explicitEctExecute-operation (1)}
}
requestSubaddress OPERATION::=
{
CODE global:{eCTOID requestSubAddress-operation (2)}
}
subaddressTransfer OPERATION::=
{
ARGUMENT PartySubaddress
CODE global:{eCTOID subaddressTransfer-operation (3)}
}
CallTransferIdentity ::= INTEGER (-128..127)
LinkId ::= INTEGER (-32768..32767)
LoopResult ::=
ENUMERATED {
insufficientInformation (0),
noLoopExists (1),
simultaneousTransfer (2) }
eCTOID OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi (0) 369
operation-and-errors (1)}
linkIdNotAssignedByNetwork ERROR ::= {CODE global:{eCTOID linkIdNotAssignedByNetwork-error (21)}}
-- ectExecute EctExecute ::= localValue 6
explicitEctExecute ExplicitEctExecute ::= globalValue {eCTOID explicitEctExecute-operation(1)}
requestSubaddress RequestSubaddress ::= globalValue {eCTOID requestSubaddress-operation (2)}
subaddressTransfer SubaddressTransfer ::= globalValue {eCTOID subaddressTransfer-operation(3)}
ectLinkIdRequest EctLinkIdRequest ::= globalValue {eCTOID ectLinkIdRequest-operation (4)}
ectInform EctInform ::= globalValue {eCTOID ectInform-operation (5)}
ectLoopTest EctLoopTest ::= globalValue {eCTOID ectLoopTest-operation (6)}
linkIdNotAssignedByNetwork LinkIdNotAssignedByNetwork ::= globalValue {eCTOID linkIdNotAssignedByNetwork-error(21)}
END --Explicit-Call-Transfer-Operations-And-Errors |
ASN.1 | wireshark/epan/dissectors/asn1/isdn-sup/Freephone-Operations.asn | --
-- EN 300 210-1 Ver. 1.2.4
--
Freephone-Operations {ccitt identified-organization etsi(0) 210 operations-and-errors(1)}
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
EXPORTS CallFPH, Monitor-T-FPH, Free-T-FPH, Call-T-FPH;
IMPORTS OPERATION, ERROR
FROM Remote-Operations-Information-Objects
{joint-iso-itu-t remote-operations (4) notation (0)}
notAvailable, notImplemented
FROM General-Errors
{itu-t(0) identified-organization(4) etsi(0) 196 general-errors(2)}
PartyNumber
FROM Addressing-Data-Elements
{itu-t(0) identified-organization(4) etsi(0) 196 addressing-data-elements(6)}
Q931InformationElement
FROM Embedded-Q931-Types
{itu-t(0) identified-organization(4) etsi(0) 196 embedded-q931-types(7)};
--CallFPH ::= OPERATION
-- ARGUMENT calledFreephoneNr CalledFreephoneNr - - optional
callFPH OPERATION ::=
{
ARGUMENT CalledFreephoneNrArg -- optional
CODE global:{fPHOID callFPH-operation (1)}
}
CalledFreephoneNrArg ::= CalledFreephoneNr
--Monitor-T-FPH ::= OPERATION
-- ARGUMENT SEQUENCE {
-- q931InfoElement Q931InformationElement,
-- servedUserDestination PartyNumber,
-- queueIdentity QueueIdentity OPTIONAL}
-- RESULT
-- ERRORS { notAvailable,
-- notImplemented}
-- the Bearer capability, High layer compatibility (optional) and Low layer compatibility
-- (optional) information elements shall be embedded in q931InfoElement.
monitor-T-FPH OPERATION ::=
{
ARGUMENT Monitor-T-FPHArg
ERRORS { notAvailable|
notImplemented}
CODE global:{fPHOID monitor-T-FPH-operation(2)}
}
Monitor-T-FPHArg ::= SEQUENCE {
q931InfoElement Q931InformationElement,
servedUserDestination PartyNumber,
queueIdentity QueueIdentity OPTIONAL}
--Free-T-FPH ::= OPERATION
-- ARGUMENT SEQUENCE {
-- servedUserDestination PartyNumber,
-- fPHReference FPHReference}
--
free-T-FPH OPERATION ::=
{
ARGUMENT Free-T-FPHArg
CODE global:{fPHOID free-T-FPH-operation(3)}
}
Free-T-FPHArg ::= SEQUENCE {
servedUserDestination PartyNumber,
fPHReference FPHReference}
--Call-T-FPH ::= OPERATION
-- ARGUMENT SEQUENCE {
-- fPHReference FPHReference,
-- calledFreephoneNr CalledFreephoneNr OPTIONAL}
call-T-FPH OPERATION ::=
{
ARGUMENT Call-T-FPHArg
CODE global:{fPHOID call-T-FPH-operation(4)}
}
Call-T-FPHArg ::= SEQUENCE {
fPHReference FPHReference,
calledFreephoneNr CalledFreephoneNr OPTIONAL}
FPHReference ::= INTEGER (0..127)
CalledFreephoneNr ::= PartyNumber
QueueIdentity ::= INTEGER (0..127)
fPHOID OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) 210
freephone-operations(1)}
--callFPH CallFPH ::= globalValue {fPHOID callFPH-operation(1)}
--monitor-T-FPH Monitor-T-FPH ::= globalValue {fPHOID monitor-T-FPH-operation(2)}
--free-T-FPH Free-T-FPH ::= globalValue {fPHOID free-T-FPH-operation(3)}
--call-T-FPH Call-T-FPH ::= globalValue {fPHOID call-T-FPH-operation(4)}
END -- Freephone-Operations |
ASN.1 | wireshark/epan/dissectors/asn1/isdn-sup/General-Errors.asn | --
-- EN 300 196-1 Ver. 1.3.2
--
General-Errors {itu-t identified-organization etsi(0) 196 general-errors(2)}
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
EXPORTS notSubscribed, notAvailable, notImplemented, invalidServedUserNr,
invalidCallState, basicServiceNotProvided, notIncomingCall,
supplementaryServiceInteractionNotAllowed, resourceUnavailable;
IMPORTS ERROR
FROM Remote-Operations-Information-Objects
{joint-iso-itu-t (2) remote-operations (4) informationObjects(5) version1(0)};
notSubscribed ERROR ::= { CODE local: 0}
-- The requested service or function has not been subscribed for the basic service, and
-- optionally the served user's ISDN number, included in the activation invoke component.
-- Alternatively the basic service may not have been subscribed.
notAvailable ERROR ::= { CODE local: 3}
-- The requested supplementary service or function is not available for the basic service,
-- and optionally the served user's ISDN number (e.g. temporary fault).
notImplemented ERROR ::= { CODE local: 4}
-- The supplementary service or function requested is not implemented for the basic
-- service, and optionally the served user's ISDN number (e.g. service not provided).
invalidServedUserNr ERROR ::= { CODE local: 6}
-- The served user's number provided is not a valid number.
invalidCallState ERROR ::= { CODE local: 7}
-- The supplementary service or function cannot be requested in the current basic call state
-- or auxiliary state.
basicServiceNotProvided ERROR ::= { CODE local: 8}
-- The served user has not subscribed to the basic service (bearer and/or teleservice) for
-- which the supplementary service or function was requested.
notIncomingCall ERROR ::= { CODE local: 9}
-- The supplementary service or function was not requested for an incoming call.
supplementaryServiceInteractionNotAllowed ERROR ::= { CODE local: 10}
-- The performance of the requested supplementary service or function is prohibited
-- by another supplementary service or function.
resourceUnavailable ERROR ::= { CODE local: 11}
-- The resources required to perform adequately the requested supplementary service or
-- function are not available.
END -- of General-Errors |
Configuration | wireshark/epan/dissectors/asn1/isdn-sup/isdn-sup.cnf | # isdn-sup.cnf
# isdn_sup conformation file
# 2013 Anders Broman
#.OPT
BER
GROUP_BY_PROT
-o isdn-sup
#.END
#.EXPORTS EXTERN VALS_WITH_TABLE
#.MODULE
Diversion-Operations isdn-sup
MCID-Operations isdn-sup
Closed-User-Group-Service-Operations isdn-sup
Advice-of-Charge-Operations isdn-sup
MLPP-operations isdn-sup
#.PDU
OPERATION.&ArgumentType
OPERATION.&ResultType
#.END
#.NO_EMIT
PresentedAddressUnscreened
PresentedNumberScreened
NumberScreened
#.END
#.TYPE_RENAME
AOCDChargingUnitInfo/specificChargingUnits AOCDSpecificChargingUnits
AOCDCurrencyInfo/specificCurrency AOCDSpecificCurrency
AOCEChargingUnitInfo/cc AOCEChargingUnitCc
AOCEChargingUnitInfo/cc/specificChargingUnits AOCECcSpecificChargingUnits
AOCECurrencyInfo/cc AOCECurrencyCc
AOCECurrencyInfo/cc/specificCurrency AOCECcSpecificCurrency
AOCSCurrencyInfo/chargingtype/specificCurrency AOCSChargingTypeSpecificCurrency
RecordedUnits/cc RecoredUnitsCc
#.END
#.FIELD_RENAME
AOCDChargingUnitInfo/specificChargingUnits aocdspecificchargingunits
AOCDCurrencyInfo/specificCurrency aocdspecificCurrency
AOCEChargingUnitInfo/cc aocechargingunitcc
AOCEChargingUnitInfo/cc/specificChargingUnits aoceccspecificchargingunits
AOCECurrencyInfo/cc aocecurrencycc
AOCECurrencyInfo/cc/specificCurrency aoceccspecificCurrency
AOCSCurrencyInfo/chargingtype/specificCurrency aocschargingtypespecificCurrency
PresentedAddressScreened/presentationAllowedAddress presentationallowedaddressscreened
PresentedAddressScreened/presentationRestrictedAddress presentationrestrictedaddressscreened
PresentedNumberScreened/presentationAllowedNumber presentationallowednumberscreened
PresentedNumberScreened/presentationRestrictedNumber presentationrestrictednumberscreened
RecordedUnits/cc recoredunitscc
#.END
#.TABLE10_BODY OPERATION.#&operationCode.local
{ %(&operationCode)3s, "%(_name)s" },
#.END
#.TABLE11_BODY OPERATION.&operationCode.local
/* %(_name)-24s */ { %(&operationCode)3s, %(_argument_pdu)s, %(_result_pdu)s },
#.END
#.TABLE31_BODY OPERATION.&operationCode.global
/* %(_name)-24s */ { %(&operationCode)3s, %(_argument_pdu)s, %(_result_pdu)s },
#.END
#.TABLE20_BODY ERROR
{ %(&errorCode)4s, "%(_name)s" },
#.END
#.TABLE21_BODY ERROR
/* %(_name)-24s */ { %(&errorCode)4s, %(_parameter_pdu)s },
#.END
#.TYPE_ATTR
#.END |
ASN.1 | wireshark/epan/dissectors/asn1/isdn-sup/MCID-Operations.asn | --
-- EN 300 130-1 Ver. 1.2.4
--
MCID-Operations {ccitt identified-organization etsi (0) 130 operations-and-errors (1)}
DEFINITIONS ::=
BEGIN
EXPORTS MCIDRequest;
IMPORTS
--OPERATION
--FROM Remote-Operation-Notation
-- {joint-iso-ccitt remote-operations(4) notation (0)}
notAvailable,
notSubscribed,
invalidCallState,
notIncomingCall,
supplementaryServiceInteractionNotAllowed
FROM General-Errors
{ccitt identified-organization etsi (0) 196 general errors};
mCIDRequest OPERATION ::= {
RETURN RESULT FALSE
ERRORS {
notAvailable |
invalidCallState |
notIncomingCall |
supplementaryServiceInteractionNotAllowed}
CODE local: 3}
-- mCIDRequest MCIDRequest ::= 3
END -- of MCID-Operations |
ASN.1 | wireshark/epan/dissectors/asn1/isdn-sup/MLPP-Operations-And-Errors.asn | -- MLPP-Operations-And-Errors.asn
--
-- Taken from ITU Recommendation Q.955.3 (03/93)
--
-- Begin MLPP-operations definitions
MLPP-operations {ccitt recommendation q 955 mlpp (3) operations-and-errors(1)}
DEFINITIONS ::=
BEGIN
EXPORTS mLPPLFBQuery, mLPPCallRequest, mLPPCallPreemption,
unauthorizedPrecedenceLevel;
IMPORTS OPERATIONS, ERROR
FROM Remote-Operations-Information-Objects
{joint-iso-itu-t (2) remote-operations (4) informationObjects(5) version1(0)}
userNotSubscribed, rejectedByNetwork
FROM General-Error-List
{ccitt recommendation q 950 general-error-list (1)}
Q931InformationElement
FROM Embedded-Q931-Types
{ccitt identified-organization etsi(0) 196 embedded-q931-types(7)};
-- Begin mLPPLFBquery operation
mLPPLFBQuery OPERATION ::= {
ARGUMENT MLPPLFBArg
RESULT MLPPLFBResp
ERRORS {userNotSubscribed | rejectedByNetwork}
CODE local: 24
}
MLPPLFBArg ::= SEQUENCE {mlppParams MLPPParams, ieArg IEArg}
MLPPParams ::= SEQUENCE {
precLevel PrecLevel, lfbIndictn LFBIndictn, mlppSvcDomn MLPPSvcDomn
}
PrecLevel ::= ENUMERATED {
flashOverride(0), flash(1), immediate(2), priority(3), routine(4)
}
-- Prec level identifies the precedence level of the MLPP call.
LFBIndictn ::= ENUMERATED {
ifbAllowed(0), ifbNotAllowed(1), pathReserved(2)
}
-- LFBIndictri is coded for values. as indicated.
MLPPSvcDomn ::= OCTET STRING(5)
-- Initial two octets provide the International ID. while the
-- following three octets provide the MLPP Domain
-- identification.
IEArg ::= Q931InformationElement
-- Bearer capability. Calling party number. Called party
-- number. and Channel identification information elements in
-- the IE arg shall be as defined in Q.931.
MLPPLFBResp ::= SEQUENCE {statusQuery StatusQuery, location Location}
-- The MLPP DSS1 LFB query response contains two
-- parameters. StatusQuery and Location.
StatusQuery ::= ENUMERATED {
success(1),
-- Many cases as described in the optional MLPP LFB
failure(2),
-- Many cases as described in the MLPP procedure with LFB
-- option.
bearerCapabilityNotAuthorized(3),
-- bearer capability check failure. not authorized
bearerCapabilityNotlmplemented(4),
-- bearer capability check failure. not implemented
bearerCapabilityNotAvailable(5),
-- bearer capability check failure. not available
pathReservationDenied(6)
-- circuit cannot be reserved at the far end
}
Location ::= Q931InformationElement
-- a bit string which conforms to Octect 3 of the Cause
-- information element as defined in 0.931. except that bit 8 is
-- marked as a spare.
-- End of mLPPLFBquery operation.
-- Begin mLPPCallRequest operation
mLPPCallRequest OPERATION ::= {
ARGUMENT MLPPParams
RESULT StatusRequest
ERRORS {userNotSubscribed | rejectedByNetwork | unauthorizedPrecedenceLevel}
CODE local: 25
}
StatusRequest ::= ENUMERATED {
successCalledUserMLPPSubscriber(1),
-- Called user is an MLPP subscriber.
successCalledUserNotMLPPSubscriber(2),
-- Called user is not an MLPP subscriber.
failureCaseA(3),
-- MLPP call from the calling user is a precedence call and
-- cannot be completed.
failureCaseB(4)
-- MLPP call from the calling user or MLPP call between two
-- MLPP subscribers experiences preemption.
}
-- End MLPPCallRequest operation.
-- Begin mLPPCallpreemption operation
mLPPCallPreemption OPERATION ::= {
ARGUMENT PreemptParams
--RESULT
--ERRORS
CODE local: 26
}
PreemptParams ::= ENUMERATED {
circuitReservedForReuse(1),
-- Circuit of the to be preempted call is reserved for reuse
circuitNotReservedForReuse(2)
-- Circuit of the to be preempted call is not reserved for reuse
}
-- End mLPPCallpreemption operation
unauthorizedPrecedenceLevel ERROR ::= {
CODE local: 44
}
-- An indication that the calling user has exceeded the authorized. maximum
-- precedence level.
--mLPPLFBQuery MLPPLFBQuery ::= 24
--mLPPCallRequest MLPPCallRequest ::= 25
--mLPPCALLPreemption MLPPCALLPreemption ::= 26
--unauthorizedPrecedenceLevel UnauthorizedPrecedenceLevel ::= 44
END
-- End MLPP-operations. |
ASN.1 | wireshark/epan/dissectors/asn1/isdn-sup/MWI-Operations-and-Errors.asn | --
-- prETS 300 745-1
--
MWI-Operations-and-Errors {itu-t(0) identified-organization(4) etsi(0) 745 operations-and-errors(1)}
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
EXPORTS MWIActivate,
MWIDeactivate,
MWIIndicate,
InvalidReceivingUserNr,
ReceivingUserNotSubscribed,
ControllingUserNotRegistered,
MaxNumOfControllingUsersReached,
MaxNumOfActiveInstancesReached
;
IMPORTS OPERATION,
ERROR
FROM Remote-Operations-Information-Objects
{joint-iso-itu-t (2) remote-operations (4) informationObjects(5) version1(0)}
notSubscribed,
supplementaryServiceInteractionNotAllowed,
resourceUnavailable,
invalidServedUserNr
FROM General-Errors
{itu-t(0) identified-organization(4) etsi(0) 196 general-errors(2)}
BasicService
From Basic-Service-Elements
{itu-t(0) identified-organization(4) etsi(0) 196 basic-service-elements(8)}
PartyNumber
FROM Addressing-Data-Element
{itu-t(0) identified-organization(4) etsi(0) 196 addressing-data-elements(6)}
;
mWIActivate OPERATION::=
{
ARGUMENT SEQUENCE {
receivingUserNr PartyNumber,
basicService BasicService,
controllingUserNr [1] PartyNumber OPTIONAL,
numberOfMessages [2] MessageCounter OPTIONAL,
controllingUserProvidedNr [3] PartyNumber OPTIONAL,
time [4] GeneralizedTime OPTIONAL,
messageId [5] MessageID OPTIONAL,
mode [6] InvocationMode OPTIONAL }
ERRORS {
notSubscribed |
supplementaryServiceInteractionNotAllowed |
resourceUnavailable |
invalidReceivingUserNr |
invalidServedUserNr |
receivingUserNotSubscribed |
controllingUserNotRegistered |
indicationNotDelivered |
maxNumOfControllingUsersReached |
maxNumOfActiveInstancesReached }
CODE global:{mWIOID 1}
}
-- End of MWIActivate operation definition
mWIDeactivate OPERATION::=
{
ARGUMENT SEQUENCE {
receivingUserNr PartyNumber,
basicService BasicService,
controllingUserNr PartyNumber OPTIONAL,
mode InvocationMode OPTIONAL }
ERRORS {
notSubscribed |
supplementaryServiceInteractionNotAllowed |
resourceUnavailable |
invalidReceivingUserNr |
invalidServedUserNr |
receivingUserNotSubscribed |
controllingUserNotRegistered |
indicationNotDelivered }
CODE global:{mWIOID 2}
}
-- End of MWIDeactivate operation definition
mWIIndicate OPERATION::=
{
ARGUMENT SEQUENCE {
controllingUserNr [1] PartyNumber OPTIONAL,
basicService [2] BasicService OPTIONAL,
numberOfMessages [3] MessageCounter OPTIONAL,
controllingUserProvidedNr [4] PartyNumber OPTIONAL,
time [5] GeneralizedTime OPTIONAL,
messageId [6] MessageID OPTIONAL }
CODE global:{mWIOID 3}
}
-- End of MWIIndicate operation definition
invalidReceivingUserNr ERROR ::= {CODE global:{mWIOID 10}}
receivingUserNotSubscribed ERROR ::= {CODE global:{mWIOID 11}}
controllingUserNotRegistered ERROR ::= {CODE global:{mWIOID 12}}
indicationNotDelivered ERROR ::= {CODE global:{mWIOID 13}}
maxNumOfControllingUsersReached ERROR ::= {CODE global:{mWIOID 14}}
maxNumOfActiveInstancesReached ERROR ::= {CODE global:{mWIOID 15}}
MessageCounter ::= INTEGER (0..65535)
GeneralizedTime ::= [UNIVERSAL 24] IMPLICIT VisibleString
MessageID ::= SEQUENCE {
messageRef MessageRef,
status MessageStatus}
MessageRef ::= INTEGER (0..65535)
MessageStatus ::= ENUMERATED (
addedMessage (0),
removedMessage (1)}
InvocationMode ::= ENUMERATED (
deferred (0),
immediate (1),
combined (2))
mWIOID OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) 745
operations-and-errors(1)}
mWIActivate MWIActivate ::= globalValue {mWIOID 1}
mWIDeactivate MWIDeactivate ::= globalValue {mWIOID 2}
mWIIndicate MWIIndicate ::= globalValue {mWIOID 3}
invalidReceivingUserNr InvalidReceivingUserNr ::= globalValue {mWIOID 10}
receivingUserNotSubscribed ReceivingUserNotSubscribed ::= globalValue {mWIOID 11}
controllingUserNotRegistered ControllingUserNotRegistered ::= globalValue {mWIOID 12}
indicationNotDelivered IndicationNotDelivered ::= globalValue {mWIOID 13}
maxNumOfControllingUsersReached MaxNumOfControllingUsersReached ::= globalValue {mWIOID 14}
maxNumOfActiveInstancesReached MaxNumOfActiveInstancesReached ::= globalValue {mWIOID 15}
END -- MWI-Operations-and-Errors |
ASN.1 | wireshark/epan/dissectors/asn1/isdn-sup/Outgoing-Call-Barring-Operations-and-Errors.asn | --
-- EN 301 001-1 Ver. 1.2.2
--
Outgoing-Call-Barring-Operations-and-Errors {itu-t(0) identified-organization(4) etsi(0) 1001
operations-and-errors(1)}
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
EXPORTS
ActivationOcb,
ActivationStatusNotificationOcb,
DeactivationOcb,
DeactivationStatusNotificationOcb,
InterrogationOcb,
DisableOcb,
OcbInvoked,
InvalidBarringProgram,
NoBarringProgram
;
IMPORTS
OPERATION, ERROR
FROM Remote-Operations-Information-Objects
{joint-iso-itu-t (2) remote-operations (4) informationObjects(5) version1(0)}
PartyNumber
FROM Addressing-Data-Elements
{itu-t(0) identified-organization(4) etsi(0) 196 addressing-data-elements(6)}
BasicService
FROM Basic-Service-Elements
{itu-t(0) identified-organization(4) etsi(0) 196 basic-service-elements(8)}
notSubscribed, notAvailable, basicServiceNotProvided, invalidServedUserNr,
resourceUnavailable, notImplemented, supplementaryServiceInteractionNotAllowed
FROM General-Errors
{itu-t(0) identified-organization(4) etsi(0) 196 general-errors(2)}
NotActivated
FROM Diversion-Operations
{itu-t(0) identified-organization(4) etsi(0) 207 operations-and errors(1)}
Pin, invalidPin, userControlBlocked, changeOfPinRequired
FROM Pin-Set-Operations-and-Errors
{itu-t(0) identified-organization(4) etsi(0) 1002 operations-and-errors(1)}
;
activationOcb OPERATION::=
{
ARGUMENT
ActivationOcbArgument
ERRORS {
notSubscribed |
notAvailable |
basicServiceNotProvided |
invalidServedUserNr |
invalidPin |
invalidBarringProgram |
noBarringProgram |
userControlBlocked |
supplementaryServiceInteractionNotAllowed |
resourceUnavailable |
changeOfPinRequired }
CODE global:{oCBOID 1}
}
deactivationOcb OPERATION::=
{
ARGUMENT
DeactivationOcbArgument
ERRORS {
notSubscribed |
notAvailable |
basicServiceNotProvided |
invalidServedUserNr |
notActivated |
invalidPin |
userControlBlocked |
changeOfPinRequired }
CODE global:{oCBOID 2}
}
interrogationOcb OPERATION::=
{
ARGUMENT
InterrogationOcbArgument
RESULT
IntOcbResultList
ERRORS {
notSubscribed |
notAvailable |
basicServiceNotProvided |
invalidServedUserNr }
CODE global:{oCBOID 5}
}
activationStatusNotificationOcb OPERATION::=
{
ARGUMENT
ActStatusNotificationOcbArg
CODE global:{oCBOID 3}
}
deactivationStatusNotificationOcb OPERATION::=
{
ARGUMENT
DeactStatusNotificationOcbArg
CODE global:{oCBOID 4}
}
disableOcb OPERATION::=
{
ARGUMENT
Pin
ERRORS {
notImplemented |
invalidPin |
userControlBlocked |
changeOfPinRequired }
CODE global:{oCBOID 6}
}
ocbInvoked OPERATION::=
{
CODE global:{oCBOID 7}
}
ActivationOcbArgument ::= SEQUENCE {
basicService BasicService,
pin Pin,
barringProgram BarringProgram OPTIONAL,
servedUserNr ServedUserNr OPTIONAL}
DeactivationOcbArgument ::= SEQUENCE {
basicService BasicService,
pin Pin,
barringProgram BarringProgram OPTIONAL,
servedUserNr ServedUserNr OPTIONAL}
InterrogationOcbArgument ::= SEQUENCE {
basicService BasicService,
servedUserNr ServedUserNr OPTIONAL}
ActStatusNotificationOcbArg ::= SEQUENCE {
basicService BasicService,
barringProgram BarringProgram,
servedUserNr ServedUserNr}
DeactStatusNotificationOcbArg ::= SEQUENCE {
basicService BasicService,
barringProgram BarringProgram OPTIONAL,
servedUserNr ServedUserNr}
ServedUserNr ::= CHOICE {
individualNumber PartyNumber,
allNumbers NULL}
IntOcbResultList ::= SET SIZE(0..30) OF IntOcbResult
IntOcbResult ::= SEQUENCE {
servedUserNr ServedUserNr,
basicService BasicService,
barringProgramList BarringProgramList}
BarringProgram ::= INTEGER (0..255)
BarringProgramList ::= SET SIZE(0...255) OF BarringProgram
invalidBarringProgram ERROR ::={CODE global:{oCBOID 10}}
noBarringProgram ERROR ::={CODE global:{oCBOID 11}}
oCBOID OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) 1001 operations-and-errors(1)}
activationOcb ActivationOcb ::= globalValue {oCBOID 1}
deactivationOcb DeactivationOcb ::= globalValue {oCBOID 2}
activationStatusNotificationOcb ActivationStatusNotificationOcb ::= globalValue {oCBOID 3}
deactivationStatusNotificationOcb DeactivationStatusNotificationOcb ::= globalValue {oCBOID 4}
interrogationOcb InterrogationOcb ::= globalValue {oCBOID 5}
disableOcb DisableOcb ::= globalValue {oCBOID 6}
ocbInvoked OcbInvoked ::= globalValue {oCBOID 7}
invalidBarringProgram InvalidBarringProgram ::= globalValue {oCBOID 10}
noBarringProgram NoBarringProgram ::= globalValue {oCBOID 11}
notActivated NotActivated ::= localValue 46
END -- of Outgoing-Call-Barring-Operations-and-Errors |
C | wireshark/epan/dissectors/asn1/isdn-sup/packet-isdn-sup-template.c | /* packet-isdn-sup-template.c
* Routines for ETSI Integrated Services Digital Network (ISDN)
* supplementary services
* Copyright 2013, Anders Broman <[email protected]>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
* References: ETSI 300 374
*/
#include "config.h"
#include <epan/packet.h>
#include <epan/expert.h>
#include "packet-ber.h"
#define PNAME "ISDN supplementary services"
#define PSNAME "ISDN_SUP"
#define PFNAME "isdn_sup"
void proto_register_isdn_sup(void);
void proto_reg_handoff_isdn_sup(void);
static dissector_handle_t isdn_sup_arg_handle;
static dissector_handle_t isdn_sup_res_handle;
static dissector_handle_t isdn_sup_err_handle;
#include "packet-isdn-sup-val.h"
/* Initialize the protocol and registered fields */
static int proto_isdn_sup = -1;
static int hf_isdn_sup_operation = -1;
static int hf_isdn_sup_error = -1;
/* Global variables */
#if 0
/* ROSE context */
static rose_ctx_t isdn_sup_rose_ctx;
#endif
typedef struct _isdn_sup_op_t {
gint32 opcode;
dissector_t arg_pdu;
dissector_t res_pdu;
} isdn_sup_op_t;
typedef struct _isdn_global_sup_op_t {
const char* oid;
dissector_t arg_pdu;
dissector_t res_pdu;
} isdn_sup_global_op_t;
typedef struct isdn_sup_err_t {
gint32 errcode;
dissector_t err_pdu;
} isdn_sup_err_t;
static const value_string isdn_sup_str_operation[] = {
#include "packet-isdn-sup-table10.c"
{ 0, NULL}
};
static const value_string isdn_sup_str_error[] = {
#include "packet-isdn-sup-table20.c"
{ 0, NULL}
};
static int hf_isdn_sup = -1;
#include "packet-isdn-sup-hf.c"
/* Initialize the subtree pointers */
static gint ett_isdn_sup = -1;
#include "packet-isdn-sup-ett.c"
/* static expert_field ei_isdn_sup_unsupported_arg_type = EI_INIT; */
static expert_field ei_isdn_sup_unsupported_result_type = EI_INIT;
static expert_field ei_isdn_sup_unsupported_error_type = EI_INIT;
/* Preference settings default */
/* Global variables */
#include "packet-isdn-sup-fn.c"
static const isdn_sup_op_t isdn_sup_op_tab[] = {
#include "packet-isdn-sup-table11.c"
};
static const isdn_sup_global_op_t isdn_sup_global_op_tab[] = {
#include "packet-isdn-sup-table31.c"
};
static const isdn_sup_err_t isdn_sup_err_tab[] = {
#include "packet-isdn-sup-table21.c"
};
static const isdn_sup_op_t *get_op(gint32 opcode) {
int i;
/* search from the end to get the last occurrence if the operation is redefined in some newer specification */
for (i = array_length(isdn_sup_op_tab) - 1; i >= 0; i--)
if (isdn_sup_op_tab[i].opcode == opcode)
return &isdn_sup_op_tab[i];
return NULL;
}
static const isdn_sup_err_t *get_err(gint32 errcode) {
int i;
/* search from the end to get the last occurrence if the operation is redefined in some newer specification */
for (i = array_length(isdn_sup_err_tab) - 1; i >= 0; i--)
if (isdn_sup_err_tab[i].errcode == errcode)
return &isdn_sup_err_tab[i];
return NULL;
}
/*--- dissect_isdn_sup_arg ------------------------------------------------------*/
static int
dissect_isdn_sup_arg(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data) {
int offset = 0;
rose_ctx_t *rctx;
gint32 opcode = 0;
const gchar *p;
const isdn_sup_op_t *op_ptr;
proto_item *ti;
proto_tree *isdn_sup_tree;
/* Reject the packet if data is NULL */
if (data == NULL)
return 0;
rctx = get_rose_ctx(data);
DISSECTOR_ASSERT(rctx);
if (rctx->d.pdu != 1) /* invoke */
return offset;
if (rctx->d.code == 0) { /* local */
opcode = rctx->d.code_local;
} else {
return offset;
}
op_ptr = get_op(opcode);
if (!op_ptr)
return offset;
ti = proto_tree_add_item(tree, proto_isdn_sup, tvb, offset, -1, ENC_NA);
isdn_sup_tree = proto_item_add_subtree(ti, ett_isdn_sup);
proto_tree_add_uint(isdn_sup_tree, hf_isdn_sup_operation, tvb, 0, 0, opcode);
p = try_val_to_str(opcode, VALS(isdn_sup_str_operation));
if (p) {
proto_item_append_text(ti, ": %s", p);
proto_item_append_text(rctx->d.code_item, " - %s", p);
if (rctx->apdu_depth >= 0)
proto_item_append_text(proto_item_get_parent_nth(proto_tree_get_parent(tree), rctx->apdu_depth), " %s", p);
}
if (op_ptr->arg_pdu)
offset = op_ptr->arg_pdu(tvb, pinfo, isdn_sup_tree, NULL);
else
if (tvb_reported_length_remaining(tvb, offset) > 0) {
proto_tree_add_expert(tree, pinfo, &ei_isdn_sup_unsupported_error_type, tvb, offset, -1);
offset += tvb_reported_length_remaining(tvb, offset);
}
return offset;
}
/*--- dissect_isdn_sup_res -------------------------------------------------------*/
static int
dissect_isdn_sup_res(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data) {
gint offset = 0;
rose_ctx_t *rctx;
gint32 opcode = 0;
const gchar *p;
const isdn_sup_op_t *op_ptr;
proto_item *ti;
proto_tree *isdn_sup_tree;
/* Reject the packet if data is NULL */
if (data == NULL)
return 0;
rctx = get_rose_ctx(data);
DISSECTOR_ASSERT(rctx);
if (rctx->d.pdu != 2) /* returnResult */
return offset;
if (rctx->d.code != 0) /* local */
return offset;
opcode = rctx->d.code_local;
op_ptr = get_op(opcode);
if (!op_ptr)
return offset;
ti = proto_tree_add_item(tree, proto_isdn_sup, tvb, offset, -1, ENC_NA);
isdn_sup_tree = proto_item_add_subtree(ti, ett_isdn_sup);
proto_tree_add_uint(isdn_sup_tree, hf_isdn_sup_operation, tvb, 0, 0, opcode);
p = try_val_to_str(opcode, VALS(isdn_sup_str_operation));
if (p) {
proto_item_append_text(ti, ": %s", p);
proto_item_append_text(rctx->d.code_item, " - %s", p);
if (rctx->apdu_depth >= 0)
proto_item_append_text(proto_item_get_parent_nth(proto_tree_get_parent(tree), rctx->apdu_depth), " %s", p);
}
if (op_ptr->res_pdu)
offset = op_ptr->res_pdu(tvb, pinfo, isdn_sup_tree, NULL);
else
if (tvb_reported_length_remaining(tvb, offset) > 0) {
proto_tree_add_expert(tree, pinfo, &ei_isdn_sup_unsupported_result_type, tvb, offset, -1);
offset += tvb_reported_length_remaining(tvb, offset);
}
return offset;
}
/*--- dissect_isdn_sup_err ------------------------------------------------------*/
static int
dissect_isdn_sup_err(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data) {
int offset = 0;
rose_ctx_t *rctx;
gint32 errcode;
const isdn_sup_err_t *err_ptr;
const gchar *p;
proto_item *ti;
proto_tree *isdn_sup_tree;
/* Reject the packet if data is NULL */
if (data == NULL)
return 0;
rctx = get_rose_ctx(data);
DISSECTOR_ASSERT(rctx);
if (rctx->d.pdu != 3) /* returnError */
return offset;
if (rctx->d.code != 0) /* local */
return offset;
errcode = rctx->d.code_local;
err_ptr = get_err(errcode);
if (!err_ptr)
return offset;
ti = proto_tree_add_item(tree, proto_isdn_sup, tvb, offset, -1, ENC_NA);
isdn_sup_tree = proto_item_add_subtree(ti, ett_isdn_sup);
proto_tree_add_uint(isdn_sup_tree, hf_isdn_sup_error, tvb, 0, 0, errcode);
p = try_val_to_str(errcode, VALS(isdn_sup_str_error));
if (p) {
proto_item_append_text(ti, ": %s", p);
proto_item_append_text(rctx->d.code_item, " - %s", p);
if (rctx->apdu_depth >= 0)
proto_item_append_text(proto_item_get_parent_nth(proto_tree_get_parent(tree), rctx->apdu_depth), " %s", p);
}
if (err_ptr->err_pdu)
offset = err_ptr->err_pdu(tvb, pinfo, isdn_sup_tree, NULL);
else
if (tvb_reported_length_remaining(tvb, offset) > 0) {
proto_tree_add_expert(tree, pinfo, &ei_isdn_sup_unsupported_error_type, tvb, offset, -1);
offset += tvb_reported_length_remaining(tvb, offset);
}
return offset;
}
/*--- proto_reg_handoff_isdn_sup ---------------------------------------*/
void proto_reg_handoff_isdn_sup(void) {
int i;
#if 0
dissector_handle_t q931_handle;
q931_handle = find_dissector("q931");
#endif
for (i=0; i<(int)array_length(isdn_sup_op_tab); i++) {
dissector_add_uint("q932.ros.etsi.local.arg", isdn_sup_op_tab[i].opcode, isdn_sup_arg_handle);
dissector_add_uint("q932.ros.etsi.local.res", isdn_sup_op_tab[i].opcode, isdn_sup_res_handle);
}
for (i=0; i<(int)array_length(isdn_sup_global_op_tab); i++) {
if(isdn_sup_global_op_tab->arg_pdu)
dissector_add_string("q932.ros.global.arg", isdn_sup_global_op_tab[i].oid, create_dissector_handle(isdn_sup_global_op_tab[i].arg_pdu, proto_isdn_sup));
if(isdn_sup_global_op_tab->res_pdu)
dissector_add_string("q932.ros.global.res", isdn_sup_global_op_tab[i].oid, create_dissector_handle(isdn_sup_global_op_tab[i].res_pdu, proto_isdn_sup));
}
for (i=0; i<(int)array_length(isdn_sup_err_tab); i++) {
dissector_add_uint("q932.ros.etsi.local.err", isdn_sup_err_tab[i].errcode, isdn_sup_err_handle);
}
}
void proto_register_isdn_sup(void) {
/* List of fields */
static hf_register_info hf[] = {
{ &hf_isdn_sup,
{ "isdn_sup", "isdn_sup.1",
FT_INT32, BASE_DEC, NULL, 0,
NULL, HFILL }
},
{ &hf_isdn_sup_operation,
{ "Operation", "isdn_sup.operation",
FT_UINT8, BASE_DEC, VALS(isdn_sup_str_operation), 0x0,
NULL, HFILL }
},
{ &hf_isdn_sup_error,
{ "Error", "isdn_sup.error",
FT_UINT8, BASE_DEC, VALS(isdn_sup_str_error), 0x0,
NULL, HFILL }
},
#include "packet-isdn-sup-hfarr.c"
};
/* List of subtrees */
static gint *ett[] = {
&ett_isdn_sup,
#include "packet-isdn-sup-ettarr.c"
};
static ei_register_info ei[] = {
#if 0
{ &ei_isdn_sup_unsupported_arg_type, { "isdn_sup.unsupported.arg_type", PI_UNDECODED, PI_WARN, "UNSUPPORTED ARGUMENT TYPE (ETSI sup)", EXPFILL }},
#endif
{ &ei_isdn_sup_unsupported_result_type, { "isdn_sup.unsupported.result_type", PI_UNDECODED, PI_WARN, "UNSUPPORTED RESULT TYPE (ETSI sup)", EXPFILL }},
{ &ei_isdn_sup_unsupported_error_type, { "isdn_sup.unsupported.error_type", PI_UNDECODED, PI_WARN, "UNSUPPORTED ERROR TYPE (ETSI sup)", EXPFILL }},
};
expert_module_t* expert_isdn_sup;
/* Register protocol */
proto_isdn_sup = proto_register_protocol(PNAME, PSNAME, PFNAME);
/* Register fields and subtrees */
proto_register_field_array(proto_isdn_sup, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
expert_isdn_sup = expert_register_protocol(proto_isdn_sup);
expert_register_field_array(expert_isdn_sup, ei, array_length(ei));
/* Register dissectors */
isdn_sup_arg_handle = register_dissector(PFNAME "_arg", dissect_isdn_sup_arg, proto_isdn_sup);
isdn_sup_res_handle = register_dissector(PFNAME "_res", dissect_isdn_sup_res, proto_isdn_sup);
isdn_sup_err_handle = register_dissector(PFNAME "_err", dissect_isdn_sup_err, proto_isdn_sup);
} |
ASN.1 | wireshark/epan/dissectors/asn1/isdn-sup/Set-Operations-and-Errors.asn | --
-- EN 301 002-1 Ver. 1.3.1
--
Set-Operations-and-Errors {ITU-T identified-organization etsi(0) 1002 operations-and-errors(1)}
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
EXPORTS
ModifyPin,
Pin,
Tan,
InvalidPin,
InvalidTan,
PinNotProvided,
InvalidNewPin,
ChangeOfPinRequired,
PrimitivePin,
NewPinIsOldPin,
UserControlBlocked;
IMPORTS
OPERATION, ERROR
FROM Remote-Operations-Information-Objects
{joint-iso-itu-t (2) remote-operations (4) informationObjects(5) version1(0)}
PartyNumber
FROM Addressing-Data-Elements
{itu-t(0) identified-organization(4) etsi(0) 196 addressing-data-elements(6)}
invalidServedUserNr
FROM General-Errors
{itu-t(0) identified-organization(4) etsi(0) 196 general-errors(2)};
ModifyPin ::= OPERATION
ARGUMENT ModifyPinArgument
RESULT
ERRORS {InvalidPin,
PinNotProvided,
InvalidNewPin,
invalidServedUserNr,
PrimitivePin,
NewPinIsOldPin,
UserControlBlocked}
PossibleFraudulentPinUse ::= OPERATION
PossibleFraudulentTanUse ::= OPERATION
ModifyPinArgument ::= SEQUENCE {
oldPin Pin,
newPin Pin,
servedUserNr PartyNumber}
Pin ::= IA5String (SIZE(4..12)) (FROM ("0"|"1"|"2"|"3"|"4"|"5"|"6"|"7"|"8"|"9"
|"A"|"B"|"C"|"D"|"E"|"F"|"G"|"H"|"I"|"J"
|"K"|"L"|"M"|"N"|"O"|"P"|"Q"|"R"|"S"|"T"
|"U"|"V"|"W"|"X"|"Y"|"Z"
|"a"|"b"|"c"|"d"|"e"|"f"|"g"|"h"|"i"|"j"
|"k"|"l"|"m"|"n"|"o"|"p"|"q"|"r"|"s"|"t"
|"u"|"v"|"w"|"x"|"y"|"z"))
Tan ::= IA5String (SIZE(6..12)) (FROM ("0"|"1"|"2"|"3"|"4"|"5"|"6"|"7"|"8"|"9"
|"A"|"B"|"C"|"D"|"E"|"F"|"G"|"H"|"I"|"J"
|"K"|"L"|"M"|"N"|"O"|"P"|"Q"|"R"|"S"|"T"
|"U"|"V"|"W"|"X"|"Y"|"Z"
|"a"|"b"|"c"|"d"|"e"|"f"|"g"|"h"|"i"|"j"
|"k"|"l"|"m"|"n"|"o"|"p"|"q"|"r"|"s"|"t"
|"u"|"v"|"w"|"x"|"y"|"z"))
invalidPin ERROR ::= {CODE global:{sETOID 10}}
invalidTan ERROR ::= {CODE global:{sETOID 11}}
pinNotProvided ERROR ::= {CODE global:{sETOID 17}}
invalidNewPin ERROR ::= {CODE global:{sETOID 12}}
userControlBlocked ERROR ::= {CODE global:{sETOID 13}}
changeOfPinRequired ERROR ::= {CODE global:{sETOID 14}}
primitivePin ERROR ::= {CODE global:{sETOID 15}}
newPinIsOldPin ERROR ::= {CODE global:{sETOID 16}}
sETOID OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) 1002 operations-and-errors(1)}
modifyPin ModifyPin ::= globalValue {sETOID 1}
possibleFraudulentPinUse PossibleFraudulentPinUse ::= globalValue {sETOID 2}
possibleFraudulentTanUse PossibleFraudulentTanUse ::= globalValue {sETOID 3}
invalidPin InvalidPin ::= globalValue {sETOID 10}
pinNotProvided PinNotProvided ::= globalValue {sETOID 11}
invalidNewPin InvalidNewPin ::= globalValue {sETOID 12}
userControlBlocked UserControlBlocked ::= globalValue {sETOID 13}
changeOfPinRequired ChangeOfPinRequired ::= globalValue {sETOID 14}
primitivePin PrimitivePin ::= globalValue {sETOID 15}
newPinIsOldPin NewPinIsOldPin ::= globalValue {sETOID 16}
invalidTan InvalidTan ::= globalValue {sETOID 17}
END -- of Set-Function-Operations-and-Errors |
ASN.1 | wireshark/epan/dissectors/asn1/isdn-sup/Three-Party-Operations.asn | --
-- EN 300 188-1 V1.2.4 (1998-06)
--
Three-Party-Operations {ccitt identified-organization etsi (0) 188 operations-and-types (1)}
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
EXPORTS
begin3PTY,
end3PTY;
IMPORTS
OPERATION
FROM Remote-Operations-Information-Objects
{joint-iso-itu-t remote-operations (4) notation (0)}
notSubscribed,
notAvailable,
invalidCallState,
resourceUnavailable,
supplementaryServiceInteractionNotAllowed
FROM General-Errors
{itu-t identified-organization etsi (0) 196 general-errors (2)};
begin3PTY OPERATION ::=
{
ERRORS {
notSubscribed |
notAvailable |
invalidCallState |
resourceUnavailable |
supplementaryServiceInteractionNotAllowed }
-- ETS 300 188, aug 1993 does not provide procedures for the generation
-- of the error 'notAvailable'
CODE local:4
}
end3PTY OPERATION ::=
{
ERRORS {
invalidCallState }
CODE local:5
}
END |
ASN.1 | wireshark/epan/dissectors/asn1/isdn-sup/User-To-User-Signalling-Operations.asn | --
-- EN 300 286-1 Ver. 1.2.4
--
User-To-User-Signalling-Operations {ccitt identified-organization etsi(0) 286
operations-and-errors(1)}
DEFINITIONS ::=
BEGIN
EXPORTS UserUserService, RejectedByUser, RejectedByNetwork, Service, Preferred;
IMPORTS OPERATION, ERROR
FROM Remote-Operations-Information-Objects
{joint-iso-itu-t (2) remote-operations (4) informationObjects(5) version1(0)};
userUserService OPERATION ::=
{
ARGUMENT UserUserServiceArg
ERRORS {
rejectedByTheUser |
rejectedByTheNetwork }
CODE local:1
}
UserUserServiceArg ::= SEQUENCE {
service [1] IMPLICIT Service,
preferred [2] IMPLICIT Preferred }
Service ::= INTEGER {
service1 (1),
service2 (2),
service3 (3)}
(1..3)
Preferred ::= BOOLEAN -- True = preferred request
-- False = required request
rejectedByTheNetwork ERROR ::= {CODE local:1}
rejectedByTheUser ERROR ::= {CODE local:2}
--userUserService UserUserService ::= 1
--rejectedByNetwork RejectedByNetwork ::= 1
--rejectedByUser RejectedByUser ::= 2
END -- of User-To-User-Signalling-Operations |
ASN.1 | wireshark/epan/dissectors/asn1/its/CAM.asn | -- https://www.etsi.org/deliver/etsi_en/302600_302699/30263702/01.04.01_30/en_30263702v010401v.pdf
--
CAM-PDU-Descriptions {
itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) en (302637) cam (2) version (2)
}
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
ItsPduHeader, CauseCode, ReferencePosition, AccelerationControl, Curvature,
CurvatureCalculationMode, Heading, LanePosition, EmergencyPriority, EmbarkationStatus, Speed,
DriveDirection, LongitudinalAcceleration, LateralAcceleration, VerticalAcceleration, StationType,
ExteriorLights, DangerousGoodsBasic, SpecialTransportType, LightBarSirenInUse, VehicleRole,
VehicleLength, VehicleWidth, PathHistory, RoadworksSubCauseCode, ClosedLanes, TrafficRule,
SpeedLimit, SteeringWheelAngle, PerformanceClass, YawRate, ProtectedCommunicationZone, PtActivation,
Latitude, Longitude, ProtectedCommunicationZonesRSU, CenDsrcTollingZone FROM ITS-Container {
itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) version (2)
};
-- The root data frame for cooperative awareness messages
CAM ::= SEQUENCE {
header ItsPduHeader,
cam CoopAwareness
}
CoopAwareness ::= SEQUENCE {
generationDeltaTime GenerationDeltaTime,
camParameters CamParameters
}
CamParameters ::= SEQUENCE {
basicContainer BasicContainer,
highFrequencyContainer HighFrequencyContainer,
lowFrequencyContainer LowFrequencyContainer OPTIONAL,
specialVehicleContainer SpecialVehicleContainer OPTIONAL,
...
}
HighFrequencyContainer ::= CHOICE {
basicVehicleContainerHighFrequency BasicVehicleContainerHighFrequency,
rsuContainerHighFrequency RSUContainerHighFrequency,
...
}
LowFrequencyContainer ::= CHOICE {
basicVehicleContainerLowFrequency BasicVehicleContainerLowFrequency,
...
}
SpecialVehicleContainer ::= CHOICE {
publicTransportContainer PublicTransportContainer,
specialTransportContainer SpecialTransportContainer,
dangerousGoodsContainer DangerousGoodsContainer,
roadWorksContainerBasic RoadWorksContainerBasic,
rescueContainer RescueContainer,
emergencyContainer EmergencyContainer,
safetyCarContainer SafetyCarContainer,
...
}
BasicContainer ::= SEQUENCE {
stationType StationType,
referencePosition ReferencePosition,
...
}
BasicVehicleContainerHighFrequency ::= SEQUENCE {
heading Heading,
speed Speed,
driveDirection DriveDirection,
vehicleLength VehicleLength,
vehicleWidth VehicleWidth,
longitudinalAcceleration LongitudinalAcceleration,
curvature Curvature,
curvatureCalculationMode CurvatureCalculationMode,
yawRate YawRate,
accelerationControl AccelerationControl OPTIONAL,
lanePosition LanePosition OPTIONAL,
steeringWheelAngle SteeringWheelAngle OPTIONAL,
lateralAcceleration LateralAcceleration OPTIONAL,
verticalAcceleration VerticalAcceleration OPTIONAL,
performanceClass PerformanceClass OPTIONAL,
cenDsrcTollingZone CenDsrcTollingZone OPTIONAL
}
BasicVehicleContainerLowFrequency ::= SEQUENCE {
vehicleRole VehicleRole,
exteriorLights ExteriorLights,
pathHistory PathHistory
}
PublicTransportContainer ::= SEQUENCE {
embarkationStatus EmbarkationStatus,
ptActivation PtActivation OPTIONAL
}
SpecialTransportContainer ::= SEQUENCE {
specialTransportType SpecialTransportType,
lightBarSirenInUse LightBarSirenInUse
}
DangerousGoodsContainer ::= SEQUENCE {
dangerousGoodsBasic DangerousGoodsBasic
}
RoadWorksContainerBasic ::= SEQUENCE {
roadworksSubCauseCode RoadworksSubCauseCode OPTIONAL,
lightBarSirenInUse LightBarSirenInUse,
closedLanes ClosedLanes OPTIONAL
}
RescueContainer ::= SEQUENCE {
lightBarSirenInUse LightBarSirenInUse
}
EmergencyContainer ::= SEQUENCE {
lightBarSirenInUse LightBarSirenInUse,
incidentIndication CauseCode OPTIONAL,
emergencyPriority EmergencyPriority OPTIONAL
}
SafetyCarContainer ::= SEQUENCE {
lightBarSirenInUse LightBarSirenInUse,
incidentIndication CauseCode OPTIONAL,
trafficRule TrafficRule OPTIONAL,
speedLimit SpeedLimit OPTIONAL
}
RSUContainerHighFrequency ::= SEQUENCE {
protectedCommunicationZonesRSU ProtectedCommunicationZonesRSU OPTIONAL,
...
}
GenerationDeltaTime ::= INTEGER { oneMilliSec(1) } (0..65535)
END |
ASN.1 | wireshark/epan/dissectors/asn1/its/CAMv1.asn | CAMv1-PDU-Descriptions {
itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) en (302637) cam (2) version (1)
}
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
ItsPduHeader, CauseCode, ReferencePosition, AccelerationControl, Curvature, CurvatureCalculationMode, Heading, LanePosition, EmergencyPriority,
EmbarkationStatus, Speed, DriveDirection, LongitudinalAcceleration, LateralAcceleration, VerticalAcceleration, StationType, ExteriorLights,
DangerousGoodsBasic, SpecialTransportType, LightBarSirenInUse, VehicleRole, VehicleLength, VehicleWidth, PathHistory, RoadworksSubCauseCode,
ClosedLanes, TrafficRule, SpeedLimit, SteeringWheelAngle, PerformanceClass, YawRate, ProtectedCommunicationZone, PtActivation, Latitude,
Longitude, ProtectedCommunicationZonesRSU, CenDsrcTollingZone
FROM ITS-ContainerV1 {
itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) version (1)
};
-- The root data frame for cooperative awareness messages
CAMv1 ::= SEQUENCE {
header ItsPduHeader,
camv1 CoopAwarenessV1
}
CoopAwarenessV1 ::= SEQUENCE {
generationDeltaTime GenerationDeltaTime,
camParameters CamParameters
}
CamParameters ::= SEQUENCE {
basicContainer BasicContainer,
highFrequencyContainer HighFrequencyContainer,
lowFrequencyContainer LowFrequencyContainer OPTIONAL,
specialVehicleContainer SpecialVehicleContainer OPTIONAL,
...
}
HighFrequencyContainer ::= CHOICE {
basicVehicleContainerHighFrequency BasicVehicleContainerHighFrequency,
rsuContainerHighFrequency RSUContainerHighFrequency,
...
}
LowFrequencyContainer ::= CHOICE {
basicVehicleContainerLowFrequency BasicVehicleContainerLowFrequency,
...
}
SpecialVehicleContainer ::= CHOICE {
publicTransportContainer PublicTransportContainer,
specialTransportContainer SpecialTransportContainer,
dangerousGoodsContainer DangerousGoodsContainer,
roadWorksContainerBasic RoadWorksContainerBasic,
rescueContainer RescueContainer,
emergencyContainer EmergencyContainer,
safetyCarContainer SafetyCarContainer,
...
}
BasicContainer ::= SEQUENCE {
stationType StationType,
referencePosition ReferencePosition,
...
}
BasicVehicleContainerHighFrequency ::= SEQUENCE {
heading Heading,
speed Speed,
driveDirection DriveDirection,
vehicleLength VehicleLength,
vehicleWidth VehicleWidth,
longitudinalAcceleration LongitudinalAcceleration,
curvature Curvature,
curvatureCalculationMode CurvatureCalculationMode,
yawRate YawRate,
accelerationControl AccelerationControl OPTIONAL,
lanePosition LanePosition OPTIONAL,
steeringWheelAngle SteeringWheelAngle OPTIONAL,
lateralAcceleration LateralAcceleration OPTIONAL,
verticalAcceleration VerticalAcceleration OPTIONAL,
performanceClass PerformanceClass OPTIONAL,
cenDsrcTollingZone CenDsrcTollingZone OPTIONAL
}
BasicVehicleContainerLowFrequency ::= SEQUENCE {
vehicleRole VehicleRole,
exteriorLights ExteriorLights,
pathHistory PathHistory
}
PublicTransportContainer ::= SEQUENCE {
embarkationStatus EmbarkationStatus,
ptActivation PtActivation OPTIONAL
}
SpecialTransportContainer ::= SEQUENCE {
specialTransportType SpecialTransportType,
lightBarSirenInUse LightBarSirenInUse
}
DangerousGoodsContainer ::= SEQUENCE {
dangerousGoodsBasic DangerousGoodsBasic
}
RoadWorksContainerBasic ::= SEQUENCE {
roadworksSubCauseCode RoadworksSubCauseCode OPTIONAL,
lightBarSirenInUse LightBarSirenInUse,
closedLanes ClosedLanes OPTIONAL
}
RescueContainer ::= SEQUENCE {
lightBarSirenInUse LightBarSirenInUse
}
EmergencyContainer ::= SEQUENCE {
lightBarSirenInUse LightBarSirenInUse,
incidentIndication CauseCode OPTIONAL,
emergencyPriority EmergencyPriority OPTIONAL
}
SafetyCarContainer ::= SEQUENCE {
lightBarSirenInUse LightBarSirenInUse,
incidentIndication CauseCode OPTIONAL,
trafficRule TrafficRule OPTIONAL,
speedLimit SpeedLimit OPTIONAL
}
RSUContainerHighFrequency ::= SEQUENCE {
protectedCommunicationZonesRSU ProtectedCommunicationZonesRSU OPTIONAL,
...
}
GenerationDeltaTime ::= INTEGER { oneMilliSec(1) } (0..65535)
END |
Text | wireshark/epan/dissectors/asn1/its/CMakeLists.txt | # CMakeLists.txt
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <[email protected]>
# Copyright 1998 Gerald Combs
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
set( PROTOCOL_NAME its )
set( PROTO_OPT -o its )
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
ITS-Container.asn
ITS-ContainerV1.asn
ISO_TS_14816.asn
ISO_TS_24534-3.asn
ISO_TS_17419.asn
ISO_TS_14906_Application.asn
ISO_TS_19091.asn
GDD.asn
ISO19321IVIv2.asn
ETSI_TS_103301.asn
CAMv1.asn
CAM.asn
DENMv1.asn
DENM.asn
TIS_TPG_Transactions_Descriptions.asn
EVCSN-PDU-Descriptions.asn
EV-RSR-PDU-Descriptions.asn
CPM-PDU-Descriptions.asn
)
set( EXTRA_DIST
${ASN_FILE_LIST}
packet-${PROTOCOL_NAME}-template.c
${PROTOCOL_NAME}.cnf
)
set( SRC_FILES
${EXTRA_DIST}
${EXT_ASN_FILE_LIST}
)
set( A2W_FLAGS )
ASN2WRS() |
ASN.1 | wireshark/epan/dissectors/asn1/its/CPM-PDU-Descriptions.asn | -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- ETSI TR 103 562 V2.1.1 (2019-12)
--
-- Intelligent Transport Systems (ITS);
-- Vehicular Communications;
-- Basic Set of Applications;
-- Analysis of the Collective Perception Service (CPS);
-- Release 2
--
-- https://www.etsi.org/deliver/etsi_tr/103500_103599/103562/02.01.01_60/tr_103562v020101p.pdf
--
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CPM-PDU-Descriptions {
itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) tr (103562) cpm (1) version (1)
}
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
ItsPduHeader, Heading, ReferencePosition, Speed, DriveDirection, LongitudinalAcceleration,
LateralAcceleration, VerticalAcceleration, StationType, VehicleLength, VehicleWidth, YawRate,
SpeedConfidence
FROM ITS-Container {itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) version (2) }
IntersectionReferenceID, LaneID, NodeOffsetPointXY, Offset-B10, Offset-B11, Offset-B12, Offset-B13,
Offset-B14, Offset-B16, RoadSegmentReferenceID, VehicleHeight
FROM DSRC { iso (1) standard (0) signalizedIntersection (19091) profilec(2) dsrc (2) version2 (2) }
GenerationDeltaTime
FROM CAM-PDU-Descriptions {itu-t(0) identified-organization(4) etsi(0) itsDomain(5) wg1(1) en(302637) cam(2) version(2) }
;
-- The root data frame for collective perception message
CPM ::= SEQUENCE {
header ItsPduHeader,
cpm CollectivePerceptionMessage
}
CollectivePerceptionMessage ::= SEQUENCE {
generationDeltaTime GenerationDeltaTime,
cpmParameters CpmParameters
}
CpmParameters ::= SEQUENCE {
managementContainer CpmManagementContainer,
stationDataContainer StationDataContainer OPTIONAL,
sensorInformationContainer SensorInformationContainer OPTIONAL,
perceivedObjectContainer PerceivedObjectContainer OPTIONAL,
freeSpaceAddendumContainer FreeSpaceAddendumContainer OPTIONAL,
numberOfPerceivedObjects NumberOfPerceivedObjects,
...
}
CpmManagementContainer ::= SEQUENCE {
stationType StationType,
perceivedObjectContainerSegmentInfo PerceivedObjectContainerSegmentInfo OPTIONAL,
referencePosition ReferencePosition,
...
}
StationDataContainer ::= CHOICE {
originatingVehicleContainer OriginatingVehicleContainer,
originatingRSUContainer OriginatingRSUContainer,
...
}
OriginatingVehicleContainer ::= SEQUENCE {
heading Heading,
speed Speed,
vehicleOrientationAngle WGS84Angle OPTIONAL,
driveDirection DriveDirection DEFAULT forward,
longitudinalAcceleration LongitudinalAcceleration OPTIONAL,
lateralAcceleration LateralAcceleration OPTIONAL,
verticalAcceleration VerticalAcceleration OPTIONAL,
yawRate YawRate OPTIONAL,
pitchAngle CartesianAngle OPTIONAL,
rollAngle CartesianAngle OPTIONAL,
vehicleLength VehicleLength OPTIONAL,
vehicleWidth VehicleWidth OPTIONAL,
vehicleHeight VehicleHeight OPTIONAL,
trailerDataContainer TrailerDataContainer OPTIONAL,
...
}
OriginatingRSUContainer ::= CHOICE {
intersectionReferenceId IntersectionReferenceID,
roadSegmentReferenceId RoadSegmentReferenceID,
...
}
SensorInformationContainer ::= SEQUENCE SIZE(1..128, ...) OF SensorInformation
SensorInformation ::= SEQUENCE {
sensorID Identifier,
type SensorType,
detectionArea DetectionArea,
freeSpaceConfidence FreeSpaceConfidence OPTIONAL,
...
}
PerceivedObjectContainer ::= SEQUENCE SIZE(1..128, ...) OF PerceivedObject
PerceivedObject ::= SEQUENCE {
objectID Identifier,
sensorIDList SensorIdList OPTIONAL,
timeOfMeasurement TimeOfMeasurement,
objectAge ObjectAge OPTIONAL,
objectConfidence ObjectConfidence DEFAULT 0,
xDistance ObjectDistanceWithConfidence,
yDistance ObjectDistanceWithConfidence,
zDistance ObjectDistanceWithConfidence OPTIONAL,
xSpeed SpeedExtended,
ySpeed SpeedExtended,
zSpeed SpeedExtended OPTIONAL,
xAcceleration LongitudinalAcceleration OPTIONAL,
yAcceleration LateralAcceleration OPTIONAL,
zAcceleration VerticalAcceleration OPTIONAL,
yawAngle CartesianAngle OPTIONAL,
planarObjectDimension1 ObjectDimension OPTIONAL,
planarObjectDimension2 ObjectDimension OPTIONAL,
verticalObjectDimension ObjectDimension OPTIONAL,
objectRefPoint ObjectRefPoint DEFAULT 0,
dynamicStatus DynamicStatus OPTIONAL,
classification ObjectClassDescription OPTIONAL,
matchedPosition MatchedPosition OPTIONAL,
...
}
DetectionArea ::= CHOICE {
vehicleSensor VehicleSensor,
stationarySensorRadial AreaRadial,
stationarySensorPolygon AreaPolygon,
stationarySensorCircular AreaCircular,
stationarySensorEllipse AreaEllipse,
stationarySensorRectangle AreaRectangle,
...
}
VehicleSensor ::= SEQUENCE {
refPointId RefPointId DEFAULT 0,
xSensorOffset XSensorOffset,
ySensorOffset YSensorOffset,
zSensorOffset ZSensorOffset OPTIONAL,
vehicleSensorPropertyList VehicleSensorPropertyList,
...
}
VehicleSensorPropertyList ::= SEQUENCE SIZE(1..10) OF VehicleSensorProperties
VehicleSensorProperties ::= SEQUENCE {
range Range,
horizontalOpeningAngleStart CartesianAngleValue,
horizontalOpeningAngleEnd CartesianAngleValue,
verticalOpeningAngleStart CartesianAngleValue OPTIONAL,
verticalOpeningAngleEnd CartesianAngleValue OPTIONAL,
...
}
AreaCircular ::= SEQUENCE {
nodeCenterPoint OffsetPoint OPTIONAL,
radius Radius
}
AreaEllipse ::= SEQUENCE {
nodeCenterPoint OffsetPoint OPTIONAL,
semiMinorRangeLength SemiRangeLength,
semiMajorRangeLength SemiRangeLength,
semiMajorRangeOrientation WGS84AngleValue,
semiHeight SemiRangeLength OPTIONAL
}
AreaRectangle ::= SEQUENCE {
nodeCenterPoint OffsetPoint OPTIONAL,
semiMajorRangeLength SemiRangeLength,
semiMinorRangeLength SemiRangeLength,
semiMajorRangeOrientation WGS84AngleValue,
semiHeight SemiRangeLength OPTIONAL
}
AreaPolygon ::= SEQUENCE {
polyPointList PolyPointList
}
PolyPointList ::= SEQUENCE (SIZE(3..16, ...)) OF OffsetPoint
AreaRadial ::= SEQUENCE {
range Range,
stationaryHorizontalOpeningAngleStart WGS84AngleValue,
stationaryHorizontalOpeningAngleEnd WGS84AngleValue,
verticalOpeningAngleStart CartesianAngleValue OPTIONAL,
verticalOpeningAngleEnd CartesianAngleValue OPTIONAL,
sensorPositionOffset OffsetPoint OPTIONAL,
sensorHeight SensorHeight OPTIONAL,
...
}
FreeSpaceAddendumContainer ::= SEQUENCE SIZE(1..128, ...) OF FreeSpaceAddendum
FreeSpaceAddendum ::= SEQUENCE {
freeSpaceConfidence FreeSpaceConfidence,
freeSpaceArea FreeSpaceArea,
sensorIDList SensorIdList OPTIONAL,
shadowingApplies ShadowingApplies DEFAULT TRUE,
...
}
FreeSpaceArea ::= CHOICE {
freeSpacePolygon AreaPolygon,
freeSpaceCircular AreaCircular,
freeSpaceEllipse AreaEllipse,
freeSpaceRectangle AreaRectangle,
...
}
ObjectDistanceWithConfidence ::= SEQUENCE {
value DistanceValue,
confidence DistanceConfidence
}
ObjectDimension ::= SEQUENCE {
value ObjectDimensionValue,
confidence ObjectDimensionConfidence
}
CartesianAngle ::= SEQUENCE {
value CartesianAngleValue,
confidence AngleConfidence
}
WGS84Angle ::= SEQUENCE {
value WGS84AngleValue,
confidence AngleConfidence
}
SpeedExtended ::= SEQUENCE {
value SpeedValueExtended,
confidence SpeedConfidence
}
SensorIdList ::= SEQUENCE SIZE(1..128, ...) OF Identifier
TrailerDataContainer ::= SEQUENCE SIZE(1..2) OF TrailerData
TrailerData ::= SEQUENCE {
refPointId RefPointId,
hitchPointOffset HitchPointOffset,
frontOverhang FrontOverhang,
rearOverhang RearOverhang,
trailerWidth VehicleWidth OPTIONAL,
hitchAngle CartesianAngle OPTIONAL,
...
}
LongitudinalLanePosition ::= SEQUENCE {
longitudinalLanePositionValue LongitudinalLanePositionValue,
longitudinalLanePositionConfidence LongitudinalLanePositionConfidence
}
MatchedPosition ::= SEQUENCE {
laneID LaneID OPTIONAL,
longitudinalLanePosition LongitudinalLanePosition OPTIONAL,
...
}
PerceivedObjectContainerSegmentInfo ::= SEQUENCE {
totalMsgSegments SegmentCount,
thisSegmentNum SegmentCount
}
ObjectClassDescription ::= SEQUENCE (SIZE(1..8)) OF ObjectClass
ObjectClass ::= SEQUENCE {
confidence ClassConfidence,
class CHOICE {
vehicle VehicleSubclass,
person PersonSubclass,
animal AnimalSubclass,
other OtherSubclass
}
}
VehicleSubclass ::= SEQUENCE {
type VehicleSubclassType DEFAULT 0,
confidence ClassConfidence DEFAULT 0
}
PersonSubclass ::= SEQUENCE {
type PersonSubclassType DEFAULT 0,
confidence ClassConfidence DEFAULT 0
}
AnimalSubclass ::= SEQUENCE {
type AnimalSubclassType DEFAULT 0,
confidence ClassConfidence DEFAULT 0
}
OtherSubclass ::= SEQUENCE {
type OtherSublassType DEFAULT 0,
confidence ClassConfidence DEFAULT 0
}
OffsetPoint ::= SEQUENCE {
nodeOffsetPointxy NodeOffsetPointXY (WITH COMPONENTS {..., node-LatLon ABSENT, regional ABSENT}),
nodeOffsetPointZ NodeOffsetPointZ OPTIONAL
}
NodeOffsetPointZ ::= CHOICE {
node-Z1 Offset-B10, -- node is within 5.11m of last node
node-Z2 Offset-B11, -- node is within 10.23m of last node
node-Z3 Offset-B12, -- node is within 20.47m of last node
node-Z4 Offset-B13, -- node is within 40.96m of last node
node-Z5 Offset-B14, -- node is within 81.91m of last node
node-Z6 Offset-B16 -- node is within 327.67m of last node
}
AnimalSubclassType ::= INTEGER {unknown(0)} (0..255)
ClassConfidence ::= INTEGER {
unknown(0),
onePercent(1),
oneHundredPercent(100),
unavailable(101)
} (0..101)
WGS84AngleValue ::= INTEGER {
wgs84North(0),
wgs84East(900),
wgs84South(1800),
wgs84West(2700),
unavailable(3601)
} (0..3601)
CartesianAngleValue ::= INTEGER {
zeroPointOneDegree(1),
oneDegree(10),
unavailable(3601)
} (0..3601)
AngleConfidence ::= INTEGER {
zeroPointOneDegree (1),
oneDegree (10),
outOfRange(126),
unavailable(127)
} (1..127)
SemiRangeLength ::= INTEGER {
zeroPointOneMeter(1),
oneMeter(10)
} (0..10000)
DistanceValue ::= INTEGER {
zeroPointZeroOneMeter(1),
oneMeter(100)
} (-132768..132767)
DistanceConfidence ::= INTEGER {
zeroPointZeroOneMeter(1),
oneMeter(100),
outOfRange(101),
unavailable(102)
} (0..102)
DynamicStatus ::= INTEGER {
dynamic(0),
hasBeenDynamic(1),
static(2)
} (0..2)
HitchPointOffset ::= INTEGER {
zeroPointOneMeter(1),
oneMeter(10)
} (0..100)
FrontOverhang ::= INTEGER {
zeroPointOneMeter(1),
oneMeter(10)
} (0..50)
FreeSpaceConfidence ::= INTEGER {
unknown(0),
onePercent(1),
oneHundredPercent(100),
unavailable(101)
} (0..101)
LongitudinalLanePositionValue ::= INTEGER {
zeroPointOneMeter(1)
} (0..32767)
LongitudinalLanePositionConfidence ::= INTEGER {
zeroPointZeroOneMeter(1),
oneMeter(100),
outOfRange(101),
unavailable(102)
} (0..102)
ObjectAge ::= INTEGER {
oneMiliSec(1)
} (0..1500)
ObjectConfidence ::= INTEGER {
unknown(0),
onePercent(1),
oneHundredPercent(100),
unavailable(101)
} (0..101)
ObjectDimensionValue ::= INTEGER {
zeroPointOneMeter(1),
oneMeter(10)
} (0..1023)
ObjectDimensionConfidence ::= INTEGER {
zeroPointZeroOneMeter(1),
oneMeter(100),
outOfRange(101),
unavailable(102)
} (0..102)
ObjectRefPoint ::= INTEGER {
mid(0),
bottomLeft(1),
midLeft(2),
topLeft(3),
bottomMid(4),
topMid(5),
bottomRight(6),
midRight(7),
topRight(8)
} (0..8)
OtherSublassType ::= INTEGER {
unknown(0),
roadSideUnit(1)
} (0..255)
PersonSubclassType ::= INTEGER {
unknown(0),
pedestrian(1),
personInWheelchair(2),
cyclist(3),
personWithStroller(4),
personOnSkates(5),
personGroup(6)
} (0..255)
Radius ::= INTEGER {
zeroPointOneMeter(1),
oneMeter(10)
} (0..10000)
Range ::= INTEGER {
zeroPointOneMeter(1),
oneMeter(10)
} (0..10000)
RearOverhang ::= INTEGER {
zeroPointOneMeter(1),
oneMeter(10)
} (0..150)
RefPointId ::= INTEGER (0..255)
SensorHeight ::= INTEGER {
zeroPointZeroOneMeter(1)
} (-5000..5000)
ShadowingApplies ::= BOOLEAN
Identifier ::= INTEGER (0..255)
NumberOfPerceivedObjects ::= INTEGER (0..255)
SensorType ::= INTEGER {
undefined(0),
radar(1),
lidar(2),
monovideo(3),
stereovision(4),
nightvision(5),
ultrasonic(6),
pmd(7),
fusion(8),
inductionloop(9),
sphericalCamera(10),
itssaggregation(11)
} (0..15)
SegmentCount ::= INTEGER(1..127)
SpeedValueExtended ::= INTEGER {
standstill(0),
oneCentimeterPerSec(1),
unavailable(16383)
} (-16383..16383)
TimeOfMeasurement ::= INTEGER {
oneMilliSecond(1)
} (-1500..1500)
VehicleSubclassType ::= INTEGER {
unknown(0),
moped(1),
motorcycle(2),
passengerCar(3),
bus(4),
lightTruck(5),
heavyTruck(6),
trailer(7),
specialVehicles(8),
tram(9),
emergencyVehicle(10),
agricultural(11)
} (0..255)
XSensorOffset ::= INTEGER {
negativeZeroPointZeroOneMeter(-1),
negativeOneMeter(-100)
} (-5000..0)
YSensorOffset ::= INTEGER {
zeroPointZeroOneMeter(1),
oneMeter(100)
} (-1000..1000)
ZSensorOffset ::= INTEGER {
zeroPointZeroOneMeter(1),
oneMeter(100)
} (0..1000)
END |
ASN.1 | wireshark/epan/dissectors/asn1/its/DENM.asn | --
-- https://www.etsi.org/deliver/etsi_en/302600_302699/30263703/01.03.00_20/en_30263703v010300a.pdf
DENM-PDU-Descriptions {itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) en
(302637) denm (1) version (2)
}
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
ItsPduHeader, CauseCode, Speed, InformationQuality, ReferencePosition, ClosedLanes,
DangerousGoodsExtended, Heading, LanePosition, LightBarSirenInUse, RoadType, HeightLonCarr,
PosLonCarr, PosCentMass, PositioningSolutionType, RequestResponseIndication, StationType,
SpeedLimit, StationarySince, TimestampIts, WheelBaseVehicle, TurningRadius, PosFrontAx,
PositionOfOccupants, Temperature, VehicleMass, VehicleIdentification, EnergyStorageType, ActionID,
ItineraryPath, NumberOfOccupants, PositionOfPillars, RelevanceTrafficDirection, RestrictedTypes,
Traces, TransmissionInterval, ValidityDuration, RelevanceDistance, EventHistory, TrafficRule,
DeltaReferencePosition FROM ITS-Container {
itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) version (2)
};
DENM ::= SEQUENCE {
header ItsPduHeader,
denm DecentralizedEnvironmentalNotificationMessage
}
DecentralizedEnvironmentalNotificationMessage ::= SEQUENCE {
management ManagementContainer,
situation SituationContainer OPTIONAL,
location LocationContainer OPTIONAL,
alacarte AlacarteContainer OPTIONAL
}
ManagementContainer ::= SEQUENCE {
actionID ActionID,
detectionTime TimestampIts,
referenceTime TimestampIts,
termination Termination OPTIONAL,
eventPosition ReferencePosition,
relevanceDistance RelevanceDistance OPTIONAL,
relevanceTrafficDirection RelevanceTrafficDirection OPTIONAL,
validityDuration ValidityDuration DEFAULT defaultValidity,
transmissionInterval TransmissionInterval OPTIONAL,
stationType StationType,
...
}
SituationContainer ::= SEQUENCE {
informationQuality InformationQuality,
eventType CauseCode,
linkedCause CauseCode OPTIONAL,
eventHistory EventHistory OPTIONAL,
...
}
LocationContainer ::= SEQUENCE {
eventSpeed Speed OPTIONAL,
eventPositionHeading Heading OPTIONAL,
traces Traces,
roadType RoadType OPTIONAL,
...
}
ImpactReductionContainer ::= SEQUENCE {
heightLonCarrLeft HeightLonCarr,
heightLonCarrRight HeightLonCarr,
posLonCarrLeft PosLonCarr,
posLonCarrRight PosLonCarr,
positionOfPillars PositionOfPillars,
posCentMass PosCentMass,
wheelBaseVehicle WheelBaseVehicle,
turningRadius TurningRadius,
posFrontAx PosFrontAx,
positionOfOccupants PositionOfOccupants,
vehicleMass VehicleMass,
requestResponseIndication RequestResponseIndication
}
RoadWorksContainerExtended ::= SEQUENCE {
lightBarSirenInUse LightBarSirenInUse OPTIONAL,
closedLanes ClosedLanes OPTIONAL,
restriction RestrictedTypes OPTIONAL,
speedLimit SpeedLimit OPTIONAL,
incidentIndication CauseCode OPTIONAL,
recommendedPath ItineraryPath OPTIONAL,
startingPointSpeedLimit DeltaReferencePosition OPTIONAL,
trafficFlowRule TrafficRule OPTIONAL,
referenceDenms ReferenceDenms OPTIONAL
}
StationaryVehicleContainer ::= SEQUENCE {
stationarySince StationarySince OPTIONAL,
stationaryCause CauseCode OPTIONAL,
carryingDangerousGoods DangerousGoodsExtended OPTIONAL,
numberOfOccupants NumberOfOccupants OPTIONAL,
vehicleIdentification VehicleIdentification OPTIONAL,
energyStorageType EnergyStorageType OPTIONAL
}
AlacarteContainer ::= SEQUENCE {
lanePosition LanePosition OPTIONAL,
impactReduction ImpactReductionContainer OPTIONAL,
externalTemperature Temperature OPTIONAL,
roadWorks RoadWorksContainerExtended OPTIONAL,
positioningSolution PositioningSolutionType OPTIONAL,
stationaryVehicle StationaryVehicleContainer OPTIONAL,
...
}
defaultValidity INTEGER ::= 600
Termination ::= ENUMERATED {isCancellation(0), isNegation (1)}
ReferenceDenms ::= SEQUENCE (SIZE(1..8, ...)) OF ActionID
END |
ASN.1 | wireshark/epan/dissectors/asn1/its/DENMv1.asn | DENMv1-PDU-Descriptions {
itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) en (302637) denm (1) version (1)
}
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
ItsPduHeader, CauseCode, Speed, InformationQuality, ReferencePosition, ClosedLanes, DangerousGoodsExtended, Heading, LanePosition, LightBarSirenInUse, RoadType, HeightLonCarr,
PosLonCarr, PosCentMass, PositioningSolutionType, RequestResponseIndication, StationType, SpeedLimit, StationarySince, TimestampIts, WheelBaseVehicle, TurningRadius, PosFrontAx,
PositionOfOccupants, Temperature, VehicleMass, VehicleIdentification, EnergyStorageType, ActionID, ItineraryPath, NumberOfOccupants, PositionOfPillars, RelevanceTrafficDirection,
RestrictedTypes, Traces, TransmissionInterval, ValidityDuration, RelevanceDistance, EventHistory, TrafficRule, DeltaReferencePosition
FROM ITS-ContainerV1 {
itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) version (1)
};
DENMv1 ::= SEQUENCE {
header ItsPduHeader,
denm DecentralizedEnvironmentalNotificationMessageV1
}
DecentralizedEnvironmentalNotificationMessageV1 ::= SEQUENCE {
management ManagementContainer,
situation SituationContainer OPTIONAL,
location LocationContainer OPTIONAL,
alacarte AlacarteContainer OPTIONAL
}
ManagementContainer ::= SEQUENCE {
actionID ActionID,
detectionTime TimestampIts,
referenceTime TimestampIts,
termination Termination OPTIONAL,
eventPosition ReferencePosition,
relevanceDistance RelevanceDistance OPTIONAL,
relevanceTrafficDirection RelevanceTrafficDirection OPTIONAL,
validityDuration ValidityDuration DEFAULT defaultValidity,
transmissionInterval TransmissionInterval OPTIONAL,
stationType StationType,
...
}
SituationContainer ::= SEQUENCE {
informationQuality InformationQuality,
eventType CauseCode,
linkedCause CauseCode OPTIONAL,
eventHistory EventHistory OPTIONAL,
...
}
LocationContainer ::= SEQUENCE {
eventSpeed Speed OPTIONAL,
eventPositionHeading Heading OPTIONAL,
traces Traces,
roadType RoadType OPTIONAL,
...
}
ImpactReductionContainer ::= SEQUENCE {
heightLonCarrLeft HeightLonCarr,
heightLonCarrRight HeightLonCarr,
posLonCarrLeft PosLonCarr,
posLonCarrRight PosLonCarr,
positionOfPillars PositionOfPillars,
posCentMass PosCentMass,
wheelBaseVehicle WheelBaseVehicle,
turningRadius TurningRadius,
posFrontAx PosFrontAx,
positionOfOccupants PositionOfOccupants,
vehicleMass VehicleMass,
requestResponseIndication RequestResponseIndication
}
RoadWorksContainerExtended ::= SEQUENCE {
lightBarSirenInUse LightBarSirenInUse OPTIONAL,
closedLanes ClosedLanes OPTIONAL,
restriction RestrictedTypes OPTIONAL,
speedLimit SpeedLimit OPTIONAL,
incidentIndication CauseCode OPTIONAL,
recommendedPath ItineraryPath OPTIONAL,
startingPointSpeedLimit DeltaReferencePosition OPTIONAL,
trafficFlowRule TrafficRule OPTIONAL,
referenceDenms ReferenceDenms OPTIONAL
}
StationaryVehicleContainer ::= SEQUENCE {
stationarySince StationarySince OPTIONAL,
stationaryCause CauseCode OPTIONAL,
carryingDangerousGoods DangerousGoodsExtended OPTIONAL,
numberOfOccupants NumberOfOccupants OPTIONAL,
vehicleIdentification VehicleIdentification OPTIONAL,
energyStorageType EnergyStorageType OPTIONAL
}
AlacarteContainer ::= SEQUENCE {
lanePosition LanePosition OPTIONAL,
impactReduction ImpactReductionContainer OPTIONAL,
externalTemperature Temperature OPTIONAL,
roadWorks RoadWorksContainerExtended OPTIONAL,
positioningSolution PositioningSolutionType OPTIONAL,
stationaryVehicle StationaryVehicleContainer OPTIONAL,
...
}
defaultValidity INTEGER ::= 600
Termination ::= ENUMERATED {isCancellation(0), isNegation (1)}
ReferenceDenms ::= SEQUENCE (SIZE(1..8, ...)) OF ActionID
END |
ASN.1 | wireshark/epan/dissectors/asn1/its/ETSI_TS_103301.asn | -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- ETSI TS 103 301
--
-- This ASN.1 was generated: 30.08.2016
--
-- This document contains the data element needed for the encoding the SPATEM, MAPEM, IVIM, SSEM and SREM message
-- as defined in ETSI TS 103 301
--
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
--
-- module: SPAT-MESSAGE-PDU-Descriptions
--
-- This ASN.1 was created: 30.08.2016
--
-- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
SPATEM-PDU-Descriptions {
itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) en (103301) spatem (0) version2 (2)
}
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
SPAT FROM DSRC { iso (1) standard (0) signalizedIntersection (19091) profilec(2) dsrc (2) version2
(2) }
ItsPduHeader FROM ITS-Container { itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1
(1) ts (102894) cdd (2) version (2) };
SPATEM ::= SEQUENCE {
header ItsPduHeader,
spat SPAT
}
END
-- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
--
-- module: MAP-MESSAGE-PDU-Descriptions
--
-- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
MAPEM-PDU-Descriptions {
itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) en (103301) mapem (1) version2 (2)
}
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
MapData
FROM DSRC { iso (1) standard (0) signalizedIntersection (19091) profilec(2) dsrc (2) version2 (2) }
ItsPduHeader
FROM ITS-Container { itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) version (2)};
MAPEM ::= SEQUENCE {
header ItsPduHeader,
map MapData
}
END
-- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
--
-- module: IVI-MESSAGE-PDU-Descriptions
--
-- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
IVIM-PDU-Descriptions {
itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) en (103301) ivim (2)
version2 (2)
}
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
IviStructure FROM IVI {iso (1) standard (0) ivi (19321) version1 (1)}
ItsPduHeader FROM ITS-Container { itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1
(1) ts (102894) cdd (2) version (2)};
IVIM ::= SEQUENCE {
header ItsPduHeader,
ivi IviStructure
}
END
-- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
--
-- module: SRM-MESSAGE-PDU-Descriptions
--
-- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
SREM-PDU-Descriptions {
itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) en (103301) srem (3)
version2 (2)
}
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
SignalRequestMessage FROM DSRC { iso (1) standard (0) signalizedIntersection (19091) profilec(2)
dsrc (2) version2 (2) }
ItsPduHeader FROM ITS-Container { itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1
(1) ts (102894) cdd (2) version (2)};
SREM ::= SEQUENCE {
header ItsPduHeader,
srm SignalRequestMessage
}
END
-- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
--
-- module: SSM-MESSAGE-PDU-Descriptions
--
-- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
SSEM-PDU-Descriptions {
itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) en (103301) ssem (4)
version2 (2)
}
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
SignalStatusMessage FROM DSRC { iso (1) standard (0) signalizedIntersection (19091) profilec(2) dsrc
(2) version2 (2) }
ItsPduHeader FROM ITS-Container { itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1
(1) ts (102894) cdd (2) version (2)};
SSEM ::= SEQUENCE {
header ItsPduHeader,
ssm SignalStatusMessage
}
END
-- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
--
-- module: RTCM corrections extended message
--
-- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
RTCMEM-PDU-Descriptions {
itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) en (103301) rtcmem (5)
version1 (1)
}
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
RTCMcorrections FROM DSRC { iso (1) standard (0) signalizedIntersection (19091) profilec(2) dsrc (2)
version2 (2) }
ItsPduHeader FROM ITS-Container { itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1
(1) ts (102894) cdd (2) version (2)};
RTCMEM ::= SEQUENCE {
header ItsPduHeader,
rtcmc RTCMcorrections
}
END |
ASN.1 | wireshark/epan/dissectors/asn1/its/EV-RSR-PDU-Descriptions.asn | EV-RechargingSpotReservation-PDU-Descriptions {
itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (101556) ev-rsr (4) version (1)
}
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
ItsPduHeader FROM ITS-Container {
itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) version (2)
};
EV-RSR ::= SEQUENCE {
header ItsPduHeader,
messageBody EV-RSR-MessageBody
}
EV-RSR-MessageBody ::= CHOICE {
preReservationRequestMessage PreReservationRequestMessage,
preReservationResponseMessage PreReservationResponseMessage,
reservationRequestMessage ReservationRequestMessage,
reservationResponseMessage ReservationResponseMessage,
cancellationRequestMessage CancellationRequestMessage,
cancellationResponseMessage CancellationResponseMessage,
updateRequestMessage UpdateRequestMessage,
updateResponseMessage UpdateResponseMessage,
...
}
PreReservationRequestMessage ::= SEQUENCE {
evse-ID EVSE-ID,
arrivalTime TimestampUTC,
departureTime TimestampUTC OPTIONAL,
rechargingType RechargingType,
batteryType BatteryType OPTIONAL,
...
}
PreReservationResponseMessage ::= SEQUENCE {
preReservation-ID PreReservation-ID,
availabilityStatus AvailabilityStatus,
preReservationExpirationTime TimestampUTC,
supportedPaymentTypes SupportedPaymentTypes,
...
}
ReservationRequestMessage ::= SEQUENCE {
currentTime TimestampUTC,
preReservation-ID PreReservation-ID,
arrivalTime TimestampUTC,
departureTime TimestampUTC OPTIONAL,
eAmount EAmount,
eAmountMin EAmount,
paymentType PaymentType,
payment-ID Payment-ID,
secondPayment-ID Payment-ID OPTIONAL,
pairing-ID Pairing-ID OPTIONAL,
...
}
ReservationResponseMessage ::= SEQUENCE {
reservationResponseCode ReservationResponseCode,
reservation-ID Reservation-ID OPTIONAL,
reservation-Password Reservation-Password OPTIONAL,
stationDetails StationDetails OPTIONAL,
chargingSpotLabel ChargingSpotLabel OPTIONAL,
expirationTime TimestampUTC,
freeCancelTimeLimit TimestampUTC OPTIONAL,
...
}
CancellationRequestMessage ::= SEQUENCE {
reservation-ID Reservation-ID,
reservation-Password Reservation-Password,
currentTime TimestampUTC,
...
}
CancellationResponseMessage ::= SEQUENCE {
reservation-ID Reservation-ID,
cancellationResponseCode CancellationResponseCode,
...
}
UpdateRequestMessage ::= SEQUENCE {
reservation-ID Reservation-ID,
reservation-Password Reservation-Password,
updatedArrivalTime TimestampUTC,
updatedDepartureTime TimestampUTC,
...
}
UpdateResponseMessage ::= SEQUENCE {
reservation-ID Reservation-ID,
updateResponseCode UpdateResponseCode,
chargingSpotLabel ChargingSpotLabel OPTIONAL,
...
}
AvailabilityStatus ::= ENUMERATED { available, no-free-capacity }
BatteryType ::= UTF8String (SIZE(1..16))
CancellationResponseCode ::= ENUMERATED { ok, unknown-Reservation-ID, mismatching-Reservation-Password }
ChargingSpotLabel ::= UTF8String (SIZE(1..4))
ContractID ::= UTF8String (SIZE(1..24))
EAmount ::= INTEGER { oneWh(1) } (1..500000)
ChargingPower ::= INTEGER { oneW(1) } (1..200000)
EVSE-ID ::= OCTET STRING (SIZE(1..32))
ExternalIdentificationMeans ::= UTF8String (SIZE(1..24))
Pairing-ID ::= VisibleString (SIZE(1..64))
PaymentType ::= ENUMERATED {contract, externalIdentification}
Payment-ID ::= CHOICE {
contractID ContractID,
externalIdentificationMeans ExternalIdentificationMeans
}
RechargingType ::= SEQUENCE {
rechargingMode RechargingMode,
powerSource PowerSource
}
RechargingMode ::= INTEGER { mode1(0), mode2(1), mode3(2), mode4(3), quickDrop(8), inductiveChargingWhileStationary(12), inductiveChargingWhileDriving(14) } (0..15)
PowerSource::= INTEGER { notApplicable(0), ac1Phase(1), ac2Phase(2), ac3Phase(3), dcc(4), chaDeMo(5) } (0..7)
ReservationResponseCode ::= ENUMERATED {ok, invalid-EVSE-ID, payment-type-not-supported, payment-error, authentication-error, insufficient-power-availability }
Reservation-ID ::= VisibleString (SIZE(8))
PreReservation-ID ::= Reservation-ID
Reservation-Password ::= VisibleString (SIZE(8))
StationDetails ::= UTF8String (SIZE(1..32))
SupportedPaymentTypes ::= BIT STRING { contract(0), externalIdentification (1) } (SIZE(2))
TimestampUTC ::= INTEGER { utcStartOf2013(0), oneSecondAfterUTCStartOf2013(1) }
UpdateResponseCode ::= ENUMERATED { ok, unknown-Reservation-ID, mismatching-Reservation-Password, invalid-Arrival-Time, invalid-Departure-Time }
StatusResponseCode ::= ENUMERATED { charging-Spot-Occupied, charging-Spot-Unoccupied, charging-Ongoing, reservation-Limit-Exceeded, reservation-Cancelled, unknown-Reservation-ID, expired-Reservation-ID }
END |
ASN.1 | wireshark/epan/dissectors/asn1/its/EVCSN-PDU-Descriptions.asn | -- Point of Interest (POI) notification for charging spot
-- for electric vehicle
-- EVCSN Message definition
-- ASN.1 Start Definition
EVCSN-PDU-Descriptions {
itu-t (0) identified-organization (4) etsi (0) itsDomain (5)
wg1 (1) ts (101556) evcsn (1) version (1)
}
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
ItsPduHeader,
StationID,
TimestampIts, -- CORRECTION
DigitalMap, -- PATCH
ReferencePosition
FROM ITS-Container {
itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) version (2)
};
-- Root Message PDU: EvcsnPdu
EvcsnPdu ::= SEQUENCE {
header ItsPduHeader,
evcsn EVChargingSpotNotificationPOIMessage
}
EVChargingSpotNotificationPOIMessage ::= SEQUENCE {
poiHeader ItsPOIHeader, -- Specific POI Message Header
evcsnData ItsEVCSNData -- Electric Vehicle Charging Spot Data Elements
}
ItsPOIHeader ::= SEQUENCE {
poiType POIType, -- set to "EV charging station POI ID = 1"
timeStamp TimestampIts, -- CORRECTION
relayCapable BOOLEAN
}
ItsEVCSNData ::= SEQUENCE {
totalNumberOfStations NumberStations,
chargingStationsData SEQUENCE (SIZE(1..256)) OF ItsChargingStationData
}
ItsChargingStationData ::= SEQUENCE {
chargingStationID StationID,
utilityDistributorId UTF8String (SIZE(1..32)) OPTIONAL,
providerID UTF8String (SIZE(1..32)) OPTIONAL,
chargingStationLocation ReferencePosition,
address UTF8String OPTIONAL,
phoneNumber NumericString (SIZE(1..16)) OPTIONAL,
accessibility UTF8String (SIZE(1..32)),
digitalMap DigitalMap OPTIONAL,
openingDaysHours UTF8String,
pricing UTF8String,
bookingContactInfo UTF8String OPTIONAL,
payment UTF8String OPTIONAL,
chargingSpotsAvailable ItsChargingSpots,
...
}
ItsChargingSpots ::= SEQUENCE (SIZE(1..16)) OF ItsChargingSpotDataElements
ItsChargingSpotDataElements ::= SEQUENCE {
type ChargingSpotType,
evEquipmentID UTF8String OPTIONAL,
typeOfReceptacle TypeOfReceptacle,
energyAvailability UTF8String,
parkingPlacesData ParkingPlacesData OPTIONAL
}
-- DigitalMap ::= SEQUENCE (SIZE(1..256)) OF ReferencePosition PATCH
ChargingSpotType ::= BIT STRING {
standardChargeMode1(0),
standardChargeMode2(1),
standardOrFastChargeMode3(2),
fastChargeWithExternalCharger(3),
quickDrop(8),
inductiveChargeWhileStationary(12),
inductiveChargeWhileDriving(14)
}
TypeOfReceptacle ::= BIT STRING
ParkingPlacesData ::= SEQUENCE (SIZE(1..4)) OF SpotAvailability
SpotAvailability ::= SEQUENCE {
maxWaitingTimeMinutes INTEGER (0..1400), -- 0 if available or max waiting
-- time (minutes)
blocking BOOLEAN -- true if the spot can be blocked
}
POIType ::= INTEGER(0..65535)
NumberStations ::= INTEGER(1..256)
END |
ASN.1 | wireshark/epan/dissectors/asn1/its/GDD.asn | -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- ISO TR 14823-2
--
-- Taken from ISO/TR 14823-2:2019(E) preview
-- https://www.sis.se/api/document/preview/80015457/
--
-- Changes to original version:
-- - add this header
-- - reformat
-- - rename InternationalSign-distinationInformation -> InternationalSign-destinationInformation
-- - rename DistinationInformationIO -> DestinationInformationIO
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GDD {iso (1) standard (0) gdd(14823) version1 (0)}
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
GddStructure ::= SEQUENCE {
pictogramCode Pictogram,
attributes GddAttributes OPTIONAL
}
Pictogram ::= SEQUENCE {
countryCode Pictogram-countryCode OPTIONAL,
serviceCategoryCode Pictogram-serviceCategory,
pictogramCategoryCode Pictogram-category
}
Pictogram-countryCode ::= OCTET STRING (SIZE (2))
Pictogram-serviceCategory ::= CHOICE {
trafficSignPictogram Pictogram-trafficSign,
publicFacilitiesPictogram Pictogram-publicFacilitySign,
ambientOrRoadConditionPictogram Pictogram-conditionsSign
}
Pictogram-category ::= SEQUENCE {
nature Pictogram-nature,
serialNumber Pictogram-serialNumber
}
Pictogram-trafficSign ::= ENUMERATED {
dangerWarning (11),
regulatory (12),
informative (13),
...
}
Pictogram-publicFacilitySign ::= ENUMERATED {
publicFacilities (21),
...
}
Pictogram-conditionsSign ::= ENUMERATED {
ambientCondition (31),
roadCondition (32),
...
}
Pictogram-nature ::= INTEGER (1..9)
Pictogram-serialNumber ::= INTEGER (0..99)
GddAttributes ::= SEQUENCE (SIZE (1..8), ...) OF CHOICE {
dtm InternationalSign-applicablePeriod,
edt InternationalSign-exemptedApplicablePeriod,
dfl InternationalSign-directionalFlowOfLane,
ved InternationalSign-applicableVehicleDimensions,
spe InternationalSign-speedLimits,
roi InternationalSign-rateOfIncline,
dbv InternationalSign-distanceBetweenVehicles,
ddd InternationalSign-destinationInformation,
set InternationalSign-section,
nol InternationalSign-numberOfLane
}
InternationalSign-applicablePeriod ::= SEQUENCE {
year SEQUENCE {
yearRangeStartYear Year,
yearRangeEndYear Year
} OPTIONAL,
month-day SEQUENCE {
dateRangeStartMonthDate MonthDay,
dateRangeEndMonthDate MonthDay
} OPTIONAL,
repeatingPeriodDayTypes RPDT OPTIONAL,
hourMinutes SEQUENCE {
timeRangeStartTime HoursMinutes,
timeRangeEndTime HoursMinutes
} OPTIONAL,
dateRangeOfWeek DayOfWeek OPTIONAL,
durationHourminute HoursMinutes OPTIONAL
}
MonthDay ::= SEQUENCE {
month MonthDay-month,
day MonthDay-day
}
HoursMinutes ::= SEQUENCE {
hours HoursMinutes-hours,
mins HoursMinutes-mins
}
Year ::= INTEGER (2000..2127,...)
MonthDay-month ::= INTEGER (1..12)
MonthDay-day ::= INTEGER (1..31)
HoursMinutes-hours ::= INTEGER (0..23)
HoursMinutes-mins ::= INTEGER (0..59)
RPDT ::= BIT STRING {
national-holiday (0),
even-days (1),
odd-days (2),
market-day (3)
} (SIZE (4))
DayOfWeek ::= BIT STRING {
unused (0),
monday (1),
tuesday (2),
wednesday (3),
thursday (4),
friday (5),
saturday (6),
sunday (7)
} (SIZE (8))
InternationalSign-exemptedApplicablePeriod ::= InternationalSign-applicablePeriod
InternationalSign-section ::= SEQUENCE {
startingPointLength Distance OPTIONAL,
continuityLength Distance OPTIONAL
}
InternationalSign-numberOfLane ::= INTEGER (0..99)
InternationalSign-directionalFlowOfLane ::= INTEGER {
sLT(2),
sDL(1),
sRT(3),
lTO(4),
rTO(5),
cLL(6),
cRI(7),
oVL(8)
} (1..8)
InternationalSign-applicableVehicleDimensions ::= SEQUENCE {
vehicleHeight Distance OPTIONAL,
vehicleWidth Distance OPTIONAL,
vehicleLength Distance OPTIONAL,
vehicleWeight Weight OPTIONAL
}
Distance ::= SEQUENCE {
value INTEGER (1..16384),
unit Code-Units (2..4|6..8)
}
Weight ::= SEQUENCE {
value INTEGER (1..16384),
unit Code-Units (10..12)
}
Code-Units ::= INTEGER {
kmperh (0),
milesperh (1),
kilometre (2),
metre (3),
decimetre (4),
centimetre (5),
mile (6),
yard (7),
foot (8),
minutesOfTime (9),
tonnes (10),
hundredkg (11),
pound (12),
rateOfIncline (13),
durationinminutes (14)
} (0..15)
InternationalSign-speedLimits ::= SEQUENCE {
speedLimitMax INTEGER(0..250) OPTIONAL,
speedLimitMin INTEGER(0..250) OPTIONAL,
unit Code-Units (0..1)
}
InternationalSign-rateOfIncline ::= INTEGER (1..32)
InternationalSign-distanceBetweenVehicles ::= Distance
InternationalSign-destinationInformation ::= SEQUENCE {
junctionDirection DistinInfo-junctionDirection OPTIONAL,
roundaboutCwDirection DistinInfo-roundaboutCwDirection OPTIONAL,
roundaboutCcwDirection DistinInfo-roundaboutCcwDirection OPTIONAL,
ioList SEQUENCE (SIZE (1..8,...)) OF DestinationInformationIO
}
DestinationInformationIO ::= SEQUENCE {
arrowDirection IO-arrowDirection,
destPlace SEQUENCE (SIZE (1..4,...)) OF DestinationPlace OPTIONAL,
destRoad SEQUENCE (SIZE (1..4,...)) OF DestinationRoad OPTIONAL,
roadNumberIdentifier IO-roadNumberIdentifier OPTIONAL,
streetName IO-streetName OPTIONAL,
streetNameText IO-streetNameText OPTIONAL,
distanceToDivergingPoint DistanceOrDuration OPTIONAL,
distanceToDestinationPlace DistanceOrDuration OPTIONAL
}
DestinationPlace ::= SEQUENCE {
destType DestinationType,
destRSCode GddStructure (WITH COMPONENTS {..., attributes ABSENT}) OPTIONAL,
destBlob DestPlace-destBlob OPTIONAL,
placeNameIdentification DestPlace-placeNameIdentification OPTIONAL,
placeNameText DestPlace-placeNameText OPTIONAL
}
DestinationRoad ::= SEQUENCE {
derType DestinationRoadType,
roadNumberIdentifier DestRoad-roadNumberIdentifier OPTIONAL,
roadNumberText DestRoad-roadNumberText OPTIONAL
}
DistanceOrDuration ::= SEQUENCE {
value DistOrDuration-value,
unit DistOrDuration-Units
}
DistinInfo-junctionDirection ::= INTEGER (1..128)
DistinInfo-roundaboutCwDirection ::= INTEGER (1..128)
DistinInfo-roundaboutCcwDirection ::= INTEGER (1..128)
IO-arrowDirection ::= INTEGER (0..7)
IO-roadNumberIdentifier ::= INTEGER (1..999)
IO-streetName ::= INTEGER (1..999)
IO-streetNameText ::= UTF8String
DestPlace-destBlob ::= OCTET STRING
DestPlace-placeNameIdentification ::= INTEGER (1..999)
DestPlace-placeNameText ::= UTF8String
DestRoad-roadNumberIdentifier ::= INTEGER (1..999)
DestRoad-roadNumberText ::= UTF8String
DistOrDuration-value::= INTEGER (1..16384)
DistOrDuration-Units ::= Code-Units (2..9)
DestinationRoadType ::= INTEGER {
none (0),
nationalHighway (1),
localHighway (2),
tollExpresswayMotorway (3),
internationalHighway (4),
highway (5),
expressway (6),
nationalRoad (7),
regionalProvincialRoad (8),
localRoad (9),
motorwayJunction (10),
diversion (11),
rfu1 (12),
rfu2 (13),
rfu3 (14),
rfu4 (15)
} (0..15, ...)
DestinationType ::= INTEGER {
none (0),
importantArea (1),
principalArea (2),
generalArea (3),
wellKnownPoint (4),
country (5),
city (6),
street (7),
industrialArea (8),
historicArea (9),
touristicArea (10),
culturalArea (11),
touristicRoute (12),
recommendedRoute (13),
touristicAttraction (14),
geographicArea (15)
} (0..15, ...)
END |
ASN.1 | wireshark/epan/dissectors/asn1/its/ISO19321IVIv2.asn | -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- ISO TS 19321
--
-- Published version location:
-- https://standards.iso.org/iso/ts/19321/ed-2/en/ISO19321IVIv2.asn
--
-- Changes to original version:
-- - add this header
-- - rename imported module CITSdataDictionary1 -> CITSapplMgmtIDs
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IVI {iso (1) standard (0) ivi (19321) version2 (2)}
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
ActionID, Altitude, DangerousGoodsBasic , DeltaLatitude, DeltaLongitude, DeltaReferencePosition, Heading, HeadingValue, Latitude, LanePosition, Longitude, ReferencePosition, RoadType, SpecialTransportType, Speed, SpeedValue, StationType, TimestampIts, VehicleRole
FROM ITS-Container { itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) version (2) }
AxleWeightLimits, DieselEmissionValues, ExhaustEmissionValues, EngineCharacteristics, EnvironmentalCharacteristics, PassengerCapacity , Provider, SoundLevel, VehicleDimensions, VehicleWeightLimits
FROM EfcDsrcApplication {iso(1) standard(0) 14906 application(0) version6(6)}
EuVehicleCategoryCode, Iso3833VehicleType
FROM ElectronicRegistrationIdentificationVehicleDataModule {iso(1) standard(0) iso24534 (24534) vehicleData (1) version1 (1)}
VarLengthNumber
FROM CITSapplMgmtIDs {iso(1) standard(0) cits-applMgmt (17419) dataDictionary (1) version1 (1)}
RoadSegmentReferenceID, IntersectionReferenceID, LaneID
FROM DSRC {iso (1) standard (0) signalizedIntersection (19091) profilec(2) dsrc (2) version2 (2)}
InternationalSign-applicablePeriod, InternationalSign-exemptedApplicablePeriod, InternationalSign-directionalFlowOfLane, InternationalSign-applicableVehicleDimensions, InternationalSign-speedLimits, InternationalSign-rateOfIncline, InternationalSign-distanceBetweenVehicles, InternationalSign-destinationInformation
FROM GDD {iso (1) standard (0) gdd(14823) version1 (0)};
-- Definition of IVI structure
IviStructure::= SEQUENCE{
mandatory IviManagementContainer,
optional IviContainers OPTIONAL
}
IviContainers ::= SEQUENCE (SIZE (1..8,...)) OF IviContainer
--Definition of Containers
IviContainer::= CHOICE {
glc GeographicLocationContainer,
giv GeneralIviContainer,
rcc RoadConfigurationContainer,
tc TextContainer,
lac LayoutContainer,
..., -- original extension indicator of V1
[[ -- Extension in V2
avc AutomatedVehicleContainer,
mlc MapLocationContainer,
rsc RoadSurfaceContainer ]]
}
IviManagementContainer::= SEQUENCE {
serviceProviderId Provider,
iviIdentificationNumber IviIdentificationNumber,
timeStamp TimestampIts OPTIONAL,
validFrom TimestampIts OPTIONAL,
validTo TimestampIts OPTIONAL,
connectedIviStructures IviIdentificationNumbers OPTIONAL,
iviStatus IviStatus,
..., -- original extension indicator of V1
connectedDenms ConnectedDenms OPTIONAL -- Extension in V2
}
GeographicLocationContainer::= SEQUENCE {
referencePosition ReferencePosition,
referencePositionTime TimestampIts OPTIONAL,
referencePositionHeading Heading OPTIONAL,
referencePositionSpeed Speed OPTIONAL,
parts GlcParts,
...
}
GlcParts ::= SEQUENCE (SIZE (1..16,...)) OF GlcPart
GlcPart::= SEQUENCE {
zoneId Zid,
laneNumber LanePosition OPTIONAL,
zoneExtension INTEGER (0..255) OPTIONAL,
zoneHeading HeadingValue OPTIONAL,
zone Zone OPTIONAL,
...
}
GeneralIviContainer::= SEQUENCE (SIZE (1..16,...)) OF GicPart
GicPart::= SEQUENCE {
detectionZoneIds ZoneIds OPTIONAL,
its-Rrid VarLengthNumber OPTIONAL,
relevanceZoneIds ZoneIds OPTIONAL,
direction Direction OPTIONAL,
driverAwarenessZoneIds ZoneIds OPTIONAL,
minimumAwarenessTime INTEGER (0..255) OPTIONAL,
applicableLanes LanePositions OPTIONAL,
iviType IviType,
iviPurpose IviPurpose OPTIONAL,
laneStatus LaneStatus OPTIONAL,
vehicleCharacteristics VehicleCharacteristicsList OPTIONAL,
driverCharacteristics DriverCharacteristics OPTIONAL,
layoutId INTEGER(1..4,...) OPTIONAL,
preStoredlayoutId INTEGER(1..64,...) OPTIONAL,
roadSignCodes RoadSignCodes,
extraText ConstraintTextLines1 OPTIONAL,
...
}
RoadConfigurationContainer::= SEQUENCE (SIZE (1..16,...)) OF RccPart
RccPart::= SEQUENCE{
relevanceZoneIds ZoneIds,
roadType RoadType,
laneConfiguration LaneConfiguration,
...
}
RoadSurfaceContainer::= SEQUENCE (SIZE (1..16,...)) OF RscPart
RscPart::= SEQUENCE{
detectionZoneIds ZoneIds OPTIONAL,
relevanceZoneIds ZoneIds,
direction Direction OPTIONAL,
roadSurfaceStaticCharacteristics RoadSurfaceStaticCharacteristics OPTIONAL,
roadSurfaceDynamicCharacteristics RoadSurfaceDynamicCharacteristics OPTIONAL
} (WITH COMPONENTS {..., roadSurfaceStaticCharacteristics PRESENT} |
WITH COMPONENTS {..., roadSurfaceDynamicCharacteristics PRESENT})
TextContainer::= SEQUENCE (SIZE (1..16,...)) OF TcPart
TcPart::= SEQUENCE {
detectionZoneIds ZoneIds OPTIONAL,
relevanceZoneIds ZoneIds,
direction Direction OPTIONAL,
driverAwarenessZoneIds ZoneIds OPTIONAL,
minimumAwarenessTime INTEGER (0..255) OPTIONAL,
applicableLanes LanePositions OPTIONAL,
layoutId INTEGER(1..4,...) OPTIONAL,
preStoredlayoutId INTEGER(1..64,...) OPTIONAL,
text TextLines OPTIONAL,
data OCTET STRING,
...,
[[ --extension in V2
iviType IviType,
laneStatus LaneStatus OPTIONAL,
vehicleCharacteristics VehicleCharacteristicsList OPTIONAL ]]
}
LayoutContainer::=SEQUENCE{
layoutId INTEGER(1..4,...),
height INTEGER(10..73) OPTIONAL,
width INTEGER(10..265) OPTIONAL,
layoutComponents LayoutComponents,
...
}
AutomatedVehicleContainer::= SEQUENCE (SIZE (1..16,...)) OF AvcPart -- new container in V2
AvcPart::= SEQUENCE { -- new container part in V2
detectionZoneIds ZoneIds OPTIONAL,
relevanceZoneIds ZoneIds,
direction Direction OPTIONAL,
applicableLanes LanePositions OPTIONAL,
vehicleCharacteristics VehicleCharacteristicsList OPTIONAL,
automatedVehicleRules AutomatedVehicleRules OPTIONAL,
platooningRules PlatooningRules OPTIONAL,
...
} (WITH COMPONENTS {..., automatedVehicleRules PRESENT} |
WITH COMPONENTS {..., platooningRules PRESENT})
MapLocationContainer::=SEQUENCE{ -- new container in V2
reference MapReference,
parts MlcParts
}
MlcParts::= SEQUENCE (SIZE (1..16,...)) OF MlcPart -- new container part in V2
MlcPart::= SEQUENCE{ -- new container part in V2
zoneId Zid,
laneIds LaneIds OPTIONAL
}
-- Definition of data frames which are lists of data frames
-- note: those definitions are to avoid "implicit type definitions" but are bit compatible with V1
AbsolutePositions ::= SEQUENCE (SIZE (1..8,...)) OF AbsolutePosition
AbsolutePositionsWAltitude ::= SEQUENCE (SIZE (1..8,...)) OF AbsolutePositionWAltitude
AutomatedVehicleRules::= SEQUENCE (SIZE (1..5)) OF AutomatedVehicleRule -- new DF in V2
ConnectedDenms::= SEQUENCE (SIZE(1..8, ...)) OF ActionID -- new DF in V2
DeltaPositions ::= SEQUENCE (SIZE (1..32,...,100)) OF DeltaPosition --size extension in V2
DeltaReferencePositions ::= SEQUENCE (SIZE (1..32,..., 100)) OF DeltaReferencePosition --size extension in V2
ConstraintTextLines1 ::= SEQUENCE (SIZE (1..4),...) OF Text (WITH COMPONENTS {layoutComponentId, language, textContent (SIZE(1..32))})
ConstraintTextLines2::= SEQUENCE (SIZE (1..4),...) OF Text (WITH COMPONENTS {..., textContent (SIZE(1..32))})
IviIdentificationNumbers ::= SEQUENCE (SIZE(1..8)) OF IviIdentificationNumber
ISO14823Attributes::= SEQUENCE (SIZE(1..8),...) OF ISO14823Attribute
LaneConfiguration ::= SEQUENCE (SIZE (1..16,...)) OF LaneInformation
LaneIds::= SEQUENCE (SIZE (1..16,...)) OF LaneID
LanePositions ::= SEQUENCE (SIZE (1..8,...)) OF LanePosition
LayoutComponents ::= SEQUENCE SIZE (1..4,...) OF LayoutComponent
PlatooningRules::= SEQUENCE (SIZE (1..5)) OF PlatooningRule -- new DF in V2
RoadSignCodes ::= SEQUENCE (SIZE (1..4),...) OF RSCode
TextLines::= SEQUENCE (SIZE (1..4),...) OF Text
TrailerCharacteristicsList ::= SEQUENCE (SIZE (1..3)) OF TrailerCharacteristics
TrailerCharacteristicsFixValuesList ::= SEQUENCE (SIZE (1..4,...)) OF VehicleCharacteristicsFixValues (WITH COMPONENTS {..., euroAndCo2value ABSENT, engineCharacteristics ABSENT})
TrailerCharacteristicsRangesList ::= SEQUENCE (SIZE (1..4,...)) OF VehicleCharacteristicsRanges (WITH COMPONENTS {comparisonOperator, limits (WITH COMPONENTS {..., exhaustEmissionValues ABSENT, dieselEmissionValues ABSENT, soundLevel ABSENT})})
SaeAutomationLevels::= SEQUENCE (SIZE (1..5)) OF SaeAutomationLevel -- new DF in V2
VehicleCharacteristicsFixValuesList ::= SEQUENCE (SIZE (1..4,...)) OF VehicleCharacteristicsFixValues
VehicleCharacteristicsList ::= SEQUENCE (SIZE (1..8, ...)) OF CompleteVehicleCharacteristics
VehicleCharacteristicsRangesList ::= SEQUENCE (SIZE (1..4,...)) OF VehicleCharacteristicsRanges
ValidityPeriods ::= SEQUENCE (SIZE (1..8),...) OF InternationalSign-applicablePeriod
ZoneIds ::= SEQUENCE (SIZE (1..8,...)) OF Zid
-- Definition of Data Frames
AbsolutePosition::= SEQUENCE{
latitude Latitude,
longitude Longitude
}
AbsolutePositionWAltitude::= SEQUENCE{
latitude Latitude,
longitude Longitude,
altitude Altitude
}
AnyCatalogue::=SEQUENCE{
owner Provider,
version INTEGER(0..255),
pictogramCode INTEGER(0..65535),
value INTEGER (0..65535) OPTIONAL,
unit RSCUnit OPTIONAL,
attributes ISO14823Attributes OPTIONAL
}
AutomatedVehicleRule::= SEQUENCE { -- new DF in V2
priority PriorityLevel,
allowedSaeAutomationLevels SaeAutomationLevels,
minGapBetweenVehicles GapBetweenVehicles OPTIONAL,
recGapBetweenVehicles GapBetweenVehicles OPTIONAL,
automatedVehicleMaxSpeedLimit SpeedValue OPTIONAL,
automatedVehicleMinSpeedLimit SpeedValue OPTIONAL,
automatedVehicleSpeedRecommendation SpeedValue OPTIONAL,
roadSignCodes RoadSignCodes OPTIONAL,
extraText ConstraintTextLines2 OPTIONAL,
...
}
CompleteVehicleCharacteristics::= SEQUENCE{
tractor TractorCharacteristics OPTIONAL,
trailer TrailerCharacteristicsList OPTIONAL,
train TrainCharacteristics OPTIONAL
}
ComputedSegment::= SEQUENCE {
zoneId Zid,
laneNumber LanePosition,
laneWidth IviLaneWidth,
offsetDistance INTEGER (-32768..32767) OPTIONAL,
offsetPosition DeltaReferencePosition OPTIONAL
}
DeltaPosition::=SEQUENCE{
deltaLatitude DeltaLatitude,
deltaLongitude DeltaLongitude
}
ISO14823Attribute::= CHOICE{
dtm InternationalSign-applicablePeriod, -- Date/Time/Period
edt InternationalSign-exemptedApplicablePeriod,-- Exemption status of Date/Time/Period
dfl InternationalSign-directionalFlowOfLane,-- Directional Flow of Lane
ved InternationalSign-applicableVehicleDimensions,-- Vehicle Dimensions
spe InternationalSign-speedLimits,-- Speed
roi InternationalSign-rateOfIncline,-- Rate of Incline
dbv InternationalSign-distanceBetweenVehicles,-- Distance Between Vehicles
ddd InternationalSign-destinationInformation-- Destination/Direction/Distance
}
ISO14823Code ::= SEQUENCE{
pictogramCode SEQUENCE {
countryCode OCTET STRING (SIZE (2)) OPTIONAL,
serviceCategoryCode CHOICE {
trafficSignPictogram ENUMERATED {dangerWarning, regulatory, informative,...},
publicFacilitiesPictogram ENUMERATED {publicFacilities, ...},
ambientOrRoadConditionPictogram ENUMERATED {ambientCondition, roadCondition,...},
...},
pictogramCategoryCode SEQUENCE {
nature INTEGER (1..9),
serialNumber INTEGER (0..99)
}},
attributes ISO14823Attributes OPTIONAL
}
LaneInformation::= SEQUENCE{
laneNumber LanePosition,
direction Direction,
validity InternationalSign-applicablePeriod OPTIONAL,
laneType LaneType,
laneTypeQualifier CompleteVehicleCharacteristics OPTIONAL,
laneStatus LaneStatus,
laneWidth IviLaneWidth OPTIONAL,
...,
[[ --extension in V2
detectionZoneIds ZoneIds OPTIONAL,
relevanceZoneIds ZoneIds OPTIONAL,
laneCharacteristics LaneCharacteristics OPTIONAL,
laneSurfaceStaticCharacteristics RoadSurfaceStaticCharacteristics OPTIONAL,
laneSurfaceDynamicCharacteristics RoadSurfaceDynamicCharacteristics OPTIONAL ]]
}
LaneCharacteristics::= SEQUENCE{
zoneDefinitionAccuracy DefinitionAccuracy,
existinglaneMarkingStatus LaneMarkingStatus,
newlaneMarkingColour MarkingColour,
laneDelimitationLeft LaneDelimitation,
laneDelimitationRight LaneDelimitation,
mergingWith Zid
}
LayoutComponent::=SEQUENCE{
layoutComponentId INTEGER(1..8,...),
height INTEGER(10..73),
width INTEGER(10..265),
x INTEGER(10..265),
y INTEGER(10..73),
textScripting INTEGER {horizontal (0), vertical (1)}(0..1)
}
LoadType::= SEQUENCE{
goodsType GoodsType,
dangerousGoodsType DangerousGoodsBasic,
specialTransportType SpecialTransportType
}
MapReference::= CHOICE { -- new DF in V2
roadsegment RoadSegmentReferenceID,
intersection IntersectionReferenceID
}
PlatooningRule::= SEQUENCE { -- new DF in V2
priority PriorityLevel,
allowedSaeAutomationLevels SaeAutomationLevels,
maxNoOfVehicles MaxNoOfVehicles OPTIONAL,
maxLenghtOfPlatoon MaxLenghtOfPlatoon OPTIONAL,
minGapBetweenVehicles GapBetweenVehicles OPTIONAL,
platoonMaxSpeedLimit SpeedValue OPTIONAL,
platoonMinSpeedLimit SpeedValue OPTIONAL,
platoonSpeedRecommendation SpeedValue OPTIONAL,
roadSignCodes RoadSignCodes OPTIONAL,
extraText ConstraintTextLines2 OPTIONAL,
...
}
PolygonalLine::= CHOICE {
deltaPositions DeltaPositions,
deltaPositionsWithAltitude DeltaReferencePositions,
absolutePositions AbsolutePositions,
absolutePositionsWithAltitude AbsolutePositionsWAltitude,
...
}
RoadSurfaceDynamicCharacteristics::= SEQUENCE{
condition Condition,
temperature Temperature,
iceOrWaterDepth Depth,
treatment TreatmentType
}
RoadSurfaceStaticCharacteristics::= SEQUENCE{
frictionCoefficient FrictionCoefficient,
material MaterialType,
wear WearLevel,
avBankingAngle BankingAngle
}
RSCode::= SEQUENCE{
layoutComponentId INTEGER(1..4,...) OPTIONAL,
code CHOICE {
viennaConvention VcCode, -- see Vienna Convention Annex A
iso14823 ISO14823Code,
itisCodes INTEGER (0..65535), -- see SAE J2540
anyCatalogue AnyCatalogue,
...
}}
Segment::= SEQUENCE {
line PolygonalLine,
laneWidth IviLaneWidth OPTIONAL
}
Text::= SEQUENCE {
layoutComponentId INTEGER(1..4,...) OPTIONAL,
language BIT STRING (SIZE(10)),
textContent UTF8String
}
TractorCharacteristics::=SEQUENCE{
equalTo VehicleCharacteristicsFixValuesList OPTIONAL,
notEqualTo VehicleCharacteristicsFixValuesList OPTIONAL,
ranges VehicleCharacteristicsRangesList OPTIONAL
}
TrailerCharacteristics::=SEQUENCE{
equalTo TrailerCharacteristicsFixValuesList OPTIONAL,
notEqualTo TrailerCharacteristicsFixValuesList OPTIONAL,
ranges TrailerCharacteristicsRangesList OPTIONAL
}
TrainCharacteristics::= TractorCharacteristics
VcCode::= SEQUENCE {
roadSignClass VcClass, -- see Vienna Convention
roadSignCode INTEGER (1..64),
vcOption VcOption, -- e.g. the "a" in H, 3a
validity ValidityPeriods OPTIONAL,
value INTEGER (0..65535) OPTIONAL,
unit RSCUnit OPTIONAL
}
VehicleCharacteristicsFixValues::= CHOICE{
simpleVehicleType StationType,
euVehicleCategoryCode EuVehicleCategoryCode,
iso3833VehicleType Iso3833VehicleType,
euroAndCo2value EnvironmentalCharacteristics,
engineCharacteristics EngineCharacteristics,
loadType LoadType,
usage VehicleRole,
...
}
VehicleCharacteristicsRanges::= SEQUENCE{
comparisonOperator ComparisonOperator,
limits CHOICE{
numberOfAxles INTEGER(0..7),
vehicleDimensions VehicleDimensions,
vehicleWeightLimits VehicleWeightLimits,
axleWeightLimits AxleWeightLimits,
passengerCapacity PassengerCapacity,
exhaustEmissionValues ExhaustEmissionValues,
dieselEmissionValues DieselEmissionValues,
soundLevel SoundLevel,
...
}
}
Zone::= CHOICE {
segment Segment,
area PolygonalLine,
computedSegment ComputedSegment,
...
}
-- Defition of IVI specific data elements
BankingAngle::=INTEGER (-20..21)
ComparisonOperator ::= INTEGER {
greaterThan (0),
greaterThanOrEqualTo (1),
lessThan (2),
lessThanOrEqualTo (3)
} (0..3)
Condition::=INTEGER{
dry (0),
moist (1),
wet (2),
standingWater (3),
frost (4),
ice (5),
snow (6),
slush (7),
unvailable (8)
-- values 9 to 15 reserved for future use
} (0..15, ...)
DefinitionAccuracy::= INTEGER{
oneCm (0),
twoCm (1),
fiveCm (2),
tenCm (3),
twentyCm (4),
fiftyCm (5),
oneMeter (6),
unavailable (7)
} (0..7, ...)
Depth::= INTEGER (0..255)
Direction::= INTEGER{
sameDirection (0),
oppositeDirection (1),
bothDirections (2),
valueNotUsed (3)
} (0..3)
DriverCharacteristics::= INTEGER{
unexperiencedDrivers (0),
experiencedDrivers (1),
rfu1 (2),
rfu2 (3)
} (0..3)
FrictionCoefficient::= INTEGER (0..101)
GapBetweenVehicles::= INTEGER (0..255) -- new DE in V2
GoodsType::= INTEGER {
ammunition (0),
chemicals (1),
empty (2),
fuel (3),
glass (4),
dangerous (5),
liquid (6),
liveStock (7),
dangerousForPeople (8),
dangerousForTheEnvironment (9),
dangerousForWater (10),
perishableProducts (11),
pharmaceutical (12),
vehicles (13)
-- other values reserved for future use
} (0..15,...)
IviIdentificationNumber::= INTEGER(1..32767,...)
IviLaneWidth::= INTEGER (0..1023) -- only renamed from V1, no change
IviPurpose::= INTEGER {
safety (0),
environmental (1),
trafficOptimisation (2)
} (0..3)
IviStatus::= INTEGER {
new (0),
update (1),
cancellation (2),
negation (3)
-- other values reserved for future use
}(0..7)
IviType::= INTEGER {
immediateDangerWarningMessages (0),
regulatoryMessages (1),
trafficRelatedInformationMessages (2),
pollutionMessages (3),
notTrafficRelatedInformationMessages (4)
-- other values reserved for future use
} (0..7)
LaneDelimitation::=INTEGER {
noDelimitation (0),
lowLaneSeparator (1),
highLaneSeparator (2),
wall (3),
curb (4),
unpaved (5),
guardrail (6)
-- value 7 reserved for future use
} (0..7, ...)
LaneMarkingStatus::= BOOLEAN
LaneStatus::= INTEGER {
open (0),
closed (1),
mergeR (2),
mergeL (3),
mergeLR (4),
provisionallyOpen (5),
diverging (6)
-- value 7 reserved for future use
} (0..7, ...)
LaneType::= INTEGER{
traffic (0),
through (1),
reversible (2),
acceleration (3),
deceleration (4),
leftHandTurning (5),
rightHandTurning (6),
dedicatedVehicle (7),
bus (8),
taxi (9),
hov (10),
hot (11),
pedestrian (12),
bikeLane (13),
median (14),
striping (15),
trackedVehicle (16),
parking (17),
emergency (18),
verge (19),
minimumRiskManoeuvre(20)
-- values 21 to 31 reserved for future use
}(0..31)
MarkingColour::=INTEGER {
white (0),
yellow (1),
orange (2),
red (3),
blue (4),
unavailable (7)
-- value 5,6 reserved for future use
} (0..7, ...)
MaterialType::=INTEGER {
asphalt (0),
concrete (1),
cobblestone (2),
gravel (3),
unavailable (7)
-- value 4, 5,6 reserved for future use
} (0..7, ...)
MaxLenghtOfPlatoon::= INTEGER (1..64) -- new DE in V2
MaxNoOfVehicles::= INTEGER (2..64) -- new DE in V2
PriorityLevel::=INTEGER (0..2) -- new DE in V2
RSCUnit::= INTEGER {
kmperh (0),
milesperh (1),
kilometer (2),
meter (3),
decimeter (4),
centimeter (5),
mile (6),
yard (7),
foot (8),
minutesOfTime (9),
tonnes (10), --1000 kg, not Ton!
hundredkg (11),
pound (12), --lbs
rateOfIncline (13)
-- other value reserved for future use
} (0..15)
SaeAutomationLevel::= INTEGER (0..5) -- new DE in V2
Temperature::=INTEGER (-100..151)
TreatmentType ::= INTEGER {
no (0),
antiskid (1),
anti-icing (2),
de-icing (3),
unavailable (7)
-- value 4 to 6 reserved for future use
} (0..7)
VcClass::= INTEGER {
classA (0),
classB (1),
classC (2),
classD (3),
classE (4),
classF (5),
classG (6),
classH (7)
} (0..7)
VcOption::= INTEGER {
none (0),
a (1),
b (2),
c (3),
d (4),
e (5),
f (6),
g (7)
} (0..7)
WearLevel::=INTEGER {
new (0),
good (1),
bad (2),
hasPotholes (3),
unavailable (7)
-- value 4, 5,6 reserved for future use
} (0..7, ...)
Zid::= INTEGER (1..32,...)
END |
ASN.1 | wireshark/epan/dissectors/asn1/its/ISO_TS_14816.asn | -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- ISO TS 14816
--
-- This ASN.1 was generateds: 30.08.2016
--
-- This document contains only the data element needed for the encoding of an IVI message
-- as defined in ISO TS 19321(2015)
--
-- Published version location:
-- http://standards.iso.org/iso/14816/
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AVIAEINumberingAndDataStructures {iso(1) standard(0) iso14816(14816) asnm1(1) version1(1)}
DEFINITIONS AUTOMATIC TAGS::= BEGIN
IMPORTS;
CS5::= SEQUENCE {
vin VisibleString, -- 17 characters VIN
fill BIT STRING (SIZE(9)) -- set to '000000000'
}
CountryCode::= BIT STRING(SIZE(10))
AVIAEIIssuerIdentifier::= INTEGER(0 .. 16383)
END |
ASN.1 | wireshark/epan/dissectors/asn1/its/ISO_TS_14906_Application.asn | -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- ISO TS 14906 Application
--
-- This ASN.1 was generateds: 30.08.2016
--
-- This document contains only the data element needed for the encoding of an IVI message
-- as defined in ISO TS 19321(2015)
--
-- Published version location:
-- http://standards.iso.org/iso/14906
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
EfcDsrcApplication { iso(1) standard(0) 14906 application(0) version5(5) }
DEFINITIONS AUTOMATIC TAGS ::= BEGIN
EXPORTS ALL;
IMPORTS
CountryCode, CS5, AVIAEIIssuerIdentifier
FROM AVIAEINumberingAndDataStructures {iso(1) standard(0) iso14816(14816) asnm1(1) version1(1)}
-- defined in ISO 14816 --
AttributeIdList
FROM EfcDsrcGeneric {iso(1) standard(0) 14906 generic(1) version5(5)}
-- NOTE: The following are the definitions of the action and response
-- parameters
;
-- End of IMPORTS
AxleWeightLimits ::= SEQUENCE {
maxLadenweightOnAxle1 Int2,
maxLadenweightOnAxle2 Int2,
maxLadenweightOnAxle3 Int2,
maxLadenweightOnAxle4 Int2,
maxLadenweightOnAxle5 Int2
}
DieselEmissionValues::= SEQUENCE {
particulate SEQUENCE {
unitType UnitType,
value INTEGER (0..32767)
},
absorptionCoeff Int2
}
EnvironmentalCharacteristics::= SEQUENCE {
euroValue EuroValue,
copValue CopValue
}
EuroValue::= ENUMERATED {
noEntry (0),
euro-1 (1),
euro-2 (2),
euro-3 (3),
euro-4 (4),
euro-5 (5),
euro-6 (6),
reservedForUse1 (7),
reservedForUse2 (8),
reservedForUse3 (9),
reservedForUse4 (10),
reservedForUse5 (11),
reservedForUse6 (12),
reservedForUse7 (13),
reservedForUse8 (14),
eev (15)
} -- 4 bits, EURO-Clases as defined in EC directive 88/77/EEC, annex 1
-- and in 91/542/EEC, 96/1/EC, 1999/96/EC, 2001/27/EC, regulation No 595/2009
-- and for EEV in Section 6.2.1 of Annex I in EC directive 2005/55/EC
CopValue::= ENUMERATED {
noEntry (0),
co2class1 (1), -- below 101 g/km
co2class2 (2), -- 101 to 120 g/km
co2class3 (3), -- 121 to 140 g/km
co2class4 (4), -- 141 to 160 g/km
co2class5 (5), -- 161 to 200 g/km
co2class6 (6), -- 201 to 250 g/km
co2class7 (7), -- above 250 g/km
reservedforUse (8) -- reserved for future CEN and ISO use
} -- 4 bits, reserved for carbon dioxide pollution values as defined in
-- EC directive 2003/127/EC'
EngineCharacteristics::= INTEGER {
noEntry (0),
noEngine (1),
petrolUnleaded (2),
petrolLeaded (3),
diesel (4),
lPG (5),
battery (6),
solar (7),
hybrid (8),
hydrogen (9)
-- (10-255) are reserved for future CEN use
} (0..255)
ExhaustEmissionValues ::= SEQUENCE {
unitType UnitType,
emissionCO INTEGER (0..32767),
emissionHC Int2,
emissionNOX Int2,
emissionHCNOX Int2
}
Int1 ::= INTEGER(0..255)
Int2 ::= INTEGER(0..65535)
PassengerCapacity ::= SEQUENCE{
numberOfSeats Int1,
numberOfStandingPlaces Int1
}
Provider ::= SEQUENCE {
countryCode CountryCode,
providerIdentifier AVIAEIIssuerIdentifier
}
SoundLevel ::= SEQUENCE{
soundstationary Int1,
sounddriveby Int1
}
UnitType::= ENUMERATED {
mg-km (0),
mg-kWh (1)
}
VehicleDimensions ::= SEQUENCE {
vehicleLengthOverall Int1,
vehicleHeigthOverall Int1,
vehicleWidthOverall Int1
}
VehicleWeightLimits ::= SEQUENCE {
vehicleMaxLadenWeight Int2,
vehicleTrainMaximumWeight Int2,
vehicleWeightUnladen Int2
}
END |
ASN.1 | wireshark/epan/dissectors/asn1/its/ISO_TS_17419.asn | -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- ISO TS 17419
--
-- This ASN.1 was generateds: 30.08.2016
--
-- This document contains only the data element needed for the encoding of an IVI message
-- as defined in ISO TS 19321(2015)
--
-- Published version location:
-- http://standards.iso.org/iso/ts/17419/
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CITSapplMgmtIDs {iso(1) standard(0) cits-applMgmt (17419) ids (1) version1 (1)}
DEFINITIONS AUTOMATIC TAGS::=BEGIN
IMPORTS
;
-- End of IMPORTS
-- Types
-- Variable length data types
VarLengthNumber::=CHOICE{
content [0] INTEGER(0..127), -- one octet length
extension [1] Ext1
}
Ext1::=CHOICE{
content [0] INTEGER(128..16511), -- two octets length
extension [1] Ext2
}
Ext2::=CHOICE{
content [0] INTEGER(16512..2113663), -- three octets length
extension [1] Ext3
}
Ext3::=INTEGER(2113664..270549119,...) -- four and more octets length
END |
ASN.1 | wireshark/epan/dissectors/asn1/its/ISO_TS_19091.asn | -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- ISO TS 19091
--
-- This ASN.1 was generated: 30.08.2016
--
-- This document contains the data element needed for the encoding the SPAT, MapData, SignalRequestMessage, SignalStatusMessage message
-- as defined in ISO TS 19091 and SAEJ2735
--
-- It includes the addendunm extensions for Addgrp-C (e.g. Europe)
--
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
--
-- module: DSRC
-- Some Types renamed (added xxxDSRC) to avoid name-clashes with CDD
--
-- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
DSRC {
iso (1) standard (0) signalizedIntersection (19091) profilec(2) dsrc (2) version2 (2)
}
DEFINITIONS AUTOMATIC TAGS::= BEGIN
IMPORTS
Longitude, Latitude, StationID
FROM ITS-Container { itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) version (2) }
Reg-AdvisorySpeed, Reg-ComputedLane, Reg-ConnectionManeuverAssist, Reg-GenericLane,
Reg-IntersectionGeometry, Reg-IntersectionState, Reg-LaneAttributes, Reg-MapData,
Reg-LaneDataAttribute, Reg-MovementEvent, Reg-MovementState,
Reg-NodeAttributeSetXY, Reg-NodeOffsetPointXY, Reg-Position3D, Reg-RequestorDescription, Reg-RequestorType, Reg-RestrictionUserType, Reg-RoadSegment,
Reg-RTCMcorrections, Reg-SignalControlZone, Reg-SignalRequestPackage, Reg-SignalRequest, Reg-SignalStatus, Reg-SignalStatusPackage, Reg-SignalRequestMessage,
Reg-SignalStatusMessage, Reg-SPAT
FROM REGION {iso (1) standard (0) signalizedIntersection (19091) profilec(2) region (1) version2 (2)}
Iso3833VehicleType
FROM ElectronicRegistrationIdentificationVehicleDataModule { iso(1) standard(0) iso24534 (24534) vehicleData (1) version1 (1) };
-- -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
-- Messages
-- -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
REG-EXT-ID-AND-TYPE ::= CLASS {
&id RegionId UNIQUE,
&Type
} WITH SYNTAX {&Type IDENTIFIED BY &id}
RegionalExtension {REG-EXT-ID-AND-TYPE : Set} ::= SEQUENCE {
regionId REG-EXT-ID-AND-TYPE.&id( {Set} ),
regExtValue REG-EXT-ID-AND-TYPE.&Type( {Set}{@regionId} )
}
MapData ::= SEQUENCE {
timeStamp MinuteOfTheYear OPTIONAL,
msgIssueRevision MsgCount,
layerType LayerType OPTIONAL,
layerID LayerID OPTIONAL,
intersections IntersectionGeometryList OPTIONAL,
roadSegments RoadSegmentList OPTIONAL,
dataParameters DataParameters OPTIONAL,
restrictionList RestrictionClassList OPTIONAL,
regional SEQUENCE (SIZE(1..4)) OF
RegionalExtension {{Reg-MapData}} OPTIONAL,
...
}
RTCMcorrections ::= SEQUENCE {
msgCnt MsgCount,
rev RTCM-Revision,
timeStamp MinuteOfTheYear OPTIONAL,
anchorPoint FullPositionVector OPTIONAL,
rtcmHeader RTCMheader OPTIONAL,
msgs RTCMmessageList,
regional SEQUENCE (SIZE(1..4)) OF
RegionalExtension {{Reg-RTCMcorrections}} OPTIONAL,
...
}
SPAT ::= SEQUENCE {
timeStamp MinuteOfTheYear OPTIONAL,
name DescriptiveName OPTIONAL,
intersections IntersectionStateList,
regional SEQUENCE (SIZE(1..4)) OF
RegionalExtension {{Reg-SPAT}} OPTIONAL,
...
}
SignalRequestMessage ::= SEQUENCE {
timeStamp MinuteOfTheYear OPTIONAL,
second DSecond,
sequenceNumber MsgCount OPTIONAL,
requests SignalRequestList OPTIONAL,
requestor RequestorDescription,
regional SEQUENCE (SIZE(1..4)) OF
RegionalExtension {{Reg-SignalRequestMessage}} OPTIONAL,
...
}
SignalStatusMessage ::= SEQUENCE {
timeStamp MinuteOfTheYear OPTIONAL,
second DSecond,
sequenceNumber MsgCount OPTIONAL,
status SignalStatusList,
regional SEQUENCE (SIZE(1..4)) OF
RegionalExtension {{Reg-SignalStatusMessage}} OPTIONAL,
...
}
-- -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
-- Start of entries from table Data_Frames...
-- Data frames
-- -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
AdvisorySpeed ::= SEQUENCE {
type AdvisorySpeedType,
speed SpeedAdvice OPTIONAL,
confidence SpeedConfidenceDSRC OPTIONAL,
distance ZoneLength OPTIONAL,
class RestrictionClassID OPTIONAL,
regional SEQUENCE (SIZE(1..4)) OF
RegionalExtension {{Reg-AdvisorySpeed}} OPTIONAL,
...
}
AdvisorySpeedList ::= SEQUENCE (SIZE(1..16)) OF AdvisorySpeed
AntennaOffsetSet ::= SEQUENCE {
antOffsetX Offset-B12,
antOffsetY Offset-B09,
antOffsetZ Offset-B10
}
ComputedLane ::= SEQUENCE {
referenceLaneId LaneID,
offsetXaxis CHOICE {
small DrivenLineOffsetSm,
large DrivenLineOffsetLg
},
offsetYaxis CHOICE {
small DrivenLineOffsetSm,
large DrivenLineOffsetLg
},
rotateXY Angle OPTIONAL,
scaleXaxis Scale-B12 OPTIONAL,
scaleYaxis Scale-B12 OPTIONAL,
regional SEQUENCE (SIZE(1..4)) OF
RegionalExtension {{Reg-ComputedLane}} OPTIONAL,
...
}
ConnectsToList ::= SEQUENCE (SIZE(1..16)) OF Connection
ConnectingLane ::= SEQUENCE {
lane LaneID,
maneuver AllowedManeuvers OPTIONAL
}
Connection ::= SEQUENCE {
connectingLane ConnectingLane,
remoteIntersection IntersectionReferenceID OPTIONAL,
signalGroup SignalGroupID OPTIONAL,
userClass RestrictionClassID OPTIONAL,
connectionID LaneConnectionID OPTIONAL
}
ConnectionManeuverAssist ::= SEQUENCE {
connectionID LaneConnectionID,
queueLength ZoneLength OPTIONAL,
availableStorageLength ZoneLength OPTIONAL,
waitOnStop WaitOnStopline OPTIONAL,
pedBicycleDetect PedestrianBicycleDetect OPTIONAL,
regional SEQUENCE (SIZE(1..4)) OF
RegionalExtension {{Reg-ConnectionManeuverAssist}} OPTIONAL,
...
}
DataParameters ::= SEQUENCE {
processMethod IA5String(SIZE(1..255)) OPTIONAL,
processAgency IA5String(SIZE(1..255)) OPTIONAL,
lastCheckedDate IA5String(SIZE(1..255)) OPTIONAL,
geoidUsed IA5String(SIZE(1..255)) OPTIONAL,
...
}
DDateTime ::= SEQUENCE {
year DYear OPTIONAL,
month DMonth OPTIONAL,
day DDay OPTIONAL,
hour DHour OPTIONAL,
minute DMinute OPTIONAL,
second DSecond OPTIONAL,
offset DOffset OPTIONAL
}
EnabledLaneList ::= SEQUENCE (SIZE(1..16)) OF LaneID
FullPositionVector ::= SEQUENCE {
utcTime DDateTime OPTIONAL, -- time with mSec precision
long Longitude,
lat Latitude,
elevation Elevation OPTIONAL,
heading HeadingDSRC OPTIONAL,
speed TransmissionAndSpeed OPTIONAL,
posAccuracy PositionalAccuracy OPTIONAL,
timeConfidence TimeConfidence OPTIONAL,
posConfidence PositionConfidenceSet OPTIONAL,
speedConfidence SpeedandHeadingandThrottleConfidence OPTIONAL,
...
}
GenericLane ::= SEQUENCE {
laneID LaneID,
name DescriptiveName OPTIONAL,
ingressApproach ApproachID OPTIONAL,
egressApproach ApproachID OPTIONAL,
laneAttributes LaneAttributes,
maneuvers AllowedManeuvers OPTIONAL,
nodeList NodeListXY,
connectsTo ConnectsToList OPTIONAL,
overlays OverlayLaneList OPTIONAL,
regional SEQUENCE (SIZE(1..4)) OF
RegionalExtension {{Reg-GenericLane}} OPTIONAL,
...
}
IntersectionAccessPoint ::= CHOICE {
lane LaneID,
approach ApproachID,
connection LaneConnectionID,
...
}
IntersectionGeometry ::= SEQUENCE {
name DescriptiveName OPTIONAL,
id IntersectionReferenceID,
revision MsgCount,
refPoint Position3D,
laneWidth LaneWidth OPTIONAL,
speedLimits SpeedLimitList OPTIONAL,
laneSet LaneList,
preemptPriorityData PreemptPriorityList OPTIONAL,
regional SEQUENCE (SIZE(1..4)) OF
RegionalExtension {{Reg-IntersectionGeometry}} OPTIONAL,
...
}
IntersectionGeometryList ::= SEQUENCE (SIZE(1..32)) OF IntersectionGeometry
IntersectionReferenceID ::= SEQUENCE {
region RoadRegulatorID OPTIONAL,
id IntersectionID
}
IntersectionState ::= SEQUENCE {
name DescriptiveName OPTIONAL,
id IntersectionReferenceID,
revision MsgCount,
status IntersectionStatusObject,
moy MinuteOfTheYear OPTIONAL,
timeStamp DSecond OPTIONAL,
enabledLanes EnabledLaneList OPTIONAL,
states MovementList,
maneuverAssistList ManeuverAssistList OPTIONAL,
regional SEQUENCE (SIZE(1..4)) OF
RegionalExtension {{Reg-IntersectionState}} OPTIONAL,
...
}
IntersectionStateList ::= SEQUENCE (SIZE(1..32)) OF IntersectionState
LaneAttributes ::= SEQUENCE {
directionalUse LaneDirection,
sharedWith LaneSharing,
laneType LaneTypeAttributes,
regional RegionalExtension {{Reg-LaneAttributes}} OPTIONAL
}
LaneDataAttribute ::= CHOICE {
pathEndPointAngle DeltaAngle,
laneCrownPointCenter RoadwayCrownAngle,
laneCrownPointLeft RoadwayCrownAngle,
laneCrownPointRight RoadwayCrownAngle,
laneAngle MergeDivergeNodeAngle,
speedLimits SpeedLimitList,
regional SEQUENCE (SIZE(1..4)) OF
RegionalExtension {{Reg-LaneDataAttribute}},
...
}
LaneDataAttributeList ::= SEQUENCE (SIZE(1..8)) OF LaneDataAttribute
LaneList ::= SEQUENCE (SIZE(1..255)) OF GenericLane
LaneSharing ::= BIT STRING {
overlappingLaneDescriptionProvided (0),
multipleLanesTreatedAsOneLane (1),
otherNonMotorizedTrafficTypes (2),
individualMotorizedVehicleTraffic (3),
busVehicleTraffic (4),
taxiVehicleTraffic (5),
pedestriansTraffic (6),
cyclistVehicleTraffic (7),
trackedVehicleTraffic (8),
pedestrianTraffic (9)
} (SIZE (10))
LaneTypeAttributes ::= CHOICE {
vehicle LaneAttributes-Vehicle,
crosswalk LaneAttributes-Crosswalk,
bikeLane LaneAttributes-Bike,
sidewalk LaneAttributes-Sidewalk,
median LaneAttributes-Barrier,
striping LaneAttributes-Striping,
trackedVehicle LaneAttributes-TrackedVehicle,
parking LaneAttributes-Parking,
...
}
ManeuverAssistList ::= SEQUENCE (SIZE(1..16)) OF ConnectionManeuverAssist
MovementEvent ::= SEQUENCE {
eventState MovementPhaseState,
timing TimeChangeDetails OPTIONAL,
speeds AdvisorySpeedList OPTIONAL,
regional SEQUENCE (SIZE(1..4)) OF
RegionalExtension {{Reg-MovementEvent}} OPTIONAL,
...
}
MovementEventList ::= SEQUENCE (SIZE(1..16)) OF MovementEvent
MovementList ::= SEQUENCE (SIZE(1..255)) OF MovementState
MovementState ::= SEQUENCE {
movementName DescriptiveName OPTIONAL,
signalGroup SignalGroupID,
state-time-speed MovementEventList,
maneuverAssistList ManeuverAssistList OPTIONAL,
regional SEQUENCE (SIZE(1..4)) OF
RegionalExtension {{Reg-MovementState}} OPTIONAL,
...
}
NodeAttributeSetXY ::= SEQUENCE {
localNode NodeAttributeXYList OPTIONAL,
disabled SegmentAttributeXYList OPTIONAL,
enabled SegmentAttributeXYList OPTIONAL,
data LaneDataAttributeList OPTIONAL,
dWidth Offset-B10 OPTIONAL,
dElevation Offset-B10 OPTIONAL,
regional SEQUENCE (SIZE(1..4)) OF
RegionalExtension {{Reg-NodeAttributeSetXY}} OPTIONAL,
...
}
NodeAttributeXY ::= ENUMERATED {
reserved,
stopLine,
roundedCapStyleA,
roundedCapStyleB,
mergePoint,
divergePoint,
downstreamStopLine,
downstreamStartNode,
closedToTraffic,
safeIsland,
curbPresentAtStepOff,
hydrantPresent,
...
}
NodeAttributeXYList ::= SEQUENCE (SIZE(1..8)) OF NodeAttributeXY
Node-LLmD-64b ::= SEQUENCE {
lon Longitude,
lat Latitude
}
Node-XY-20b ::= SEQUENCE {
x Offset-B10,
y Offset-B10
}
Node-XY-22b ::= SEQUENCE {
x Offset-B11,
y Offset-B11
}
Node-XY-24b ::= SEQUENCE {
x Offset-B12,
y Offset-B12
}
Node-XY-26b ::= SEQUENCE {
x Offset-B13,
y Offset-B13
}
Node-XY-28b ::= SEQUENCE {
x Offset-B14,
y Offset-B14
}
Node-XY-32b ::= SEQUENCE {
x Offset-B16,
y Offset-B16
}
NodeListXY ::= CHOICE {
nodes NodeSetXY,
computed ComputedLane,
...
}
NodeOffsetPointXY ::= CHOICE {
node-XY1 Node-XY-20b,
node-XY2 Node-XY-22b,
node-XY3 Node-XY-24b,
node-XY4 Node-XY-26b,
node-XY5 Node-XY-28b,
node-XY6 Node-XY-32b,
node-LatLon Node-LLmD-64b,
regional RegionalExtension {{Reg-NodeOffsetPointXY}}
}
NodeXY ::= SEQUENCE {
delta NodeOffsetPointXY,
attributes NodeAttributeSetXY OPTIONAL,
...
}
NodeSetXY ::= SEQUENCE (SIZE(2..63)) OF NodeXY
OverlayLaneList ::= SEQUENCE (SIZE(1..5)) OF LaneID
PositionalAccuracy ::= SEQUENCE {
semiMajor SemiMajorAxisAccuracy,
semiMinor SemiMinorAxisAccuracy,
orientation SemiMajorAxisOrientation
}
PositionConfidenceSet ::= SEQUENCE {
pos PositionConfidence, -- for both horizontal directions
elevation ElevationConfidence
}
Position3D ::= SEQUENCE {
lat Latitude,
long Longitude,
elevation Elevation OPTIONAL,
regional SEQUENCE (SIZE(1..4)) OF
RegionalExtension {{Reg-Position3D}} OPTIONAL,
...
}
PreemptPriorityList ::= SEQUENCE (SIZE(1..32)) OF SignalControlZone
RegulatorySpeedLimit ::= SEQUENCE {
type SpeedLimitType,
speed Velocity
}
RequestorDescription ::= SEQUENCE {
id VehicleID,
type RequestorType OPTIONAL,
position RequestorPositionVector OPTIONAL,
name DescriptiveName OPTIONAL,
routeName DescriptiveName OPTIONAL,
transitStatus TransitVehicleStatus OPTIONAL,
transitOccupancy TransitVehicleOccupancy OPTIONAL,
transitSchedule DeltaTime OPTIONAL,
regional SEQUENCE (SIZE(1..4)) OF
RegionalExtension {{Reg-RequestorDescription}} OPTIONAL,
...
}
RequestorPositionVector ::= SEQUENCE {
position Position3D,
heading Angle OPTIONAL,
speed TransmissionAndSpeed OPTIONAL,
...
}
RequestorType ::= SEQUENCE {
role BasicVehicleRole,
subrole RequestSubRole OPTIONAL,
request RequestImportanceLevel OPTIONAL,
iso3883 Iso3833VehicleType OPTIONAL,
hpmsType VehicleType OPTIONAL,
regional RegionalExtension {{Reg-RequestorType}} OPTIONAL,
...
}
RestrictionClassAssignment ::= SEQUENCE {
id RestrictionClassID,
users RestrictionUserTypeList
}
RestrictionClassList ::= SEQUENCE (SIZE(1..254)) OF RestrictionClassAssignment
RestrictionUserType ::= CHOICE {
basicType RestrictionAppliesTo,
regional SEQUENCE (SIZE(1..4)) OF
RegionalExtension {{Reg-RestrictionUserType}},
...
}
RestrictionUserTypeList ::= SEQUENCE (SIZE(1..16)) OF RestrictionUserType
RoadLaneSetList ::= SEQUENCE (SIZE(1..255)) OF GenericLane
RoadSegmentReferenceID ::= SEQUENCE {
region RoadRegulatorID OPTIONAL,
id RoadSegmentID
}
RoadSegment ::= SEQUENCE {
name DescriptiveName OPTIONAL,
id RoadSegmentReferenceID,
revision MsgCount,
refPoint Position3D,
laneWidth LaneWidth OPTIONAL,
speedLimits SpeedLimitList OPTIONAL,
roadLaneSet RoadLaneSetList,
regional SEQUENCE (SIZE(1..4)) OF
RegionalExtension {{Reg-RoadSegment}} OPTIONAL,
...
}
RoadSegmentList ::= SEQUENCE (SIZE(1..32)) OF RoadSegment
RTCMheader ::= SEQUENCE {
status GNSSstatus,
offsetSet AntennaOffsetSet
}
RTCMmessageList ::= SEQUENCE (SIZE(1..5)) OF RTCMmessage
SegmentAttributeXYList ::= SEQUENCE (SIZE(1..8)) OF SegmentAttributeXY
SignalControlZone ::= SEQUENCE {
zone RegionalExtension {{Reg-SignalControlZone}},
...
}
SignalRequesterInfo ::= SEQUENCE {
id VehicleID,
request RequestID,
sequenceNumber MsgCount,
role BasicVehicleRole OPTIONAL,
typeData RequestorType OPTIONAL,
...
}
SignalRequest ::= SEQUENCE {
id IntersectionReferenceID,
requestID RequestID,
requestType PriorityRequestType,
inBoundLane IntersectionAccessPoint,
outBoundLane IntersectionAccessPoint OPTIONAL,
regional SEQUENCE (SIZE(1..4)) OF
RegionalExtension {{Reg-SignalRequest}} OPTIONAL,
...
}
SignalRequestList ::= SEQUENCE (SIZE(1..32)) OF SignalRequestPackage
SignalRequestPackage ::= SEQUENCE {
request SignalRequest,
minute MinuteOfTheYear OPTIONAL,
second DSecond OPTIONAL,
duration DSecond OPTIONAL,
regional SEQUENCE (SIZE(1..4)) OF
RegionalExtension {{Reg-SignalRequestPackage}} OPTIONAL,
...
}
SignalStatus ::= SEQUENCE {
sequenceNumber MsgCount,
id IntersectionReferenceID,
sigStatus SignalStatusPackageList,
regional SEQUENCE (SIZE(1..4)) OF
RegionalExtension {{Reg-SignalStatus}} OPTIONAL,
...
}
SignalStatusList ::= SEQUENCE (SIZE(1..32)) OF SignalStatus
SignalStatusPackageList ::= SEQUENCE (SIZE(1..32)) OF SignalStatusPackage
SignalStatusPackage ::= SEQUENCE {
requester SignalRequesterInfo OPTIONAL,
inboundOn IntersectionAccessPoint,
outboundOn IntersectionAccessPoint OPTIONAL,
minute MinuteOfTheYear OPTIONAL,
second DSecond OPTIONAL,
duration DSecond OPTIONAL,
status PrioritizationResponseStatus,
regional SEQUENCE (SIZE(1..4)) OF
RegionalExtension {{Reg-SignalStatusPackage}} OPTIONAL,
...
}
SpeedandHeadingandThrottleConfidence ::= SEQUENCE {
heading HeadingConfidenceDSRC,
speed SpeedConfidenceDSRC,
throttle ThrottleConfidence
}
SpeedLimitList ::= SEQUENCE (SIZE(1..9)) OF RegulatorySpeedLimit
SpeedLimitType ::= ENUMERATED {
unknown,
maxSpeedInSchoolZone,
maxSpeedInSchoolZoneWhenChildrenArePresent,
maxSpeedInConstructionZone,
vehicleMinSpeed,
vehicleMaxSpeed,
vehicleNightMaxSpeed,
truckMinSpeed,
truckMaxSpeed,
truckNightMaxSpeed,
vehiclesWithTrailersMinSpeed,
vehiclesWithTrailersMaxSpeed,
vehiclesWithTrailersNightMaxSpeed,
...
}
TimeChangeDetails ::= SEQUENCE {
startTime TimeMark OPTIONAL,
minEndTime TimeMark,
maxEndTime TimeMark OPTIONAL,
likelyTime TimeMark OPTIONAL,
confidence TimeIntervalConfidence OPTIONAL,
nextTime TimeMark OPTIONAL
}
TimeMark ::= INTEGER (0..36001)
TransmissionAndSpeed ::= SEQUENCE {
transmisson TransmissionState,
speed Velocity
}
VehicleID ::= CHOICE {
entityID TemporaryID,
stationID StationID
}
-- -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
-- data elements
-- -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
AdvisorySpeedType ::= ENUMERATED {
none (0),
greenwave (1),
ecoDrive (2),
transit (3),
...
}
AllowedManeuvers ::= BIT STRING {
maneuverStraightAllowed (0),
maneuverLeftAllowed (1),
maneuverRightAllowed (2),
maneuverUTurnAllowed (3),
maneuverLeftTurnOnRedAllowed (4),
maneuverRightTurnOnRedAllowed (5),
maneuverLaneChangeAllowed (6),
maneuverNoStoppingAllowed (7),
yieldAllwaysRequired (8),
goWithHalt (9),
caution (10),
reserved1 (11)
} (SIZE(12))
Angle ::= INTEGER (0..28800)
ApproachID ::= INTEGER (0..15)
BasicVehicleRole ::= ENUMERATED {
basicVehicle (0),
publicTransport (1),
specialTransport (2),
dangerousGoods (3),
roadWork (4),
roadRescue (5),
emergency (6),
safetyCar (7),
none-unknown (8),
truck (9),
motorcycle (10),
roadSideSource (11),
police (12),
fire (13),
ambulance (14),
dot (15),
transit (16),
slowMoving (17),
stopNgo (18),
cyclist (19),
pedestrian (20),
nonMotorized (21),
military (22),
...
}
DDay ::= INTEGER (0..31)
DeltaAngle ::= INTEGER (-150..150)
DeltaTime ::= INTEGER (-122 .. 121)
DescriptiveName ::= IA5String (SIZE(1..63))
DHour ::= INTEGER (0..31)
DMinute ::= INTEGER (0..60)
DMonth ::= INTEGER (0..12)
DOffset ::= INTEGER (-840..840)
DrivenLineOffsetLg ::= INTEGER (-32767..32767)
DrivenLineOffsetSm ::= INTEGER (-2047..2047)
DSecond ::= INTEGER (0..65535)
DSRCmsgID ::= INTEGER (0..32767)
mapData DSRCmsgID ::= 18
rtcmCorrections DSRCmsgID ::= 28
signalPhaseAndTimingMessage DSRCmsgID ::= 19
signalRequestMessage DSRCmsgID ::= 29
signalStatusMessage DSRCmsgID ::= 30
DYear ::= INTEGER (0..4095)
Elevation ::= INTEGER (-4096..61439)
ElevationConfidence ::= ENUMERATED {
unavailable (0),
elev-500-00 (1),
elev-200-00 (2),
elev-100-00 (3),
elev-050-00 (4),
elev-020-00 (5),
elev-010-00 (6),
elev-005-00 (7),
elev-002-00 (8),
elev-001-00 (9),
elev-000-50 (10),
elev-000-20 (11),
elev-000-10 (12),
elev-000-05 (13),
elev-000-02 (14),
elev-000-01 (15)
}
FuelType ::= INTEGER (0..15)
unknownFuel FuelType ::= 0
gasoline FuelType ::= 1
ethanol FuelType ::= 2
diesel FuelType ::= 3
electric FuelType ::= 4
hybrid FuelType ::= 5
hydrogen FuelType ::= 6
natGasLiquid FuelType ::= 7
natGasComp FuelType ::= 8
propane FuelType ::= 9
GNSSstatus ::= BIT STRING {
unavailable (0),
isHealthy (1),
isMonitored (2),
baseStationType (3),
aPDOPofUnder5 (4),
inViewOfUnder5 (5),
localCorrectionsPresent (6),
networkCorrectionsPresent (7)
} (SIZE(8))
HeadingConfidenceDSRC ::= ENUMERATED {
unavailable (0),
prec10deg (1),
prec05deg (2),
prec01deg (3),
prec0-1deg (4),
prec0-05deg (5),
prec0-01deg (6),
prec0-0125deg (7)
}
HeadingDSRC ::= INTEGER (0..28800)
IntersectionID ::= INTEGER (0..65535)
IntersectionStatusObject ::= BIT STRING {
manualControlIsEnabled (0),
stopTimeIsActivated (1),
failureFlash (2),
preemptIsActive (3),
signalPriorityIsActive (4),
fixedTimeOperation (5),
trafficDependentOperation (6),
standbyOperation (7),
failureMode (8),
off (9),
recentMAPmessageUpdate (10),
recentChangeInMAPassignedLanesIDsUsed (11),
noValidMAPisAvailableAtThisTime (12),
noValidSPATisAvailableAtThisTime (13)
} (SIZE(16))
LaneAttributes-Barrier ::= BIT STRING {
median-RevocableLane (0),
median (1),
whiteLineHashing (2),
stripedLines (3),
doubleStripedLines (4),
trafficCones (5),
constructionBarrier (6),
trafficChannels (7),
lowCurbs (8),
highCurbs (9)
} (SIZE (16))
LaneAttributes-Bike ::= BIT STRING {
bikeRevocableLane (0),
pedestrianUseAllowed (1),
isBikeFlyOverLane (2),
fixedCycleTime (3),
biDirectionalCycleTimes (4),
isolatedByBarrier (5),
unsignalizedSegmentsPresent (6)
} (SIZE (16))
LaneAttributes-Crosswalk ::= BIT STRING {
crosswalkRevocableLane (0),
bicyleUseAllowed (1),
isXwalkFlyOverLane (2),
fixedCycleTime (3),
biDirectionalCycleTimes (4),
hasPushToWalkButton (5),
audioSupport (6),
rfSignalRequestPresent (7),
unsignalizedSegmentsPresent (8)
} (SIZE (16))
LaneAttributes-Parking ::= BIT STRING {
parkingRevocableLane (0),
parallelParkingInUse (1),
headInParkingInUse (2),
doNotParkZone (3),
parkingForBusUse (4),
parkingForTaxiUse (5),
noPublicParkingUse (6)
} (SIZE (16))
LaneAttributes-Sidewalk ::= BIT STRING {
sidewalk-RevocableLane (0),
bicyleUseAllowed (1),
isSidewalkFlyOverLane (2),
walkBikes (3)
} (SIZE (16))
LaneAttributes-Striping ::= BIT STRING {
stripeToConnectingLanesRevocableLane (0),
stripeDrawOnLeft (1),
stripeDrawOnRight (2),
stripeToConnectingLanesLeft (3),
stripeToConnectingLanesRight (4),
stripeToConnectingLanesAhead (5)
} (SIZE (16))
LaneAttributes-TrackedVehicle ::= BIT STRING {
spec-RevocableLane (0),
spec-commuterRailRoadTrack (1),
spec-lightRailRoadTrack (2),
spec-heavyRailRoadTrack (3),
spec-otherRailType (4)
} (SIZE (16))
LaneAttributes-Vehicle ::= BIT STRING {
isVehicleRevocableLane (0),
isVehicleFlyOverLane (1),
hovLaneUseOnly (2),
restrictedToBusUse (3),
restrictedToTaxiUse (4),
restrictedFromPublicUse (5),
hasIRbeaconCoverage (6),
permissionOnRequest (7)
} (SIZE (8,...))
LaneConnectionID ::= INTEGER (0..255)
LaneDirection ::= BIT STRING {
ingressPath (0),
egressPath (1)
} (SIZE (2))
LaneID ::= INTEGER (0..255)
LayerID ::= INTEGER (0..100)
LayerType ::= ENUMERATED {
none,
mixedContent,
generalMapData,
intersectionData,
curveData,
roadwaySectionData,
parkingAreaData,
sharedLaneData,
...
}
LaneWidth ::= INTEGER (0..32767)
MergeDivergeNodeAngle ::= INTEGER (-180..180)
MinuteOfTheYear ::= INTEGER (0..527040)
MovementPhaseState ::= ENUMERATED {
unavailable (0),
dark (1),
stop-Then-Proceed (2),
stop-And-Remain (3),
pre-Movement (4),
permissive-Movement-Allowed (5),
protected-Movement-Allowed (6),
permissive-clearance (7),
protected-clearance (8),
caution-Conflicting-Traffic (9)
}
MsgCount ::= INTEGER (0..127)
Offset-B09 ::= INTEGER (-256..255)
Offset-B10 ::= INTEGER (-512..511)
Offset-B11 ::= INTEGER (-1024..1023)
Offset-B12 ::= INTEGER (-2048..2047)
Offset-B13 ::= INTEGER (-4096..4095)
Offset-B14 ::= INTEGER (-8192..8191)
Offset-B16 ::= INTEGER (-32768..32767)
PedestrianBicycleDetect ::= BOOLEAN
PositionConfidence ::= ENUMERATED {
unavailable (0),
a500m (1),
a200m (2),
a100m (3),
a50m (4),
a20m (5),
a10m (6),
a5m (7),
a2m (8),
a1m (9),
a50cm (10),
a20cm (11),
a10cm (12),
a5cm (13),
a2cm (14),
a1cm (15)
}
PrioritizationResponseStatus ::= ENUMERATED {
unknown (0),
requested (1),
processing (2),
watchOtherTraffic (3),
granted (4),
rejected (5),
maxPresence (6),
reserviceLocked (7),
...
}
PriorityRequestType ::= ENUMERATED {
priorityRequestTypeReserved (0),
priorityRequest (1),
priorityRequestUpdate (2),
priorityCancellation (3),
...
}
RegionId ::= INTEGER (0..255)
noRegion RegionId ::= 0
addGrpA RegionId ::= 1
addGrpB RegionId ::= 2
addGrpC RegionId ::= 3
RequestID ::= INTEGER (0..255)
RequestImportanceLevel ::= ENUMERATED {
requestImportanceLevelUnKnown (0),
requestImportanceLevel1 (1),
requestImportanceLevel2 (2),
requestImportanceLevel3 (3),
requestImportanceLevel4 (4),
requestImportanceLevel5 (5),
requestImportanceLevel6 (6),
requestImportanceLevel7 (7),
requestImportanceLevel8 (8),
requestImportanceLevel9 (9),
requestImportanceLevel10 (10),
requestImportanceLevel11 (11),
requestImportanceLevel12 (12),
requestImportanceLevel13 (13),
requestImportanceLevel14 (14),
requestImportanceReserved (15)
}
RequestSubRole ::= ENUMERATED {
requestSubRoleUnKnown (0),
requestSubRole1 (1),
requestSubRole2 (2),
requestSubRole3 (3),
requestSubRole4 (4),
requestSubRole5 (5),
requestSubRole6 (6),
requestSubRole7 (7),
requestSubRole8 (8),
requestSubRole9 (9),
requestSubRole10 (10),
requestSubRole11 (11),
requestSubRole12 (12),
requestSubRole13 (13),
requestSubRole14 (14),
requestSubRoleReserved (15)
}
RestrictionAppliesTo ::= ENUMERATED {
none,
equippedTransit,
equippedTaxis,
equippedOther,
emissionCompliant,
equippedBicycle,
weightCompliant,
heightCompliant,
pedestrians,
slowMovingPersons,
wheelchairUsers,
visualDisabilities,
audioDisabilities,
otherUnknownDisabilities,
...
}
RestrictionClassID ::= INTEGER (0..255)
RoadRegulatorID ::= INTEGER (0..65535)
RoadSegmentID ::= INTEGER (0..65535)
RoadwayCrownAngle ::= INTEGER (-128..127)
RTCMmessage ::= OCTET STRING (SIZE(1..1023))
RTCM-Revision ::= ENUMERATED {
unknown (0),
rtcmRev2 (1), -- Std 10402.x et al
rtcmRev3 (2), -- Std 10403.x et al
reserved (3),
...
}
Scale-B12 ::= INTEGER (-2048..2047)
SignalGroupID ::= INTEGER (0..255)
SegmentAttributeXY ::= ENUMERATED {
reserved ,
doNotBlock ,
whiteLine ,
mergingLaneLeft ,
mergingLaneRight ,
curbOnLeft ,
curbOnRight ,
loadingzoneOnLeft ,
loadingzoneOnRight ,
turnOutPointOnLeft ,
turnOutPointOnRight ,
adjacentParkingOnLeft ,
adjacentParkingOnRight ,
adjacentBikeLaneOnLeft ,
adjacentBikeLaneOnRight ,
sharedBikeLane ,
bikeBoxInFront ,
transitStopOnLeft ,
transitStopOnRight ,
transitStopInLane ,
sharedWithTrackedVehicle ,
safeIsland ,
lowCurbsPresent ,
rumbleStripPresent ,
audibleSignalingPresent ,
adaptiveTimingPresent ,
rfSignalRequestPresent ,
partialCurbIntrusion ,
taperToLeft ,
taperToRight ,
taperToCenterLine ,
parallelParking ,
headInParking ,
freeParking ,
timeRestrictionsOnParking ,
costToPark ,
midBlockCurbPresent ,
unEvenPavementPresent ,
...
}
SemiMajorAxisAccuracy ::= INTEGER (0..255)
SemiMajorAxisOrientation ::= INTEGER (0..65535)
SemiMinorAxisAccuracy ::= INTEGER (0..255)
SpeedAdvice ::= INTEGER (0..500)
SpeedConfidenceDSRC ::= ENUMERATED {
unavailable (0), -- Not Equipped or unavailable
prec100ms (1), -- 100 meters / sec
prec10ms (2), -- 10 meters / sec
prec5ms (3), -- 5 meters / sec
prec1ms (4), -- 1 meters / sec
prec0-1ms (5), -- 0.1 meters / sec
prec0-05ms (6), -- 0.05 meters / sec
prec0-01ms (7) -- 0.01 meters / sec
}
TemporaryID ::= OCTET STRING (SIZE(4))
ThrottleConfidence ::= ENUMERATED {
unavailable (0),
prec10percent (1),
prec1percent (2),
prec0-5percent (3)
}
TimeConfidence ::= ENUMERATED {
unavailable (0),
time-100-000 (1),
time-050-000 (2),
time-020-000 (3),
time-010-000 (4),
time-002-000 (5),
time-001-000 (6),
time-000-500 (7),
time-000-200 (8),
time-000-100 (9),
time-000-050 (10),
time-000-020 (11),
time-000-010 (12),
time-000-005 (13),
time-000-002 (14),
time-000-001 (15),
time-000-000-5 (16),
time-000-000-2 (17),
time-000-000-1 (18),
time-000-000-05 (19),
time-000-000-02 (20),
time-000-000-01 (21),
time-000-000-005 (22),
time-000-000-002 (23),
time-000-000-001 (24),
time-000-000-000-5 (25),
time-000-000-000-2 (26),
time-000-000-000-1 (27),
time-000-000-000-05 (28),
time-000-000-000-02 (29),
time-000-000-000-01 (30),
time-000-000-000-005 (31),
time-000-000-000-002 (32),
time-000-000-000-001 (33),
time-000-000-000-000-5 (34),
time-000-000-000-000-2 (35),
time-000-000-000-000-1 (36),
time-000-000-000-000-05 (37),
time-000-000-000-000-02 (38),
time-000-000-000-000-01 (39)
}
TimeIntervalConfidence ::= INTEGER (0..15)
TransitVehicleOccupancy ::= ENUMERATED {
occupancyUnknown (0),
occupancyEmpty (1),
occupancyVeryLow (2),
occupancyLow (3),
occupancyMed (4),
occupancyHigh (5),
occupancyNearlyFull (6),
occupancyFull (7)
}
TransitVehicleStatus ::= BIT STRING {
loading (0),
anADAuse (1),
aBikeLoad (2),
doorOpen (3),
charging (4),
atStopLine (5)
} (SIZE(8))
TransmissionState ::= ENUMERATED {
neutral (0),
park (1),
forwardGears (2),
reverseGears (3),
reserved1 (4),
reserved2 (5),
reserved3 (6),
unavailable (7)
}
VehicleHeight ::= INTEGER (0..127)
VehicleType ::= ENUMERATED {
none (0),
unknown (1),
special (2),
moto (3),
car (4),
carOther (5),
bus (6),
axleCnt2 (7),
axleCnt3 (8),
axleCnt4 (9),
axleCnt4Trailer (10),
axleCnt5Trailer (11),
axleCnt6Trailer (12),
axleCnt5MultiTrailer (13),
axleCnt6MultiTrailer (14),
axleCnt7MultiTrailer (15),
...
}
Velocity ::= INTEGER (0..8191)
WaitOnStopline ::= BOOLEAN
ZoneLength ::= INTEGER (0..10000)
END
-- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
--
-- module: AddGrpC
--
-- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
AddGrpC {
iso (1) standard (0) signalizedIntersection (19091) profilec (2) addgrpc (0)
version2 (2)
}
DEFINITIONS AUTOMATIC TAGS::= BEGIN
IMPORTS
DeltaTime, FuelType, IntersectionID, LaneConnectionID, LaneID, NodeOffsetPointXY, NodeSetXY, PrioritizationResponseStatus, SignalGroupID, VehicleHeight
FROM DSRC {
iso (1) standard (0) signalizedIntersection (19091) profilec(2) dsrc (2) version2 (2)
}
Altitude, DeltaAltitude, StationID, VehicleMass
FROM ITS-Container { itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) version (2) };
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- AddGrpC data dictionary extensions to SAEJ2735
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ConnectionManeuverAssist-addGrpC ::= SEQUENCE {
itsStationPosition ItsStationPositionList OPTIONAL,
...
}
ConnectionTrajectory-addGrpC ::= SEQUENCE {
nodes NodeSetXY,
connectionID LaneConnectionID,
...
}
IntersectionState-addGrpC ::= SEQUENCE {
activePrioritizations PrioritizationResponseList OPTIONAL,
...
}
LaneAttributes-addGrpC ::= SEQUENCE {
maxVehicleHeight VehicleHeight OPTIONAL,
maxVehicleWeight VehicleMass OPTIONAL,
...
}
MapData-addGrpC ::= SEQUENCE {
signalHeadLocations SignalHeadLocationList OPTIONAL,
...
}
MovementEvent-addGrpC ::= SEQUENCE {
stateChangeReason ExceptionalCondition OPTIONAL,
...
}
NodeAttributeSet-addGrpC ::= SEQUENCE {
ptvRequest PtvRequestType OPTIONAL,
nodeLink NodeLink OPTIONAL,
node Node OPTIONAL,
...
}
Position3D-addGrpC ::= SEQUENCE {
altitude Altitude,
...
}
RestrictionUserType-addGrpC ::= SEQUENCE {
emission EmissionType OPTIONAL,
fuel FuelType OPTIONAL,
...
}
RequestorDescription-addGrpC ::= SEQUENCE {
fuel FuelType OPTIONAL,
batteryStatus BatteryStatus OPTIONAL,
...
}
SignalStatusPackage-addGrpC ::= SEQUENCE {
synchToSchedule DeltaTime OPTIONAL,
rejectedReason RejectedReason OPTIONAL,
...
}
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- Data frames
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ItsStationPosition ::= SEQUENCE {
stationID StationID,
laneID LaneID OPTIONAL,
nodeXY NodeOffsetPointXY OPTIONAL,
timeReference TimeReference OPTIONAL,
...
}
ItsStationPositionList ::= SEQUENCE SIZE(1..5) OF ItsStationPosition
Node ::= SEQUENCE {
id INTEGER,
lane LaneID OPTIONAL,
connectionID LaneConnectionID OPTIONAL,
intersectionID IntersectionID OPTIONAL,
...
}
NodeLink ::= SEQUENCE SIZE (1..5) OF Node
PrioritizationResponse ::= SEQUENCE {
stationID StationID,
priorState PrioritizationResponseStatus,
signalGroup SignalGroupID,
...
}
PrioritizationResponseList ::= SEQUENCE SIZE(1..10) OF PrioritizationResponse
SignalHeadLocation ::= SEQUENCE {
nodeXY NodeOffsetPointXY,
nodeZ DeltaAltitude,
signalGroupID SignalGroupID,
...
}
SignalHeadLocationList ::= SEQUENCE (SIZE(1..64)) OF SignalHeadLocation
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- Data elements
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BatteryStatus ::= ENUMERATED {
unknown,
critical,
low,
good,
...
}
EmissionType ::= ENUMERATED {
euro1,
euro2,
euro3,
euro4,
euro5,
euro6,
...
}
ExceptionalCondition ::= ENUMERATED {
unknown,
publicTransportPriority,
emergencyVehiclePriority,
trainPriority,
bridgeOpen,
vehicleHeight,
weather,
trafficJam,
tunnelClosure,
meteringActive,
truckPriority,
bicyclePlatoonPriority,
vehiclePlatoonPriority,
...
}
PtvRequestType ::= ENUMERATED {
preRequest,
mainRequest,
doorCloseRequest,
cancelRequest,
emergencyRequest,
...
}
RejectedReason ::= ENUMERATED {
unknown,
exceptionalCondition,
maxWaitingTimeExceeded,
ptPriorityDisabled,
higherPTPriorityGranted,
vehicleTrackingUnknown,
...
}
TimeReference ::= INTEGER { oneMilliSec(1) } (0..60000)
END
-- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
--
-- module: REGION
--
-- ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-
REGION {
iso (1) standard (0) signalizedIntersection (19091) profilec (2) region (1)
version2 (2)
}
DEFINITIONS AUTOMATIC TAGS::= BEGIN
IMPORTS
addGrpC, REG-EXT-ID-AND-TYPE
FROM DSRC {
iso (1) standard (0) signalizedIntersection (19091) profilec(2) dsrc (2) version2 (2)
}
ConnectionManeuverAssist-addGrpC, ConnectionTrajectory-addGrpC,
IntersectionState-addGrpC, LaneAttributes-addGrpC, MapData-addGrpC,
MovementEvent-addGrpC, NodeAttributeSet-addGrpC, Position3D-addGrpC, RequestorDescription-addGrpC, RestrictionUserType-addGrpC, SignalStatusPackage-addGrpC
FROM AddGrpC {iso (1) standard (0) signalizedIntersection (19091) profilec(2) addgrpc (0) version2 (2)};
Reg-AdvisorySpeed REG-EXT-ID-AND-TYPE ::= { ... }
Reg-ComputedLane REG-EXT-ID-AND-TYPE ::= { ... }
Reg-ConnectionManeuverAssist REG-EXT-ID-AND-TYPE ::= {
{ConnectionManeuverAssist-addGrpC IDENTIFIED BY addGrpC},
...
}
Reg-GenericLane REG-EXT-ID-AND-TYPE ::= {
{ConnectionTrajectory-addGrpC IDENTIFIED BY addGrpC} ,
...
}
Reg-IntersectionGeometry REG-EXT-ID-AND-TYPE ::= { ... }
Reg-IntersectionState REG-EXT-ID-AND-TYPE ::= {
{IntersectionState-addGrpC IDENTIFIED BY addGrpC},
...
}
Reg-LaneAttributes REG-EXT-ID-AND-TYPE ::= {
{LaneAttributes-addGrpC IDENTIFIED BY addGrpC} ,
...
}
Reg-LaneDataAttribute REG-EXT-ID-AND-TYPE ::= { ... }
Reg-MapData REG-EXT-ID-AND-TYPE ::= {
{MapData-addGrpC IDENTIFIED BY addGrpC},
...
}
Reg-MovementEvent REG-EXT-ID-AND-TYPE ::= {
{MovementEvent-addGrpC IDENTIFIED BY addGrpC} ,
...
}
Reg-MovementState REG-EXT-ID-AND-TYPE ::= { ... }
-- Reg-NodeAttributeSetLL REG-EXT-ID-AND-TYPE ::= { ... }
Reg-NodeAttributeSetXY REG-EXT-ID-AND-TYPE ::= {
{NodeAttributeSet-addGrpC IDENTIFIED BY addGrpC},
...
}
-- Reg-NodeOffsetPointLL REG-EXT-ID-AND-TYPE ::= { ... }
Reg-NodeOffsetPointXY REG-EXT-ID-AND-TYPE ::= { ... }
Reg-Position3D REG-EXT-ID-AND-TYPE ::= {
{Position3D-addGrpC IDENTIFIED BY addGrpC} ,
...
}
Reg-RequestorDescription REG-EXT-ID-AND-TYPE ::= {
{ RequestorDescription-addGrpC IDENTIFIED BY addGrpC} ,
...
}
Reg-RequestorType REG-EXT-ID-AND-TYPE ::= { ... }
Reg-RestrictionUserType REG-EXT-ID-AND-TYPE ::= {
{RestrictionUserType-addGrpC IDENTIFIED BY addGrpC} ,
...
}
Reg-RoadSegment REG-EXT-ID-AND-TYPE ::= { ... }
Reg-RTCMcorrections REG-EXT-ID-AND-TYPE ::= { ... }
Reg-SignalControlZone REG-EXT-ID-AND-TYPE ::= { ... }
Reg-SignalRequest REG-EXT-ID-AND-TYPE ::= { ... }
Reg-SignalRequestMessage REG-EXT-ID-AND-TYPE ::= { ... }
Reg-SignalRequestPackage REG-EXT-ID-AND-TYPE ::= { ... }
Reg-SignalStatus REG-EXT-ID-AND-TYPE ::= { ... }
Reg-SignalStatusMessage REG-EXT-ID-AND-TYPE ::= { ... }
Reg-SignalStatusPackage REG-EXT-ID-AND-TYPE ::= {
{ SignalStatusPackage-addGrpC IDENTIFIED BY addGrpC },
...
}
Reg-SPAT REG-EXT-ID-AND-TYPE ::= { ... }
END |
ASN.1 | wireshark/epan/dissectors/asn1/its/ISO_TS_19321.asn | -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- ISO TS 19321
--
-- This ASN.1 was generateds: 30.08.2016
--
-- Due to typos in the published version,
-- small ASN.1 syntax adaptations have been executed
--
-- Published version location:
-- http://standards.iso.org/iso/ts/19321
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IVI {iso (1) standard (0) ivi (19321) version1 (1)}
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
ItsPduHeader, Altitude, DangerousGoodsBasic , DeltaLatitude, DeltaLongitude, DeltaReferencePosition, Heading, HeadingValue, Latitude, LanePosition, Longitude, ReferencePosition, RoadType, SpecialTransportType, Speed, StationType, TimestampIts, VehicleRole
FROM ITS-Container { itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) version (2) }
AxleWeightLimits, DieselEmissionValues, ExhaustEmissionValues, EngineCharacteristics, EnvironmentalCharacteristics, PassengerCapacity , Provider, SoundLevel, VehicleDimensions, VehicleWeightLimits
FROM EfcDsrcApplication {iso(1) standard(0) 14906 application(0) version5(5)}
EuVehicleCategoryCode, Iso3833VehicleType
FROM ElectronicRegistrationIdentificationVehicleDataModule {iso(1) standard(0) iso24534 (24534) vehicleData (1) version1 (1)}
VarLengthNumber
FROM CITSapplMgmtIDs {iso(1) standard(0) cits-applMgmt (17419) ids (1) version1 (1)}
;
-- End of IMPORTS
--Definition of IVI message to be send over the air is outside of the scope and given for information only:
IVI::= SEQUENCE {
header ItsPduHeader,
ivi IviStructure
}
--Definition of IVI Structure
IviStructure::= SEQUENCE{
mandatory IVIManagementContainer,
optional SEQUENCE (SIZE (1..8,...)) OF IviContainer OPTIONAL
}
--Definition of Containers
IviContainer::= CHOICE {
glc GeographicLocationContainer,
giv GeneralIviContainer,
rcc RoadConfigurationContainer,
tc TextContainer,
lac LayoutContainer,
... -- extension for future containers
}
-- Prefix IVI added due to naming collision with data element ManagementContainer of Module DENM-PDU-Descriptions
IVIManagementContainer::= SEQUENCE {
serviceProviderId Provider,
iviIdentificationNumber IviIdentificationNumber,
timeStamp TimestampIts OPTIONAL,
validFrom TimestampIts OPTIONAL,
validTo TimestampIts OPTIONAL,
connectedIviStructures SEQUENCE (SIZE(1..8)) OF IviIdentificationNumber OPTIONAL,
iviStatus IviStatus,
...
}
GeographicLocationContainer::= SEQUENCE {
referencePosition ReferencePosition,
referencePositionTime TimestampIts OPTIONAL,
referencePositionHeading Heading OPTIONAL,
referencePositionSpeed Speed OPTIONAL,
parts SEQUENCE (SIZE (1..16,...)) OF GlcPart,
...
}
GlcPart::= SEQUENCE {
zoneId Zid,
laneNumber LanePosition OPTIONAL,
zoneExtension INTEGER (0..255) OPTIONAL,
zoneHeading HeadingValue OPTIONAL,
zone Zone OPTIONAL,
...
}
GeneralIviContainer::= SEQUENCE (SIZE (1..16,...)) OF GicPart
GicPart::= SEQUENCE {
detectionZoneIds SEQUENCE (SIZE (1..8,...)) OF Zid OPTIONAL,
its-Rrid VarLengthNumber OPTIONAL,
relevanceZoneIds SEQUENCE (SIZE (1..8,...)) OF Zid OPTIONAL,
direction Direction OPTIONAL,
driverAwarenessZoneIds SEQUENCE (SIZE (1..8,...)) OF Zid OPTIONAL,
minimumAwarenessTime INTEGER (0..255) OPTIONAL,
applicableLanes SEQUENCE (SIZE (1..8,...)) OF LanePosition OPTIONAL,
iviType IviType,
iviPurpose IviPurpose OPTIONAL,
laneStatus LaneStatus OPTIONAL,
vehicleCharacteristics SEQUENCE (SIZE (1..8, ...)) OF CompleteVehicleCharacteristics OPTIONAL,
driverCharacteristics DriverCharacteristics OPTIONAL,
layoutId INTEGER(1..4,...) OPTIONAL,
preStoredlayoutId INTEGER(1..64,...) OPTIONAL,
roadSignCodes SEQUENCE (SIZE (1..4,...)) OF RSCode,
extraText SEQUENCE (SIZE (1..4,...)) OF Text (WITH COMPONENTS {layoutComponentId, language, textContent (SIZE(1..32))}) OPTIONAL,
...
}
RoadConfigurationContainer::= SEQUENCE (SIZE (1..16,...)) OF RccPart
RccPart::= SEQUENCE{
zoneIds SEQUENCE (SIZE (1..8,...)) OF Zid,
roadType RoadType,
laneConfiguration SEQUENCE (SIZE (1..16,...)) OF LaneInformation,
...
}
TextContainer::= SEQUENCE (SIZE (1..16,...)) OF TcPart
TcPart::= SEQUENCE {
detectionZoneIds SEQUENCE (SIZE (1..8,...)) OF Zid OPTIONAL,
relevanceZoneIds SEQUENCE (SIZE (1..8,...)) OF Zid,
direction Direction OPTIONAL,
driverAwarenessZoneIds SEQUENCE (SIZE (1..8,...)) OF Zid OPTIONAL,
minimumAwarenessTime INTEGER (0..255) OPTIONAL,
applicableLanes SEQUENCE (SIZE (1..8,...)) OF LanePosition OPTIONAL,
layoutId INTEGER(1..4,...) OPTIONAL,
preStoredlayoutId INTEGER(1..64,...) OPTIONAL,
text SEQUENCE (SIZE (1..4,...)) OF Text OPTIONAL,
data OCTET STRING,
...
}
LayoutContainer::=SEQUENCE{
layoutId INTEGER(1..4,...),
height INTEGER(10..73) OPTIONAL,
width INTEGER(10..265) OPTIONAL,
layoutComponents SEQUENCE SIZE (1..4,...) OF LayoutComponent,
...
}
-- Definition of Data Frames & Elements
AbsolutePosition::= SEQUENCE{
latitude Latitude,
longitude Longitude
}
AbsolutePositionWAltitude::= SEQUENCE{
latitude Latitude,
longitude Longitude,
altitude Altitude
}
AnyCatalogue::=SEQUENCE{
owner Provider,
version INTEGER(0..255),
pictogramCode INTEGER(0..65535),
value INTEGER (0..65535) OPTIONAL,
unit RSCUnit OPTIONAL,
attributes ISO14823Attributes OPTIONAL
}
ComparisonOperator ::= INTEGER {
greaterThan (0),
greaterThanOrEqualTo (1),
lessThan (2),
lessThanOrEqualTo (3)
} (0..3)
CompleteVehicleCharacteristics::= SEQUENCE{
tractor TractorCharacteristics OPTIONAL,
trailer SEQUENCE (SIZE (1..3)) OF TrailerCharacteristics OPTIONAL,
train TrainCharacteristics OPTIONAL
}
ComputedSegment::= SEQUENCE {
zoneId Zid,
laneNumber LanePosition,
laneWidth IVILaneWidth,
offsetDistance INTEGER (-32768..32767) OPTIONAL,
offsetPosition DeltaReferencePosition OPTIONAL
}
DeltaPosition::=SEQUENCE{
deltaLatitude DeltaLatitude,
deltaLongitude DeltaLongitude
}
Direction::= INTEGER{
sameDirection (0),
oppositeDirection (1),
bothDirections (2),
valueNotUsed (3)
} (0..3)
Distance::= SEQUENCE {
value INTEGER(1..16384),
unit RSCUnit (2..4|6..8)
}
DistanceOrDuration::= SEQUENCE {
value INTEGER(1..16384),
unit RSCUnit (2..9)
}
DriverCharacteristics::= INTEGER{
unexperiencedDrivers (0),
experiencedDrivers (1),
rfu1 (2),
rfu2 (3)
} (0..3)
GoodsType::= INTEGER {
ammunition (0),
chemicals (1),
empty (2),
fuel (3),
glass (4),
dangerous (5),
liquid (6),
liveStock (7),
dangerousForPeople (8),
dangerousForTheEnvironment (9),
dangerousForWater (10),
perishableProducts (11),
pharmaceutical (12),
vehicles (13)
-- other values reserved for future use
} (0..15,...)
ISO14823Attributes::= SEQUENCE (SIZE(1..8,...)) OF CHOICE{
dtm DTM, -- Date/Time/Period
edt EDT, -- Exemption status of Date/Time/Period
dfl DFL, -- Directional Flow of Lane
ved VED, -- Vehicle Dimensions
spe SPE, -- Speed
roi ROI, -- Rate of Incline
dbv DBV, -- Distance Between Vehicles
ddd DDD -- Destination/Direction/Distance
}
ISO14823Code ::= SEQUENCE{
pictogramCode SEQUENCE {
countryCode OCTET STRING (SIZE (2)) OPTIONAL,
serviceCategoryCode CHOICE {
trafficSignPictogram ENUMERATED {dangerWarning, regulatory, informative,...},
publicFacilitiesPictogram ENUMERATED {publicFacilities, ...},
ambientOrRoadConditionPictogram ENUMERATED {ambientCondition, roadCondition,...},
...},
pictogramCategoryCode SEQUENCE {
nature INTEGER (1..9),
serialNumber INTEGER (0..99)
}},
attributes ISO14823Attributes OPTIONAL
}
IviIdentificationNumber::= INTEGER(1..32767,...)
IviPurpose::= INTEGER {
safety (0),
environmental (1),
trafficOptimisation (2)
} (0..3)
IviStatus::= INTEGER {
new (0),
update (1),
cancellation (2),
negation (3)
-- other values reserved for future use
}(0..7)
IviType::= INTEGER {
immediateDangerWarningMessages (0),
regulatoryMessages (1),
trafficRelatedInformationMessages (2),
pollutionMessages (3),
notTrafficRelatedInformationMessages (4)
-- other values reserved for future use
} (0..7)
LaneInformation::= SEQUENCE{
laneNumber LanePosition,
direction Direction,
validity DTM OPTIONAL,
laneType LaneType,
laneTypeQualifier CompleteVehicleCharacteristics OPTIONAL,
laneStatus LaneStatus,
laneWidth IVILaneWidth OPTIONAL,
...
}
LaneStatus::= INTEGER {
open (0),
closed (1),
mergeR (2),
mergeL (3),
mergeLR (4),
provisionallyOpen (5),
diverging (6)
-- value 7 reserved for future use
} (0..7, ...)
LaneType::= INTEGER{
traffic (0),
through (1),
reversible (2),
acceleration (3),
deceleration (4),
leftHandTurning (5),
rightHandTurning (6),
dedicatedVehicle (7),
bus (8),
taxi (9),
hov (10),
hot (11),
pedestrian (12),
bikeLane (13),
median (14),
striping (15),
trackedVehicle (16),
parking (17),
emergency (18),
verge (19)
-- values 20 to 31 reserved for future use
}(0..31)
-- Prefix IVI added due to naming collision with data element LaneWidth of Module DSRC
IVILaneWidth::= INTEGER (0..1023)
LayoutComponent::=SEQUENCE{
layoutComponentId INTEGER(1..8,...),
height INTEGER(10..73),
width INTEGER(10..265),
x INTEGER(10..265),
y INTEGER(10..73),
textScripting INTEGER {horizontal (0), vertical (1)}(0..1)
}
LoadType::= SEQUENCE{
goodsType GoodsType,
dangerousGoodsType DangerousGoodsBasic,
specialTransportType SpecialTransportType
}
PolygonalLine::= CHOICE {
deltaPositions SEQUENCE (SIZE (1..32,...)) OF DeltaPosition,
deltaPositionsWithAltitude SEQUENCE (SIZE (1..32,...)) OF DeltaReferencePosition,
absolutePositions SEQUENCE (SIZE (1..8,...)) OF AbsolutePosition,
absolutePositionsWithAltitude SEQUENCE (SIZE (1..8,...)) OF AbsolutePositionWAltitude,
...
}
RSCode::= SEQUENCE{
layoutComponentId INTEGER(1..4,...) OPTIONAL,
code CHOICE {
viennaConvention VcCode, -- see Vienna Convention Annex A
iso14823 ISO14823Code,
itisCodes INTEGER (0..65535), -- see SAE J2540
anyCatalogue AnyCatalogue,
...
}}
RSCUnit::= INTEGER {
kmperh (0),
milesperh (1),
kilometer (2),
meter (3),
decimeter (4),
centimeter (5),
mile (6),
yard (7),
foot (8),
minutesOfTime (9),
tonnes (10), --1000 kg, not Ton!
hundredkg (11),
pound (12), --lbs
rateOfIncline (13)
-- other value reserved for future use
} (0..15)
Segment::= SEQUENCE {
line PolygonalLine,
laneWidth IVILaneWidth OPTIONAL
}
Text::= SEQUENCE {
layoutComponentId INTEGER(1..4,...) OPTIONAL,
language BIT STRING (SIZE(10)),
textContent UTF8String
}
TractorCharacteristics::=SEQUENCE{
equalTo SEQUENCE (SIZE (1..4,...)) OF VehicleCharacteristicsFixValues OPTIONAL,
notEqualTo SEQUENCE (SIZE (1..4,...)) OF VehicleCharacteristicsFixValues OPTIONAL,
ranges SEQUENCE (SIZE (1..4,...)) OF VehicleCharacteristicsRanges OPTIONAL
}
TrailerCharacteristics::=SEQUENCE{
equalTo SEQUENCE (SIZE (1..4,...)) OF VehicleCharacteristicsFixValues (WITH COMPONENTS {..., euroAndCo2value ABSENT, engineCharacteristics ABSENT}) OPTIONAL,
notEqualTo SEQUENCE (SIZE (1..4,...)) OF VehicleCharacteristicsFixValues (WITH COMPONENTS {..., euroAndCo2value ABSENT, engineCharacteristics ABSENT}) OPTIONAL,
ranges SEQUENCE (SIZE (1..4,...)) OF VehicleCharacteristicsRanges (WITH COMPONENTS {comparisonOperator, limits (WITH COMPONENTS {..., exhaustEmissionValues ABSENT, dieselEmissionValues ABSENT, soundLevel ABSENT})}) OPTIONAL
}
TrainCharacteristics::= TractorCharacteristics
VcClass::= INTEGER {
classA (0),
classB (1),
classC (2),
classD (3),
classE (4),
classF (5),
classG (6),
classH (7)
} (0..7)
VcCode::= SEQUENCE {
roadSignClass VcClass, -- see Vienna Convention
roadSignCode INTEGER (1..64),
vcOption VcOption, -- e.g. the "a" in H, 3a
validity SEQUENCE (SIZE (1..8,...)) OF DTM OPTIONAL,
value INTEGER (0..65535) OPTIONAL,
unit RSCUnit OPTIONAL
}
VcOption::= INTEGER {
none (0),
a (1),
b (2),
c (3),
d (4),
e (5),
f (6),
g (7)
} (0..7)
VehicleCharacteristicsFixValues::= CHOICE{
simpleVehicleType StationType,
euVehicleCategoryCode EuVehicleCategoryCode,
iso3833VehicleType Iso3833VehicleType,
euroAndCo2value EnvironmentalCharacteristics,
engineCharacteristics EngineCharacteristics,
loadType LoadType,
usage VehicleRole,
...}
VehicleCharacteristicsRanges::= SEQUENCE{
comparisonOperator ComparisonOperator,
limits CHOICE{
numberOfAxles INTEGER(0..7),
vehicleDimensions VehicleDimensions,
vehicleWeightLimits VehicleWeightLimits,
axleWeightLimits AxleWeightLimits,
passengerCapacity PassengerCapacity,
exhaustEmissionValues ExhaustEmissionValues,
dieselEmissionValues DieselEmissionValues,
soundLevel SoundLevel,
...}}
Weight::= SEQUENCE {
value INTEGER(1..16384),
unit RSCUnit (10..12)
}
Zid::= INTEGER (1..32,...)
Zone::= CHOICE {
segment Segment,
area PolygonalLine,
computedSegment ComputedSegment,
...
}
-- Definition of the single ISO 14823 Attributes
DTM ::= SEQUENCE {
year SEQUENCE { -- contains SYR and EYR
syr INTEGER(2000..2127,...),
eyr INTEGER(2000..2127,...)
} OPTIONAL,
month-day SEQUENCE { -- contains SMD and EMD
smd MonthDay,
emd MonthDay
} OPTIONAL,
pmd PMD OPTIONAL,
hourMinutes SEQUENCE { -- contains SHM and EHM
shm HoursMinutes,
ehm HoursMinutes
} OPTIONAL,
dayOfWeek DayOfWeek OPTIONAL, -- corresponds to SDY and EDY
period HoursMinutes OPTIONAL -- corresponds to LDM
}
MonthDay ::= SEQUENCE {
month INTEGER (1..12),
day INTEGER (1..31)
}
PMD::= BIT STRING {national-holiday (0), even-days(1), odd-days(2), market-day(3) } (SIZE (4))
HoursMinutes ::= SEQUENCE {
hours INTEGER (0..23), -- number of hours after midnight
mins INTEGER (0..59) -- number of minutes after the hour
}
-- Prefix IVI added due to naming collision with data element DayOfWeek of Module DSRC
DayOfWeek ::= BIT STRING {unused(0), monday(1), tuesday(2), wednesday(3), thursday(4), friday(5), saturday(6), sunday(7)} (SIZE (8))
EDT ::= DTM
DFL::= INTEGER {
sDL (1) , -- Straight Direction Only
sLT (2) , -- Straight and Left Turn Only
sRT (3) , -- Straight and Right Turn Only
lTO (4) , -- Left Turn Only
rTO (5) , -- Right Turn Only
cLL (6) , -- Convergence from the Left Lane
cRI (7) , -- Convergence from the Right Lane
oVL (8) -- Oncoming Vehicles Lane
} (1..8)
VED::=SEQUENCE{
hei Distance OPTIONAL,
wid Distance OPTIONAL,
vln Distance OPTIONAL,
wei Weight OPTIONAL
}
SPE::=SEQUENCE{
spm INTEGER(0..250) OPTIONAL,
mns INTEGER(0..250) OPTIONAL,
unit RSCUnit(0..1)
}
ROI::= INTEGER(1..32)
DBV::= Distance
-- changes: from DDD_IO to DDD-IO
DDD::= SEQUENCE{
dcj INTEGER(1..128) OPTIONAL,
dcr INTEGER(1..128)OPTIONAL,
tpl INTEGER(1..128)OPTIONAL,
ioList SEQUENCE (SIZE (1..8,...)) OF DDD-IO
}
-- changes: from DDD_IO to DDD-IO
DDD-IO::= SEQUENCE{
drn INTEGER(0..7),
dp SEQUENCE (SIZE (1..4,...)) OF DestinationPlace OPTIONAL,
dr SEQUENCE (SIZE (1..4,...)) OF DestinationRoad OPTIONAL,
rne INTEGER(1..999) OPTIONAL,
stnId INTEGER(1..999) OPTIONAL,
stnText UTF8String OPTIONAL,
dcp DistanceOrDuration OPTIONAL,
ddp DistanceOrDuration OPTIONAL
}
-- changes: from DDD_DEP to DDD-DEP
DestinationPlace::= SEQUENCE{
depType DDD-DEP,
-- Encoding problem: to be checked if the statement is ASN.1 compatible
-- depRSCode ISO14823Code (WITH COMPONENTS {..., attributes ABSENT}) OPTIONAL,
depRSCode ISO14823Code OPTIONAL,
depBlob OCTET STRING OPTIONAL,
plnId INTEGER(1..999) OPTIONAL,
plnText UTF8String OPTIONAL
}
-- changes: from DDD_DER to DDD-DER
DestinationRoad::=SEQUENCE{
derType DDD-DER,
ronId INTEGER(1..999) OPTIONAL,
ronText UTF8String OPTIONAL
}
-- changes: from DDD_DER to DDD-DER
DDD-DER::= INTEGER {
none (0),
nationalHighway (1),
localHighway (2),
tollExpresswayMotorway (3),
internationalHighway (4),
highway (5),
expressway (6),
nationalRoad (7),
regionalProvincialRoad (8),
localRoad (9),
motorwayJunction (10),
diversion (11),
rfu1 (12),
rfu2 (13),
rfu3 (14),
rfu4 (15)
} (0..15, ...)
-- changes: from DDD_DEP to DDD-DEP
DDD-DEP::= INTEGER {
none (0),
importantArea (1),
principalArea (2),
generalArea (3),
wellKnownPoint (4),
country (5),
city (6),
street (7),
industrialArea (8),
historicArea (9),
touristicArea (10),
culturalArea (11),
touristicRoute (12),
recommendedRoute (13),
touristicAttraction (14),
geographicArea (15)
} (0..15, ...)
END |
ASN.1 | wireshark/epan/dissectors/asn1/its/ISO_TS_24534-3.asn | -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- ISO TS 24534-3:2015
--
-- This ASN.1 was generateds: 30.08.2016
--
-- This document contains only the data element needed for the encoding of an IVI message
-- as defined in ISO TS 19321(2015)
--
-- Published version location:
-- http://standards.iso.org/iso/24534/-3/
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- ISO 24534-3:2015
-- Version 29.4.2015
ElectronicRegistrationIdentificationVehicleDataModule {iso(1) standard(0) iso24534 (24534) vehicleData (1) version1 (1)}
DEFINITIONS AUTOMATIC TAGS ::= BEGIN
IMPORTS;
-- Electronic Registration Identification (ERI)- Vehicle Data
EuVehicleCategoryCode ::= CHOICE {
euVehicleCategoryL EuVehicleCategoryL, -- conforms to EU 2002/24 and UNECE 1999
euVehicleCategoryM EuVehicleCategoryM, -- conforms to EU 2001/116 and UNECE 1999
euVehicleCategoryN EuVehicleCategoryN, -- conforms to EU 2001/116 and UNECE 1999
euVehicleCategoryO EuVehicleCategoryO, -- conforms to EU 2001/116 and UNECE 1999
euVehilcleCategoryT NULL, -- conforms to UNECE 1999
euVehilcleCategoryG NULL -- conforms to EU 2001/116 and UNECE 1999
}
EuVehicleCategoryL ::= ENUMERATED { l1, l2, l3, l4, l5, l6, l7 }
EuVehicleCategoryM ::= ENUMERATED {m1, m2, m3}
EuVehicleCategoryN ::= ENUMERATED {n1, n2, n3}
EuVehicleCategoryO ::= ENUMERATED {o1, o2, o3, o4}
Iso3833VehicleType ::= INTEGER {
passengerCar (0), -- term No 3.1.1
saloon (1), -- term No 3.1.1.1 (sedan)
convertibleSaloon (2), -- term No 3.1.1.2
pullmanSaloon (3), -- term No 3.1.1.3
stationWagon (4), -- term No 3.1.1.4
truckStationWagon (5), -- term No 3.1.1.4.1
coupe (6), -- term No 3.1.1.5 (coupé)
convertible (7), -- term No 3.1.1.6 (open tourer, roadstar, spider)
multipurposePassengerCar (8), -- term No 3.1.1.7
forwardControlPassengerCar (9), -- term No 3.1.1.8
specialPassengerCar (10), -- term No 3.1.1.9
bus (11), -- term No 3.1.2
minibus (12), -- term No 3.1.2.1
urbanBus (13), -- term No 3.1.2.2
interurbanCoach (14), -- term No 3.1.2.3
longDistanceCoach (15), -- term No 3.1.2.4
articulatedBus (16), -- term No 3.1.2.5
trolleyBus (17), -- term No 3.1.2.6
specialBus (18), -- term No 3.1.2.7
commercialVehicle (19), -- term No 3.1.3
specialCommercialVehicle (20), -- term No 3.1.3.1
specialVehicle (21), -- term No 3.1.4
trailingTowingVehicle (22), -- term No 3.1.5 (draw-bar tractor)
semiTrailerTowingVehicle (23), -- term No 3.1.6 (fifth wheel tractor)
trailer (24), -- term No 3.2.1
busTrailer (25), -- term No 3.2.1.1
generalPurposeTrailer (26), -- term No 3.2.1.2
caravan (27), -- term No 3.2.1.3
specialTrailer (28), -- term No 3.2.1.4
semiTrailer (29), -- term No 3.2.2
busSemiTrailer (30), -- term No 3.2.2.1
generalPurposeSemiTrailer (31), -- term No 3.2.2.2
specialSemiTrailer (32), -- term No 3.2.2.3
roadTrain (33), -- term No 3.3.1
passengerRoadTrain (34), -- term No 3.3.2
articulatedRoadTrain (35), -- term No 3.3.3
doubleRoadTrain (36), -- term No 3.3.4
compositeRoadTrain (37), -- term No 3.3.5
specialRoadTrain (38), -- term No 3.3.6
moped (39), -- term No 3.4
motorCycle (40) -- term No 3.5
} (0..255)
END |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.