-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 * Modify the BuildConfigurationUpdateCommand and SendConfigurationUpdateCommand functions: * Enhance the generality of the BuildConfigurationUpdateCommand function. * Decouple the BuildConfigurationUpdateCommand from the SendConfigurationUpdateCommand, enabling finer customization of the Configuration Update Command message. * Add T3555 timer for retransmission of CONFIGURATION UPDATE COMMAND message. * Leave two TODOs in AmPolicyControlUpdateNotifyUpdateProcedure function. * Modify coding style * Stop T3555 timer in HandleConfigurationUpdateComplete function * Modify BuildConfigurationUpdateCommand * Reduce the number of parameters. * AmPolicyControlUpdateNotifyUpdateProcedure keeps its original functionality with the configurationUpdateCommandFlags. * Modify BuildConfigurationUpdateCommand * Show some warning message while the required argument is nothing. * Check the Configuration Update Command message if is valid. * Modify SendConfigurationUpdateCommand * Add ConfigurationUpdateCommandFlags parameter to control how to build the Configuration Update Command message. * Determine whether to start the T3555 timer or not in the SendConfigurationUpdateCommand. * Modify SendConfigurationUpdateCommand * Add the missing return. * Modify BuildConfigurationUpdateCommand and SendConfigurationUpdateCommand * Fix bug: the original getTimeZone function was wrong * Aggregate the same function into nasConvert.GetTimeZone * Update go module * Modify BuildConfigurationUpdateCommand * Remove the parameter NetworkSlicingIndication * Modify AmfUe structure * Replace ConfigurationUpdateMessage by ConfigurationUpdateCommandFlags * Modify HandleServiceRequest
- Loading branch information
1 parent
7de97a6
commit e4d31e8
Showing
10 changed files
with
280 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.