pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38468?usp=email )
Change subject: library/PCO_Types.ttcn: Drop unsued IPCP_OPT enum ......................................................................
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 {