Add missing timer [#569]

This commit is contained in:
Sukchan Lee 2020-09-21 11:08:41 -04:00
parent 65d1ac1718
commit 87077c91cb
1 changed files with 3 additions and 0 deletions

View File

@ -324,6 +324,9 @@ void ngap_send_ran_ue_context_release_command(
rv = ngap_delayed_send_to_ran_ue(ran_ue, ngapbuf, delay);
ogs_expect(rv == OGS_OK);
ogs_timer_start(ran_ue->t_ng_holding,
amf_timer_cfg(AMF_TIMER_NG_HOLDING)->duration);
}
void ngap_send_amf_ue_context_release_command(