pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37182?usp=email )
Change subject: asterisk: IMS: Fix warning regarding deprecated type char ......................................................................
asterisk: IMS: Fix warning regarding deprecated type char
Change-Id: I4d283251684738e85973a2dfc57e4480a44cbc6b --- M asterisk/IMS_ConnectionHandler.ttcn 1 file changed, 10 insertions(+), 1 deletion(-)
Approvals: osmith: Looks good to me, approved Jenkins Builder: Verified
diff --git a/asterisk/IMS_ConnectionHandler.ttcn b/asterisk/IMS_ConnectionHandler.ttcn index 3c3a51b..9f7d0f1 100644 --- a/asterisk/IMS_ConnectionHandler.ttcn +++ b/asterisk/IMS_ConnectionHandler.ttcn @@ -35,7 +35,7 @@ }
const integer c_def_expires := 600000; /* 3GPP TS 24.229 5.1.1.2.1 e) */ -const char c_sip_server_name := "osmo-ttcn3-hacks/0.23"; +const charstring c_sip_server_name := "osmo-ttcn3-hacks/0.23";
type port IMSCoord_PT message