pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/erlang/osmo-epdg/+/36263?usp=email )
Change subject: rebar.config: Update required OTP version 23.2.6 ......................................................................
rebar.config: Update required OTP version 23.2.6
OTP from debian11 (22.2.7?) is not generating properly all the defines in ./include/diameter_3gpp_ts29_273_swx.hrl, like 'REASON-CODE_PERMANENT_TERMINATION'.
Since anyway we need debian12 for other reasons, like newer kernel, then also require OTP from debian12 which is known to not have those problems. At the moment, debian12 OTP package version is 23.2.6.
Change-Id: I0ac7c93adbe88e1b738f1319cf1280c119ed59d1 --- M rebar.config 1 file changed, 18 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-epdg refs/changes/63/36263/1
diff --git a/rebar.config b/rebar.config index 2403243..9337000 100644 --- a/rebar.config +++ b/rebar.config @@ -10,7 +10,7 @@ {osmo_gsup, {git, "https://gerrit.osmocom.org/erlang/osmo_gsup", {branch, "osmocom/epdg"}}} ]}.
-{minimum_otp_vsn, "20.3"}. +{minimum_otp_vsn, "23.2.6"}. {plugins, [ {rebar3_diameter_compiler, {git, "https://github.com/carlosedp/rebar3_diameter_compiler.git", {tag, "0.8.0"}}}