summaryrefslogtreecommitdiff
path: root/lib/CSTA-physical-device-feature.asn1
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-10-29 13:59:04 +0100
committerDimitri Sokolyuk <demon@dim13.org>2015-10-29 13:59:04 +0100
commitb9697094228db7832e75a8699a2678338f7c7c22 (patch)
treefa41ed4ddda7b8f1b139ebf4f7fd753909e8b566 /lib/CSTA-physical-device-feature.asn1
parented8124bd452ad2d3d927c2d95ef718fec81a4180 (diff)
Prepare for rebar
Diffstat (limited to 'lib/CSTA-physical-device-feature.asn1')
-rw-r--r--lib/CSTA-physical-device-feature.asn1106
1 files changed, 0 insertions, 106 deletions
diff --git a/lib/CSTA-physical-device-feature.asn1 b/lib/CSTA-physical-device-feature.asn1
deleted file mode 100644
index e060ca5..0000000
--- a/lib/CSTA-physical-device-feature.asn1
+++ /dev/null
@@ -1,106 +0,0 @@
-CSTA-physical-device-feature
- { iso( 1) identified-organization( 3) icd-ecma( 12)
- standard( 0) csta3( 285) physical-device-feature( 137) }
-
-DEFINITIONS ::=
-BEGIN
-
-EXPORTS
-AuditoryApparatusID, AuditoryApparatusList, ButtonID, CharacterSet,DisplayID, LampBrightness,
-LampColor, LampID, LampMode, MicGainAbs, MicrophoneGain, RingerID, RingMode,
-VolAbs, Volume, HookswitchID;
-
-AuditoryApparatusList ::= SEQUENCE OF SEQUENCE
-{ auditoryApparatus AuditoryApparatusID,
- auditoryApparatusType ENUMERATED
- { speakerphone (0),
- handset (1),
- headset (2),
- speakerOnlyPhone (3),
- other (4) },
-
- speaker BIT STRING
- { present (0),
- volumeSettable (1),
- volumeReadable (2),
- muteSettable (3),
- muteReadable (4) },
-
- microphone BIT STRING
- { present (0),
- gainSettable (1),
- gainReadable (2),
- muteSettable (3),
- muteReadable (4) },
-
- hookswitch BIT STRING
- { hookswitchSettable (0),
- hookswitchOnHook (1) },
-
- hookswitchID HookswitchID }
-
-AuditoryApparatusID ::= OCTET STRING
-
-ButtonID ::= OCTET STRING
-
-CharacterSet ::= ENUMERATED
-{ ascii (0),
- unicode (1),
- proprietary (2) }
-
-DisplayID ::= OCTET STRING
-
-HookswitchID ::= OCTET STRING
-
-LampBrightness ::= ENUMERATED
-{ unspecified (0),
- dim (1),
- bright (2) }
-
-LampColor ::= INTEGER
-{ noColor (0),
- red (1),
- yellow (2),
- green (3),
- blue (4),
- unknown (5) } (0..100)
-
-LampID ::= OCTET STRING
-
-LampMode ::= INTEGER
-{ brokenFlutter (0),
- flutter (1),
- off (2),
- steady (3),
- wink (4),
- unknown (5) } (0..100)
-
-
-MicrophoneGain ::= CHOICE
-{ micGainAbs MicGainAbs,
- micGainInc MicGainInc }
-
-MicGainInc ::= ENUMERATED
-{ increment (0),
- decrement (1) }
-
-MicGainAbs ::= INTEGER (0..100)
-
-RingerID ::= OCTET STRING
-
-RingMode ::= ENUMERATED
-{ ringing (0),
- notRinging (1) }
-
-Volume ::= CHOICE
-{ volAbs VolAbs,
- volInc VolInc }
-
-VolInc ::= ENUMERATED
-{ increment (0),
- decrement (1) }
-
-
-VolAbs ::= INTEGER (0..100)
-
-END -- of CSTA-physical-device-feature