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

Test/pfcp #109

Draft
wants to merge 25 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 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
d71384d
test: build test
ian60509 Jun 4, 2024
f843f69
feat: test file
ming-hsien Jun 7, 2024
9f6f8ba
feat: testing file (pfcp build)
ming-hsien Jun 8, 2024
2a8f6c5
feat: Add pfcp build test file
ming-hsien Jun 10, 2024
f85aca1
fix: build_test
ming-hsien Jun 12, 2024
fbc0841
feat: udp send pfcp request test
HanHongChen Jun 12, 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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ cscope.*
# Debug
*.log
*.pcap

tttt_test.go
tttt.go
Loading
Loading