Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade openapi dependency to feat/r17 #33

Merged
merged 12 commits into from
Nov 23, 2024

Conversation

ian60509
Copy link
Contributor

No description provided.

@andy89923 andy89923 self-requested a review July 31, 2024 07:07
go.mod Outdated Show resolved Hide resolved
@andy89923
Copy link
Contributor

Is the PR ready?

@donald1218
Copy link

LGTM!

@andy89923
Copy link
Contributor

Add GroupIDmap & ImsDataRepository service api with not implement response.

@ianchen0119 ianchen0119 changed the base branch from main to next November 12, 2024 06:39
@@ -48,7 +48,7 @@ func (p *Processor) ApplicationDataInfluenceDataGetProcedure(c *gin.Context, col

func (p *Processor) ParseSnssaisFromQueryParam(snssaiStr string) []models.Snssai {
var snssais []models.Snssai
err := json.Unmarshal([]byte("["+snssaiStr+"]"), &snssais)
err := json.Unmarshal([]byte(snssaiStr), &snssais)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ian60509 Why does this line need to be changed?

Copy link
Contributor Author

@ian60509 ian60509 Nov 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to TS 29.571 Snssai definition, I revised it to comply with the spec :

  • pattern: '^[A-Fa-f0-9]{6}$'

@ianchen0119
Copy link
Contributor

Overall, it looks good to me.

@ianchen0119 ianchen0119 merged commit 40d46f8 into free5gc:next Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants