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

support DHCP{v4,v6} for UE IP assigment #262

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft

Conversation

RoadRunnr
Copy link
Member

Only supports ergw (PGW/GGSN) C-node acting as client to request IPs from a DHCP server (3GPP TS 23.401, Sec, 5.3.1.2.1 & 5.3.1.2.2)

DHCP over SGi only works if the C-node has an IP address in the SGi network.

UE DHCP clients are not supported by this (3GPP TS 23.401, Sec, 5.3.1.2.3 & 5.3.1.2.4)

As preparation to support other IP assigment methodes (e.g. DHCP),
normalize and pass the request protocol configuration options into
the assigment logic.

Also, unify PCO handling in the library code.
Request and release IPs from DHCP server
@vkatsuba vkatsuba closed this Dec 20, 2021
@vkatsuba vkatsuba deleted the feature/dhcp branch December 20, 2021 16:32
@vkatsuba vkatsuba restored the feature/dhcp branch December 21, 2021 13:55
@vkatsuba vkatsuba reopened this Dec 21, 2021
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.

2 participants