From 9491cf41d08cdb1dd3d1a2cf922dd0bdba9209cf Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 11 Jul 2022 18:24:13 +0200 Subject: [PATCH] Add osmo_ss7 and osmo_gsup as dependencies to .app.src file We are depending on those applications, so they should be listed. Change-Id: I4a19439dff362f24efc108ee7b0790b143692d2f --- src/osmo_dia2gsup.app.src | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/osmo_dia2gsup.app.src b/src/osmo_dia2gsup.app.src index 514ea59..941573a 100644 --- a/src/osmo_dia2gsup.app.src +++ b/src/osmo_dia2gsup.app.src @@ -6,7 +6,9 @@ kernel, stdlib, lager, - diameter + diameter, + osmo_gsup, + osmo_ss7 ]}, {mod, {osmo_dia2gsup_app, []}}, {env, []}