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 <pes...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to