pespin submitted this change.
library/PCO_Types: Drop unused nonsense enum
That enum is PAP related, plus it doesn't really match the section
describing, plus it's not used anywhere.
Looks like a development artifact which was not dropped during submit.
Change-Id: Ic791d20dd600b039daa2abef7fa25aaa6780a448
---
M library/PCO_Types.ttcn
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/library/PCO_Types.ttcn b/library/PCO_Types.ttcn
index 0eaa45e..a308c08 100644
--- a/library/PCO_Types.ttcn
+++ b/library/PCO_Types.ttcn
@@ -59,13 +59,6 @@
IPCP_OPT_SECONDARY_DNS (131) /* RFC 1877 1.2 */
} with { variant "FIELDLENGTH(8)" };
-/* RFC 1334, section 3.2. Packet Format */
-type enumerated PAP_CODE_ {
- PAP_CODE__IPADDR (1),
- PAP_CODE__PRIMARY_DNS (2),
- PAP_CODE__SECONDARY_DNS (3)
-} with { variant "FIELDLENGTH(8)" };
-
type set of ProtocolElement ProtocolIDList;
type record ProtocolElement {
To view, visit change 38467. To unsubscribe, or for help writing mail filters, visit settings.