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

deploy: remove fake routes from GnB's NetworkAttachmentDefinition in free5gc deployments #551

Merged
merged 7 commits into from
Jun 9, 2024

Conversation

PapaySail
Copy link
Collaborator

@PapaySail PapaySail commented May 16, 2024

  • fixed problem: UE connects and disconnects
    The reason of "signal lost" is a fake default gateways in GnB's deployment config
    Solution is to remove , "gateway": [ "10.100.50.nnn" ]
    The problem's root is in towards5gs helm chart
    To overcome this issue we use post-render kustomize script which overrides NetworkAttachmentDefinition before helm installed.

  • fixed free5gculcl eUPF: add gtp_peer to config. eUPF have to send GTP Echo Request to every known GTP peer., according to eUPF in ULCL scenario don't resolve ARP for ancor UPFs #465

@PapaySail PapaySail requested a review from pirog-spb May 16, 2024 15:38
@PapaySail PapaySail self-assigned this May 16, 2024
@PapaySail PapaySail linked an issue May 16, 2024 that may be closed by this pull request
11 tasks
@pirog-spb
Copy link
Collaborator

@PapaySail Is it possible just to configure default route properly in values file?

@pirog-spb
Copy link
Collaborator

Please fix PR name in order to match conventional commit style

@PapaySail PapaySail changed the title Deployment: free5gc k8s: fixes for NetworkAttachmentDefinition fix: deployment free5gc k8s: remove fake routes from GnB's NetworkAttachmentDefinition May 21, 2024
@@ -7,7 +7,7 @@ deploymentStrategy:
type: Recreate

image:
tag: 0ac3d9fb28808dbca7e123205323e2c09f377971@sha256:a03bdd30efa623b0d3ddc99d9a6472453a43d2d64ed715a9a042e893d82ffb68
tag: main
Copy link
Collaborator

Choose a reason for hiding this comment

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

The latest tag would be more appropriate

@pirog-spb pirog-spb changed the title fix: deployment free5gc k8s: remove fake routes from GnB's NetworkAttachmentDefinition deploy: remove fake routes from GnB's NetworkAttachmentDefinition in free5gc deployments Jun 9, 2024
@pirog-spb pirog-spb merged commit 57b40b0 into main Jun 9, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Check all deployment configurations for relevance
2 participants