blob: 5bb66043b456ec0a062c54acd9506e23b10fb02b [file] [log] [blame]
/*
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2000-2016 Ericsson Telecom AB
//
// All rights reserved. This program and the accompanying materials
// are made available under the terms of the Eclipse Public License v1.0
// which accompanies this distribution, and is available at
// http://www.eclipse.org/legal/epl-v10.html
///////////////////////////////////////////////////////////////////////////////
//
// File: Revised_Advice_of_Charge_Interaction_Operations.asn
// Description: Functional protocol for ISDN
//
// References: ETSI EN 300 182-1
// Integrated Services Digital Network (ISDN);
// Generic functional protocol for the support
// of supplementary services;
// Rev: <RnXnn>
// Prodnr: CNL 113 435
// Updated: 2012.04.19.
// Contact: http://ttcn.ericsson.se
*/
Revised-Advice-of-Charge-Interaction-Operations {itu-t identified-organization etsi (0) 195 operations-and-errors (1)}
DEFINITIONS EXPLICIT TAGS ::=
BEGIN
EXPORTS
identificationOfCharge;
IMPORTS
OPERATION
FROM Remote-Operations-Information-Objects
{joint-iso-itu-t remote-operations (4) notation (0)}
notSubscribed,
notAvailable,
supplementaryServiceInteractionNotAllowed
FROM Revised-General-Errors
{itu-t identified-organization etsi (0) 196 general-errors (2)}
ChargingAssociation
FROM Revised-Advice-of-Charge-Operations
{itu-t identified-organization etsi (0) 182 operations-and-errors (1)};
identificationOfCharge OPERATION::=
{
ARGUMENT
ChargingAssociation
ERRORS {
notSubscribed |
notAvailable |
supplementaryServiceInteractionNotAllowed }
CODE local:37
}
END -- of Advice-of-Charge-Interaction-Operations