[S] Change in ...osmo-epdg[master]: rebar.lock: Update after dependency fixes/updates

2024-02-21 Thread pespin
pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/36021?usp=email )

Change subject: rebar.lock: Update after dependency fixes/updates
..

rebar.lock: Update after dependency fixes/updates

This contains 32bit compilation fixes for gen_socket and support to set
tundev iface name in gtp_u_kmod.

Change-Id: Iea501aca2a15df48aaae2672dcb9d39716ea585c
---
M config/sys.config
M rebar.lock
2 files changed, 29 insertions(+), 17 deletions(-)

Approvals:
  osmith: Looks good to me, approved
  Jenkins Builder: Verified




diff --git a/config/sys.config b/config/sys.config
index 660aded..8ed5ca6 100755
--- a/config/sys.config
+++ b/config/sys.config
@@ -42,20 +42,20 @@
  %% ===
   {gtp_u_kmod, [
 %% grx: Name used to log by the module.
-{sockets, [{grx, [%% ip: IP Address assigned at the tunnel, used as local 
GTP-U IP Address.
-  {ip, {127,0,0,2}},
-  %% Create the tun socket on a given netns:
-  %%{netns, "mynetns"},
-  %% Bind tun socket to a particular interface 
(SO_BINDTODEVICE):
-  %%{netdev, "grx"},
-  %% Allow binding to an IP address that is nonlocal or 
does not (yet) exist (IP_FREEBIND):
-  freebind,
-  % Create gtp tundev with role SGSN:
-  {role, sgsn}%,
-  %{vrf, [{routes, [{{10, 180, 0, 0}, 16}]}%%,
-  %  %%{netdev, "upstream"}
-  %  ]
-  %}
+{sockets, [{gtp0, [%% ip: IP Address assigned at the tunnel, used as local 
GTP-U IP Address.
+   {ip, {127,0,0,2}},
+   %% Create the tun socket on a given netns:
+   %%{netns, "mynetns"},
+   %% Bind tun socket to a particular interface 
(SO_BINDTODEVICE):
+   %%{netdev, "grx"},
+   %% Allow binding to an IP address that is nonlocal or 
does not (yet) exist (IP_FREEBIND):
+   freebind,
+   % Create gtp tundev with role SGSN:
+   {role, sgsn}%,
+   %{vrf, [{routes, [{{10, 180, 0, 0}, 16}]}%%,
+   %  %%{netdev, "upstream"}
+   %  ]
+   %}
  ]
   }]
 }
diff --git a/rebar.lock b/rebar.lock
index 4eefe8e..0a492b3 100644
--- a/rebar.lock
+++ b/rebar.lock
@@ -6,7 +6,7 @@
   1},
  {<<"erlando">>,
   {git,"https://github.com/travelping/erlando.git";,
-   {ref,"2cb56e06308beb4d65ae2217a02dc60bafc99b9d"}},
+   {ref,"7ed3a732d1af082a3a2745c36dfd9406148391be"}},
   1},
  {<<"gen_netlink">>,
   {git,"https://github.com/osmocom/gen_netlink";,
@@ -14,12 +14,12 @@
   1},
  {<<"gen_socket">>,
   {git,"https://github.com/osmocom/gen_socket";,
-   {ref,"35e11d6e2f6d87b02dcfc7507a9500bf7ca7329e"}},
+   {ref,"e32b2a3bd5de8088f509aad9c197553cc3acbc6c"}},
   2},
  {<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.9">>},1},
  {<<"gtp_u_kmod">>,
   {git,"https://github.com/osmocom/gtp_u_kmod";,
-   {ref,"1dc27ed724403026431f51dd4c3f882499a036b0"}},
+   {ref,"b3656ebb11528a2db3171dbf94f1a8bf0d6ffd00"}},
   0},
  {<<"gtplib">>,{pkg,<<"gtplib">>,<<"3.2.0">>},0},
  {<<"lager">>,

--
To view, visit https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/36021?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: erlang/osmo-epdg
Gerrit-Branch: master
Gerrit-Change-Id: Iea501aca2a15df48aaae2672dcb9d39716ea585c
Gerrit-Change-Number: 36021
Gerrit-PatchSet: 3
Gerrit-Owner: pespin 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: lynxis lazus 
Gerrit-Reviewer: osmith 
Gerrit-Reviewer: pespin 
Gerrit-MessageType: merged


[S] Change in ...osmo-epdg[master]: rebar.lock: Update after dependency fixes/updates

2024-02-21 Thread osmith
Attention is currently required from: laforge, lynxis lazus, pespin.

osmith has posted comments on this change. ( 
https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/36021?usp=email )

Change subject: rebar.lock: Update after dependency fixes/updates
..


Patch Set 3: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/36021?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: erlang/osmo-epdg
Gerrit-Branch: master
Gerrit-Change-Id: Iea501aca2a15df48aaae2672dcb9d39716ea585c
Gerrit-Change-Number: 36021
Gerrit-PatchSet: 3
Gerrit-Owner: pespin 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: lynxis lazus 
Gerrit-Reviewer: osmith 
Gerrit-Reviewer: pespin 
Gerrit-Attention: laforge 
Gerrit-Attention: pespin 
Gerrit-Attention: lynxis lazus 
Gerrit-Comment-Date: Wed, 21 Feb 2024 14:37:06 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


[S] Change in ...osmo-epdg[master]: rebar.lock: Update after dependency fixes/updates

2024-02-21 Thread pespin
Attention is currently required from: laforge, lynxis lazus, osmith, pespin.

Hello Jenkins Builder, laforge, lynxis lazus, osmith,

I'd like you to reexamine a change. Please visit

https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/36021?usp=email

to look at the new patch set (#3).

The following approvals got outdated and were removed:
Code-Review+2 by osmith, Code-Review+2 by pespin, Verified+1 by Jenkins Builder

The change is no longer submittable: Code-Review and Verified are unsatisfied 
now.


Change subject: rebar.lock: Update after dependency fixes/updates
..

rebar.lock: Update after dependency fixes/updates

This contains 32bit compilation fixes for gen_socket and support to set
tundev iface name in gtp_u_kmod.

Change-Id: Iea501aca2a15df48aaae2672dcb9d39716ea585c
---
M config/sys.config
M rebar.lock
2 files changed, 29 insertions(+), 17 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-epdg 
refs/changes/21/36021/3
--
To view, visit https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/36021?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: erlang/osmo-epdg
Gerrit-Branch: master
Gerrit-Change-Id: Iea501aca2a15df48aaae2672dcb9d39716ea585c
Gerrit-Change-Number: 36021
Gerrit-PatchSet: 3
Gerrit-Owner: pespin 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: lynxis lazus 
Gerrit-Reviewer: osmith 
Gerrit-Reviewer: pespin 
Gerrit-Attention: osmith 
Gerrit-Attention: laforge 
Gerrit-Attention: pespin 
Gerrit-Attention: lynxis lazus 
Gerrit-MessageType: newpatchset


[S] Change in ...osmo-epdg[master]: rebar.lock: Update after dependency fixes/updates

2024-02-21 Thread osmith
Attention is currently required from: laforge, lynxis lazus, pespin.

osmith has posted comments on this change. ( 
https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/36021?usp=email )

Change subject: rebar.lock: Update after dependency fixes/updates
..


Patch Set 2: Code-Review+2

(1 comment)

Patchset:

PS2:
re-apply +2 after commit changed for gen_socket. I've tested that this one 
builds successfully on OBS.



--
To view, visit https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/36021?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: erlang/osmo-epdg
Gerrit-Branch: master
Gerrit-Change-Id: Iea501aca2a15df48aaae2672dcb9d39716ea585c
Gerrit-Change-Number: 36021
Gerrit-PatchSet: 2
Gerrit-Owner: pespin 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: lynxis lazus 
Gerrit-Reviewer: osmith 
Gerrit-Reviewer: pespin 
Gerrit-Attention: laforge 
Gerrit-Attention: pespin 
Gerrit-Attention: lynxis lazus 
Gerrit-Comment-Date: Wed, 21 Feb 2024 14:33:33 +
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


[S] Change in ...osmo-epdg[master]: rebar.lock: Update after dependency fixes/updates

2024-02-21 Thread pespin
Attention is currently required from: laforge, lynxis lazus, osmith.

pespin has posted comments on this change. ( 
https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/36021?usp=email )

Change subject: rebar.lock: Update after dependency fixes/updates
..


Patch Set 2: Code-Review+2

(1 comment)

Patchset:

PS2:
I updated the gen_socket commit, now it seems to be fixing the compilation 
error.



--
To view, visit https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/36021?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: erlang/osmo-epdg
Gerrit-Branch: master
Gerrit-Change-Id: Iea501aca2a15df48aaae2672dcb9d39716ea585c
Gerrit-Change-Number: 36021
Gerrit-PatchSet: 2
Gerrit-Owner: pespin 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: lynxis lazus 
Gerrit-Reviewer: osmith 
Gerrit-Reviewer: pespin 
Gerrit-Attention: osmith 
Gerrit-Attention: laforge 
Gerrit-Attention: lynxis lazus 
Gerrit-Comment-Date: Wed, 21 Feb 2024 14:32:10 +
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


[S] Change in ...osmo-epdg[master]: rebar.lock: Update after dependency fixes/updates

2024-02-21 Thread pespin
Attention is currently required from: laforge, lynxis lazus, osmith.

pespin has posted comments on this change. ( 
https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/36021?usp=email )

Change subject: rebar.lock: Update after dependency fixes/updates
..


Patch Set 2:

This change is ready for review.


--
To view, visit https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/36021?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: erlang/osmo-epdg
Gerrit-Branch: master
Gerrit-Change-Id: Iea501aca2a15df48aaae2672dcb9d39716ea585c
Gerrit-Change-Number: 36021
Gerrit-PatchSet: 2
Gerrit-Owner: pespin 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: lynxis lazus 
Gerrit-Reviewer: osmith 
Gerrit-Attention: osmith 
Gerrit-Attention: laforge 
Gerrit-Attention: lynxis lazus 
Gerrit-Comment-Date: Wed, 21 Feb 2024 14:31:29 +
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment


[S] Change in ...osmo-epdg[master]: rebar.lock: Update after dependency fixes/updates

2024-02-21 Thread laforge
Attention is currently required from: lynxis lazus, pespin.

laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/36021?usp=email )

Change subject: rebar.lock: Update after dependency fixes/updates
..


Patch Set 1: Code-Review+2


--
To view, visit https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/36021?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: erlang/osmo-epdg
Gerrit-Branch: master
Gerrit-Change-Id: Iea501aca2a15df48aaae2672dcb9d39716ea585c
Gerrit-Change-Number: 36021
Gerrit-PatchSet: 1
Gerrit-Owner: pespin 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge 
Gerrit-Reviewer: lynxis lazus 
Gerrit-Reviewer: osmith 
Gerrit-Attention: pespin 
Gerrit-Attention: lynxis lazus 
Gerrit-Comment-Date: Wed, 21 Feb 2024 08:29:55 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


[S] Change in ...osmo-epdg[master]: rebar.lock: Update after dependency fixes/updates

2024-02-21 Thread osmith
Attention is currently required from: lynxis lazus, pespin.

osmith has posted comments on this change. ( 
https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/36021?usp=email )

Change subject: rebar.lock: Update after dependency fixes/updates
..


Patch Set 1: Code-Review+1


--
To view, visit https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/36021?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: erlang/osmo-epdg
Gerrit-Branch: master
Gerrit-Change-Id: Iea501aca2a15df48aaae2672dcb9d39716ea585c
Gerrit-Change-Number: 36021
Gerrit-PatchSet: 1
Gerrit-Owner: pespin 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: lynxis lazus 
Gerrit-Reviewer: osmith 
Gerrit-Attention: pespin 
Gerrit-Attention: lynxis lazus 
Gerrit-Comment-Date: Wed, 21 Feb 2024 08:11:31 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


[S] Change in ...osmo-epdg[master]: rebar.lock: Update after dependency fixes/updates

2024-02-20 Thread pespin
pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/36021?usp=email )


Change subject: rebar.lock: Update after dependency fixes/updates
..

rebar.lock: Update after dependency fixes/updates

This contains 32bit compilation fixes for gen_socket and support to set
tundev iface name in gtp_u_kmod.

Change-Id: Iea501aca2a15df48aaae2672dcb9d39716ea585c
---
M config/sys.config
M rebar.lock
2 files changed, 29 insertions(+), 17 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-epdg 
refs/changes/21/36021/1

diff --git a/config/sys.config b/config/sys.config
index 660aded..8ed5ca6 100755
--- a/config/sys.config
+++ b/config/sys.config
@@ -42,20 +42,20 @@
  %% ===
   {gtp_u_kmod, [
 %% grx: Name used to log by the module.
-{sockets, [{grx, [%% ip: IP Address assigned at the tunnel, used as local 
GTP-U IP Address.
-  {ip, {127,0,0,2}},
-  %% Create the tun socket on a given netns:
-  %%{netns, "mynetns"},
-  %% Bind tun socket to a particular interface 
(SO_BINDTODEVICE):
-  %%{netdev, "grx"},
-  %% Allow binding to an IP address that is nonlocal or 
does not (yet) exist (IP_FREEBIND):
-  freebind,
-  % Create gtp tundev with role SGSN:
-  {role, sgsn}%,
-  %{vrf, [{routes, [{{10, 180, 0, 0}, 16}]}%%,
-  %  %%{netdev, "upstream"}
-  %  ]
-  %}
+{sockets, [{gtp0, [%% ip: IP Address assigned at the tunnel, used as local 
GTP-U IP Address.
+   {ip, {127,0,0,2}},
+   %% Create the tun socket on a given netns:
+   %%{netns, "mynetns"},
+   %% Bind tun socket to a particular interface 
(SO_BINDTODEVICE):
+   %%{netdev, "grx"},
+   %% Allow binding to an IP address that is nonlocal or 
does not (yet) exist (IP_FREEBIND):
+   freebind,
+   % Create gtp tundev with role SGSN:
+   {role, sgsn}%,
+   %{vrf, [{routes, [{{10, 180, 0, 0}, 16}]}%%,
+   %  %%{netdev, "upstream"}
+   %  ]
+   %}
  ]
   }]
 }
diff --git a/rebar.lock b/rebar.lock
index 4eefe8e..5c6c2bc 100644
--- a/rebar.lock
+++ b/rebar.lock
@@ -6,7 +6,7 @@
   1},
  {<<"erlando">>,
   {git,"https://github.com/travelping/erlando.git";,
-   {ref,"2cb56e06308beb4d65ae2217a02dc60bafc99b9d"}},
+   {ref,"7ed3a732d1af082a3a2745c36dfd9406148391be"}},
   1},
  {<<"gen_netlink">>,
   {git,"https://github.com/osmocom/gen_netlink";,
@@ -14,12 +14,12 @@
   1},
  {<<"gen_socket">>,
   {git,"https://github.com/osmocom/gen_socket";,
-   {ref,"35e11d6e2f6d87b02dcfc7507a9500bf7ca7329e"}},
+   {ref,"672086c9e73b5e19208436d74ad75ac00f608c4e"}},
   2},
  {<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.9">>},1},
  {<<"gtp_u_kmod">>,
   {git,"https://github.com/osmocom/gtp_u_kmod";,
-   {ref,"1dc27ed724403026431f51dd4c3f882499a036b0"}},
+   {ref,"b3656ebb11528a2db3171dbf94f1a8bf0d6ffd00"}},
   0},
  {<<"gtplib">>,{pkg,<<"gtplib">>,<<"3.2.0">>},0},
  {<<"lager">>,

--
To view, visit https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/36021?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: erlang/osmo-epdg
Gerrit-Branch: master
Gerrit-Change-Id: Iea501aca2a15df48aaae2672dcb9d39716ea585c
Gerrit-Change-Number: 36021
Gerrit-PatchSet: 1
Gerrit-Owner: pespin 
Gerrit-MessageType: newchange