Commit 5d177cfd authored by Raphael Defosseux's avatar Raphael Defosseux

Fix introduced compilation warning

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@openairinterface.org>
parent 16abdfa1
......@@ -1149,6 +1149,8 @@ asn_enc_rval_t CHOICE_encode_aper(
ASN__ENCODE_FAILED;
rval.encoded = 0;
ASN__ENCODED_OK(rval);
} else {
ASN__ENCODE_FAILED;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment