Skip to content

Commit

Permalink
Bugfix/sync issue (#108)
Browse files Browse the repository at this point in the history
* Add IE, universal time, in the configuration update command message:
* Add TimeZone field in the AMFContext.

* Fix bug: the format of time zone is wrong

* Modify BuildConfigurationUpdateCommand

* Update go module

* Fix bug: There is a synchronization issue between step 5 and step 11 during the procedure of UE Requested PDU Session Establishment.
  • Loading branch information
YouShengLiu authored Sep 5, 2023
1 parent 80b4f27 commit 7de97a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/gmm/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,9 @@ func CreatePDUSession(ulNasTransport *nasMessage.ULNASTransport,
gmm_message.SendDLNASTransport(ue.RanUe[anType], nasMessage.PayloadContainerTypeN1SMInfo,
smMessage, pduSessionID, cause, nil, 0)
} else {
ue.Lock.Lock()
defer ue.Lock.Unlock()

_, smContextRef, errResponse, problemDetail, err := consumer.SendCreateSmContextRequest(
ue, newSmContext, nil, smMessage)
if err != nil {
Expand Down

0 comments on commit 7de97a6

Please sign in to comment.