pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/35621?usp=email )
Change subject: Update osmo_gsup dependency in rebar.config and update rebar.lock
......................................................................
Update osmo_gsup dependency in rebar.config and update rebar.lock
osmo_gsup dep was pointing to a temporary branch of mine which is no
longer existing, because the fix required was applied in
osmo-ttcn3-hacks.git.
Change-Id: I523acb49e4604e8a62d41d07d53d512158b28670
---
M rebar.config
M rebar.lock
2 files changed, 17 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-epdg refs/changes/21/35621/1
diff --git a/rebar.config b/rebar.config
index d834c32..a2db3ea 100644
--- a/rebar.config
+++ b/rebar.config
@@ -6,7 +6,7 @@
{lager, {git, "https://github.com/erlang-lager/lager", {tag,
"3.9.2"}}},
{gtplib, "3.2.0"},
{osmo_ss7, {git, "https://gitea.osmocom.org/erlang/osmo_ss7", {ref,
"9f294d3612f998860004820d1d85b4264721577b"}}},
- {osmo_gsup, {git, "https://gitea.osmocom.org/erlang/osmo_gsup", {ref,
"07672d8ab1608aa9c9e50ca035521876558fcd42"}}}
+ {osmo_gsup, {git, "https://gitea.osmocom.org/erlang/osmo_gsup", {branch,
"lynxis/epdg"}}}
]}.
{minimum_otp_vsn, "20.3"}.
diff --git a/rebar.lock b/rebar.lock
index 8f00ea6..322e84d 100644
--- a/rebar.lock
+++ b/rebar.lock
@@ -2,7 +2,7 @@
[{<<"cut">>,{pkg,<<"cut">>,<<"1.0.3">>},1},
{<<"epcap">>,
{git,"https://github.com/msantos/epcap",
- {ref,"d5c03caf608c1369e68cfed0a606d3eb82ddfd21"}},
+ {ref,"b98edbfbb0392101cd874b098caa5180f2f44b2e"}},
1},
{<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.9">>},1},
{<<"gtplib">>,{pkg,<<"gtplib">>,<<"3.2.0">>},0},
@@ -12,7 +12,7 @@
0},
{<<"osmo_gsup">>,
{git,"https://gitea.osmocom.org/erlang/osmo_gsup",
- {ref,"e23f118e6e8f7ee1247db34e4cb79e4cecdb0947"}},
+ {ref,"07672d8ab1608aa9c9e50ca035521876558fcd42"}},
0},
{<<"osmo_ss7">>,
{git,"https://gitea.osmocom.org/erlang/osmo_ss7",
@@ -20,7 +20,7 @@
0},
{<<"parse_trans">>,
{git,"https://github.com/uwiger/parse_trans",
- {ref,"cdb01ba260ba9a00b2aafa17affead0f6fac081c"}},
+ {ref,"d99fb36755c813a5db23e6f93741aa58323ef911"}},
1},
{<<"pkt">>,
{git,"https://github.com/msantos/pkt",
--
To view, visit
https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/35621?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: I523acb49e4604e8a62d41d07d53d512158b28670
Gerrit-Change-Number: 35621
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange