Commit 2751dc40 authored by Raphael Defosseux's avatar Raphael Defosseux

Fix a compilation warning

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 485afe30
......@@ -94,6 +94,7 @@ void UEContextReleaseCompleteMsg::setAmfUeNgapId(unsigned long id) {
//------------------------------------------------------------------------------
unsigned long UEContextReleaseCompleteMsg::getAmfUeNgapId() const {
if (amfUeNgapId) return amfUeNgapId->getAMF_UE_NGAP_ID();
return (unsigned long) 0;
}
//------------------------------------------------------------------------------
......
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