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

refactor #37

Merged
merged 25 commits into from
Jun 27, 2024
Merged

refactor #37

merged 25 commits into from
Jun 27, 2024

Conversation

a3828162
Copy link
Contributor

@a3828162 a3828162 commented May 8, 2024

  • consumer finish
  • api_{SVC}.go
  • processor
  • server
  • router

@ianchen0119
Copy link
Contributor

Hi @a3828162

Please help to resolve the conflicts in pkg/service/init.go.
Tks!

pkg/service/init.go Outdated Show resolved Hide resolved
cmd/main.go Outdated Show resolved Hide resolved
cmd/main.go Outdated Show resolved Hide resolved
@ianchen0119 ianchen0119 self-assigned this May 24, 2024
@ianchen0119 ianchen0119 marked this pull request as ready for review May 29, 2024 07:13
internal/sbi/processor/processor.go Outdated Show resolved Hide resolved
internal/sbi/router.go Outdated Show resolved Hide resolved
internal/sbi/router.go Outdated Show resolved Hide resolved
internal/sbi/router.go Show resolved Hide resolved
internal/sbi/router.go Outdated Show resolved Hide resolved
internal/sbi/router.go Outdated Show resolved Hide resolved
pkg/service/init.go Outdated Show resolved Hide resolved
Copy link
Contributor

@andy89923 andy89923 left a comment

Choose a reason for hiding this comment

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

Also, need to fix the Termination procedure; you could refer to the Discord message.

pkg/service/init.go Outdated Show resolved Hide resolved
internal/sbi/consumer/nrf_service.go Outdated Show resolved Hide resolved
internal/sbi/server.go Outdated Show resolved Hide resolved
internal/sbi/server.go Outdated Show resolved Hide resolved
internal/sbi/processor/callback.go Outdated Show resolved Hide resolved
internal/sbi/api_uecontextmanagement.go Outdated Show resolved Hide resolved
internal/sbi/server.go Outdated Show resolved Hide resolved
Copy link
Contributor

@ianchen0119 ianchen0119 left a comment

Choose a reason for hiding this comment

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

Please ensure the implementations of processor pkg follow our standard.

internal/sbi/api_parameterprovision.go Show resolved Hide resolved
internal/sbi/api_subscriberdatamanagement.go Outdated Show resolved Hide resolved
internal/sbi/api_subscriberdatamanagement.go Outdated Show resolved Hide resolved
internal/sbi/api_subscriberdatamanagement.go Outdated Show resolved Hide resolved
consumer *consumer.Consumer
}

func NewProcessor(udm ProcessorUdm) (*Processor, error) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Please refer to https://github.com/free5gc/amf/pull/132/files

You don't need to implement the Consumer getter here.

Copy link
Contributor

@ianchen0119 ianchen0119 left a comment

Choose a reason for hiding this comment

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

LGTM (except for my commented part)

@ianchen0119 ianchen0119 merged commit 3f28447 into free5gc:main Jun 27, 2024
2 checks passed
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.

5 participants