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: Refactor SMF consumer processor service #106

Merged
merged 33 commits into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
dcacde2
refactor: consumer nrf_service smf_service udm_service
ming-hsien Apr 24, 2024
37ba61e
fix: datapath.go (Correction by mistake)
ming-hsien Apr 28, 2024
8e0f45d
fix: nrf_service (move SendNFDiscoveryXXX from udm_service to nrf_ser…
ming-hsien Apr 29, 2024
d69bff0
refactor: copy server side code
pf-lin Apr 27, 2024
5a61332
refactor: implement server structure & add two services (callback and…
pf-lin Apr 28, 2024
b116261
refactor: add processor & remove legacy code
pf-lin Apr 30, 2024
5c65d5b
refactor: consumer (pcf_service, chf_service), Pull out APIClient fro…
ming-hsien Apr 30, 2024
c4d5932
fix: import cycle
pf-lin May 3, 2024
84af015
fix: ci error
ming-hsien May 8, 2024
2cf8281
fix: go test error, ci error
ming-hsien May 15, 2024
fec9afc
refactor: implement graceful shutdown
pf-lin May 15, 2024
02adb5d
refactor: abstract implement to interface
pf-lin May 17, 2024
8ecb0d6
refactor: refactor the handler function in Processor
pf-lin May 17, 2024
46c9d26
fix: ci-lint error
ming-hsien May 23, 2024
cdbb62e
fix: go test error (lazyReusePool)
ming-hsien May 23, 2024
a13868e
test: fix gin test
pf-lin May 24, 2024
5f253b9
Merge branch 'free5gc:main' into refactor/sbi-logic
ming-hsien Jun 3, 2024
d9f5255
fix: NewServer got NULL pointer error
ming-hsien Jun 3, 2024
723e385
fix: remove redundant code and comment
ming-hsien Jun 6, 2024
376c4be
fix: add HandleSMPolicyUpdateNotify to the processor's method
pf-lin Jun 7, 2024
08713eb
refactor: extract route handler
pf-lin Jun 11, 2024
e83227f
fix: fix waitingGroup bug and pfcp start/terminate
andy89923 Jun 18, 2024
c09f4e2
fix: fix pfcp test failed
andy89923 Jun 19, 2024
ab76177
fix: terminate twice when call Terminate function
pf-lin Jun 21, 2024
54dcd72
fix: remove defer and unused code
pf-lin Jun 21, 2024
71438a4
fix: modify receiver variable name and http status
pf-lin Jun 21, 2024
5b23440
fix: fix Context() call in mock test
andy89923 Jun 25, 2024
c3bcd84
fix: naming style
pf-lin Jun 25, 2024
ccb2bfa
refactor: consumer amf_service N1N2MessageTransfer
ming-hsien Jun 26, 2024
e8a4d6d
fix: test and linter error
andy89923 Jun 26, 2024
b21ff2c
refactor: nrf_service udm_service (context.go)
ming-hsien Jun 27, 2024
a01d9b5
fix: DLPDR type and minor coding style
andy89923 Jun 28, 2024
d87eb97
fix: align NewProcessor()
andy89923 Jun 28, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/commit-msg-check.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: 'Commit Message Check'

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

Expand Down
Loading
Loading