// encoding InitialContextSetupRequest(NGAP message) back
std::shared_ptr<nas_context>nc;
nc=amf_ue_id_2_nas_context(amf_ue_ngap_id);
<<<<<<<HEAD
Logger::amf_n1().info("UE (IMSI %s, GUTI %s, current RAN ID %d, current AMF ID %d) has been registered to the network",nc.get()->imsi.c_str(),guti.c_str(),ran_ue_ngap_id,amf_ue_ngap_id);
std::cout<<std::endl<<"Usage: AMF [OPTIONS]..."<<std::endl<<" -h, --help Print help and exit"<<std::endl<<" -c, --libconfigcfg filename Read the application configuration from this file."<<std::endl
<<" -o, --stdoutlog Send the application logs to STDOUT fd."<<std::endl<<" -r, --rotatelog Send the application logs to local file (in current working directory)."<<std::endl<<" --no-ausf Do not connect ausf."<<std::endl;