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

[agw] Replace C UE context structs with proto-generated C++ objects as values #11191

Open
Tracked by #11199
ardzoht opened this issue Jan 18, 2022 · 2 comments
Open
Tracked by #11199
Labels
cpp-migration C++ migration-related issue type: enhancement Enhancements to existing features willfix This will be worked on and shouldn't be reaped

Comments

@ardzoht
Copy link
Contributor

ardzoht commented Jan 18, 2022

Description

  • For completing the Stateless migration to C++, hashtable OAI lib usage should be deprecated and removed.
  • Currently for UE state, the hashtable values are represented by pointers to the C structs.
  • Since we're aiming to use Protobuf::map, the C structs objects that are eventually serialized should also be migrated to directly the Protobuf message objects instead.

Goal

  1. Replace C structs with Protobuf and List structure usage in SPGW task
  2. Replace C structs with Protobuf in S1AP task
  3. Replace C structs with Protobuf and List (for queue usages: e.g. common_proc) structure usage in MME_APP task
  4. Revise the protobuf structures to use Enum instead of uint primitive type
@ardzoht ardzoht added type: enhancement Enhancements to existing features cpp-migration C++ migration-related issue labels Jan 18, 2022
@stale
Copy link

stale bot commented Apr 16, 2022

This pull request has been automatically marked as stale because it has not had any recent activity by the author or maintainer in the past 45 days. It will be closed if no further activity occurs in the next 7 days. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Apr 16, 2022
@stale
Copy link

stale bot commented Apr 23, 2022

This pull request has exceeded its lifecylce and will be closed. Should you wish to continue working on this, please reopen it or start a new pull request. Thank you again for your contributions.

@stale stale bot closed this as completed Apr 23, 2022
@ssanadhya ssanadhya added willfix This will be worked on and shouldn't be reaped and removed wontfix This will not be worked on labels Apr 27, 2022
@ssanadhya ssanadhya reopened this Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpp-migration C++ migration-related issue type: enhancement Enhancements to existing features willfix This will be worked on and shouldn't be reaped
Projects
None yet
Development

No branches or pull requests

2 participants