Hello @allen00991,
Thank you for your response.
I understood that the IP addresses will be reused.
However, I found that the IP address release sometimes fails.
Here is part of my SMF logs.
2022-03-11T06:47:49Z [INFO][SMF][PduSess] UE[imsi-208930000000001] PDUSessionID[1] Release IP[60.60.0.5]
2022-03-11T06:47:49Z [DEBU][SMF][CTX] [{60.60.0.6 - 60.60.0.14}->{60.60.0.1 - 60.60.0.5}]
2022-03-11T06:48:03Z [DEBU][SMF][CTX] check start UEIPPool(60.60.0.0/28)
2022-03-11T06:48:03Z [INFO][SMF][CTX] Allocated UE IP address: 60.60.0.6
2022-03-11T06:48:09Z [INFO][SMF][PduSess] UE[imsi-208930000000001] PDUSessionID[1] Release IP[60.60.0.6]
2022-03-11T06:48:09Z [DEBU][SMF][CTX] [{60.60.0.7 - 60.60.0.14}->{60.60.0.1 - 60.60.0.6}]
2022-03-11T06:48:30Z [DEBU][SMF][CTX] check start UEIPPool(60.60.0.0/28)
2022-03-11T06:48:30Z [INFO][SMF][CTX] Allocated UE IP address: 60.60.0.7
2022-03-11T06:49:02Z [DEBU][SMF][CTX] check start UEIPPool(60.60.0.0/28)
2022-03-11T06:49:02Z [INFO][SMF][CTX] Allocated UE IP address: 60.60.0.8
2022-03-11T06:49:06Z [INFO][SMF][PduSess] UE[imsi-208930000000001] PDUSessionID[1] Release IP[60.60.0.8]
2022-03-11T06:49:06Z [DEBU][SMF][CTX] [{60.60.0.9 - 60.60.0.14}->{60.60.0.1 - 60.60.0.6}->{60.60.0.8 - 60.60.0.8}]
From 60.60.0.1 to 60.60.0.6, IP address release was succeeded as I expected.
But 60.60.0.7 seems not released and it didn’t return to the IP Pool.
I guessed so since the pool information is diveded .
2022-03-11T06:49:06Z [DEBU][SMF][CTX] [{60.60.0.9 - 60.60.0.14}->{60.60.0.1 - 60.60.0.6}->{60.60.0.8 - 60.60.0.8}]
At the same timing, AMF shows error log like below.
2022-03-11T06:48:50Z [ERRO][AMF][GMM][AMF_UE_NGAP_ID:15] state mismatch: receieve gmm message[message type 0x45] at Deregistered state
Is there any way to release the IP address, and make it reusable?
I would appreciate if you have any information.