pespin has uploaded a new patch set (#2). ( 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/IPCP_Types.ttcn
M library/PCO_Types.ttcn
2 files changed, 1 insertion(+), 8 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/68/38468/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38468?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I867ab36063db262b46fc4546c17a902699a6e37c
Gerrit-Change-Number: 38468
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-CC: Jenkins Builder
pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38467?usp=email )
Change subject: library/PCO_Types: Drop unused nonsense enum
......................................................................
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/67/38467/1
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 https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38467?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ic791d20dd600b039daa2abef7fa25aaa6780a448
Gerrit-Change-Number: 38467
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Attention is currently required from: pespin.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38464?usp=email
to look at the new patch set (#3).
The following approvals got outdated and were removed:
Verified-1 by Jenkins Builder
Change subject: library: Move IPCP templates GTPv1C_Templates.ttcn -> IPCP_Templates.ttcn
......................................................................
library: Move IPCP templates GTPv1C_Templates.ttcn -> IPCP_Templates.ttcn
We already have an IPCP_Types.ttcn, and the GTPv1C_Types from
ProtocolModules dep we use doesn't actually specify any record for IPCP,
so those are totally protocol independent.
Change-Id: I233292ea886e1b69a2f9aa1a159c816791b47136
---
M gbproxy/gen_links.sh
M ggsn_tests/GGSN_Tests.ttcn
M ggsn_tests/gen_links.sh
M hnodeb/gen_links.sh
M library/GTPv1C_Templates.ttcn
A library/IPCP_Templates.ttcn
M mme/gen_links.sh
M pgw/gen_links.sh
M sgsn/gen_links.sh
9 files changed, 77 insertions(+), 59 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/64/38464/3
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38464?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I233292ea886e1b69a2f9aa1a159c816791b47136
Gerrit-Change-Number: 38464
Gerrit-PatchSet: 3
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Attention is currently required from: pespin.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38464?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed:
Verified-1 by Jenkins Builder
Change subject: library: Move IPCP templates GTPv1C_Templates.ttcn -> IPCP_Templates.ttcn
......................................................................
library: Move IPCP templates GTPv1C_Templates.ttcn -> IPCP_Templates.ttcn
We already have an IPCP_Types.ttcn, and the GTPv1C_Types from
ProtocolModules dep we use doesn't actually specify any record for IPCP,
so those are totally protocol independent.
Change-Id: I233292ea886e1b69a2f9aa1a159c816791b47136
---
M gbproxy/gen_links.sh
M ggsn_tests/GGSN_Tests.ttcn
M ggsn_tests/gen_links.sh
M hnodeb/gen_links.sh
M library/GTPv1C_Templates.ttcn
A library/IPCP_Templates.ttcn
M mme/gen_links.sh
M sgsn/gen_links.sh
8 files changed, 76 insertions(+), 58 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/64/38464/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38464?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I233292ea886e1b69a2f9aa1a159c816791b47136
Gerrit-Change-Number: 38464
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38462?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed:
Verified+1 by Jenkins Builder
Change subject: cosmetic: library/GTPv1C_Templates: remove extra indentation level
......................................................................
cosmetic: library/GTPv1C_Templates: remove extra indentation level
The extra first indentation level around 99% of the file just loses
space which makes it difficult to keep templates at an acceptable width.
Do similarly to what we already do in lots of other template files which
were added later than this one.
Change-Id: I87755ec0a9023e79fb5f7a40c6c1734dca44696b
---
M library/GTPv1C_Templates.ttcn
1 file changed, 1,893 insertions(+), 1,891 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/62/38462/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38462?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I87755ec0a9023e79fb5f7a40c6c1734dca44696b
Gerrit-Change-Number: 38462
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder