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] Convert GUTI struct into string representation #11189

Closed
Tracked by #11199
ardzoht opened this issue Jan 18, 2022 · 2 comments
Closed
Tracked by #11199

[agw] Convert GUTI struct into string representation #11189

ardzoht opened this issue Jan 18, 2022 · 2 comments
Labels
cpp-migration C++ migration-related issue type: enhancement Enhancements to existing features wontfix This will not be worked on

Comments

@ardzoht
Copy link
Contributor

ardzoht commented Jan 18, 2022

Description

  • Currently the map.h interface under lte/gateway/c/core/oai that wraps up most of the OAI C++ standard hashmap implementation uses std::unordered_map under the hood.
  • In terms of the broader C++ hashtable migration, we want to use a common standardization of Protobuf data structures and objects to allocate the data.
  • The only caveat to this is that Protobuf::map does not support complex key lookups. The GUTI mapping (which holds guti_t as object, and mme_ue_id as key) is the only complex key usage in the OAI codebase.

Goal

  • guti_t struct usages should be revised to use a string representation on all OAI codebase after reading the GUTI info on the MME procedures.
@stale
Copy link

stale bot commented Jul 4, 2022

This issue or pull request has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs in the next 14 days.

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

stale bot commented Jul 19, 2022

This issue or pull request has exceeded its lifecylce and was automatically closed. Should you wish to continue working on this, please reopen it.

@stale stale bot closed this as completed Jul 19, 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 wontfix This will not be worked on
Projects
Status: Done
Development

No branches or pull requests

2 participants