Skip to content

IE Enterprise Specific (optional) support#23

Open
orion-belt wants to merge 4 commits into
developfrom
enterprise_specific_ie_support
Open

IE Enterprise Specific (optional) support#23
orion-belt wants to merge 4 commits into
developfrom
enterprise_specific_ie_support

Conversation

@orion-belt

Copy link
Copy Markdown
Collaborator

It is useful to support this IE to interact with 3rd party UPF e.g. Kaloom, VPP-UPF etc.

@orion-belt orion-belt closed this Jun 15, 2021
@orion-belt orion-belt reopened this Jun 15, 2021
@orion-belt orion-belt requested a review from lionelgo June 15, 2021 16:10
Comment thread src/pfcp/3gpp_29.244.hpp
os.write(
reinterpret_cast<const char*>(&enterprise_id), sizeof(enterprise_id));
os << enterprise_id;
}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

no serialization of proprietary_data ?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

@lionelgo
addressed in latest commit

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Why do write twice enterprise_id and proprietary_data ?
seems to me suspicious reinterpret_cast<const char*>(&proprietary_data) ...

Comment thread src/pfcp/3gpp_29.244.hpp
os.write(
reinterpret_cast<const char*>(&enterprise_id), sizeof(enterprise_id));
os << enterprise_id;
}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Why do write twice enterprise_id and proprietary_data ?
seems to me suspicious reinterpret_cast<const char*>(&proprietary_data) ...

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