aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2021-12-30 20:28:54 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2022-02-15 19:24:50 +0100
commitee090f47731e259cd5e0a6e86e1008b917028079 (patch)
treee996bf7f561a14a08439fda5d023e511cb51dfec /rebar.config
parenta560adee956c12b99c395d277f62e76c2233818a (diff)
switch back to use the master branch of osmo_ss7
Add the missing ipa_ccm_options record to use the new api Change-Id: I89ff055ed84e394d0f25bc6389d1f4d757f7b92b
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 0803ccd..66db6b5 100644
--- a/rebar.config
+++ b/rebar.config
@@ -3,7 +3,7 @@
{deps, [
{setup, "2.0.2"},
{lager, {git, "https://github.com/erlang-lager/lager", {tag, "3.9.1"}}},
- {osmo_ss7, {git, "git://git.osmocom.org/erlang/osmo_ss7", {branch, "laforge/wip"}}},
+ {osmo_ss7, {git, "git://git.osmocom.org/erlang/osmo_ss7", {branch, "master"}}},
{osmo_gsup, {git, "git://git.osmocom.org/erlang/osmo_gsup", {branch, "master"}}}
]}.