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
This commit is contained in:
Pau Espin 2024-01-19 14:30:13 +01:00
parent 4f3b01bfb9
commit cdae73d56c
2 changed files with 4 additions and 4 deletions

View File

@ -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"}.

View File

@ -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",