pespin has uploaded this change for review.

View Change

library/PCO_Types.ttcn: Drop unsued IPCP_OPT enum

It is unused, plus IPCP_Types.ttcn already defines a more complete enum
in IpcpConfigOptCode.

Change-Id: I867ab36063db262b46fc4546c17a902699a6e37c
---
M library/PCO_Types.ttcn
1 file changed, 0 insertions(+), 7 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/68/38468/1
diff --git a/library/PCO_Types.ttcn b/library/PCO_Types.ttcn
index a308c08..04b5080 100644
--- a/library/PCO_Types.ttcn
+++ b/library/PCO_Types.ttcn
@@ -52,13 +52,6 @@
return int2oct(enum2int(p), 2);
}

-/* RFC 1332 IP Control Protocol options, extensions in RFC 1877 */
-type enumerated IPCP_OPT {
- IPCP_OPT_IPADDR (3), /* RFC 1332 3.3 */
- IPCP_OPT_PRIMARY_DNS (129), /* RFC 1877 1.1 */
- IPCP_OPT_SECONDARY_DNS (131) /* RFC 1877 1.2 */
-} with { variant "FIELDLENGTH(8)" };
-
type set of ProtocolElement ProtocolIDList;

type record ProtocolElement {

To view, visit change 38468. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I867ab36063db262b46fc4546c17a902699a6e37c
Gerrit-Change-Number: 38468
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>