⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 megaco_message_internal.hrl

📁 OTP是开放电信平台的简称
💻 HRL
字号:
%% ``The contents of this file are subject to the Erlang Public License,%% Version 1.1, (the "License"); you may not use this file except in%% compliance with the License. You should have received a copy of the%% Erlang Public License along with this software. If not, it can be%% retrieved via the world wide web at http://www.erlang.org/.%% %% Software distributed under the License is distributed on an "AS IS"%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See%% the License for the specific language governing rights and limitations%% under the License.%% %% The Initial Developer of the Original Code is Ericsson Utvecklings AB.%% Portions created by Ericsson are Copyright 1999, Ericsson Utvecklings%% AB. All Rights Reserved.''%% %%     $Id$%%%%----------------------------------------------------------------------%% Generated by the Erlang ASN.1 compiler version:1.2.7%% Purpose: Erlang record definitions for each named and unnamed%%          SEQUENCE and SET in module MEDIA-GATEWAY-CONTROL%%-----------------------------------------------------------------------record('MegacoMessage',	{	  authHeader = asn1_NOVALUE,	  mess	 }).-record('AuthenticationHeader',	{	  secParmIndex, 	  seqNum, 	  ad	 }).-record('Message',	{	  version, 	  mId, 	  messageBody	 }). % with extension mark-record('DomainName',	{	  name, 	  portNumber = asn1_NOVALUE	 }).-record('IP4Address',	{	  address,	  portNumber = asn1_NOVALUE	 }).-record('IP6Address',	{	  address, 	  portNumber = asn1_NOVALUE	 }).-record('TransactionRequest',	{	  transactionId, 	  actions	 }). % with extension mark-record('TransactionPending',	{	  transactionId	 }). % with extension mark-record('TransactionReply',	{	  transactionId, 	  immAckRequired = asn1_NOVALUE, 	  transactionResult	 }). % with extension mark-record('TransactionAck',	{	  firstAck, 	  lastAck = asn1_NOVALUE	 }).-record('ErrorDescriptor',	{	  errorCode, 	  errorText = asn1_NOVALUE	 }).-record('DigitMapDescriptor',	{	  digitMapName = asn1_NOVALUE, 	  digitMapValue = asn1_NOVALUE	 }).-record('DigitMapValue',	{	  startTimer = asn1_NOVALUE, 	  shortTimer = asn1_NOVALUE, 	  longTimer = asn1_NOVALUE, 	  %% BUGBUG BUGBUG 	  %% Note that there should not really be a default value 	  %% for this item, but a problem with the flex scanner	  %% makes it neccessary to swap the values of digitMapBody	  %% and durationTimer. The same is done in the (erl) scanner	  %% just so they behave the same. The values are later 	  %% swapped back by the parser...	  digitMapBody = asn1_NOVALUE, 	  %% with extensions	  durationTimer = asn1_NOVALUE	 }). -record('TerminationID',	{	  wildcard, 	  id	 }). % with extension mark

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -