support Rx and N5 interfaces at the same time#645
Closed
linuxmaniac wants to merge 5 commits into
Closed
Conversation
Currently the P-CSCF can handle LTE-LTE and NR-NR communications. Cross-technology communications are still a work in progress.
Using the PANI header, we can determine what interface this UE should register via. TODO: - Implement detection for additional network types (ex. for IWLAN) - Add some sort of database store for network access type, to be used in the mt config, as P-CSCF cannot query the network type from the device before starting a call
MT is currently broken due to the lack of a PANI header. This needs to be reconfigured to read out of a database that has updated values that are written during UE registeration.
Contributor
Author
|
This approach doesn't work for me. @herlesupreeth I've tested your |
Contributor
Author
|
This approach doesn't work for me. @herlesupreeth I've tested your |
Owner
|
Thanks for trying that branch.. sorry i couldn’t review your MR. For now Rx and N5 inter working works for registration. I am still working on calling part. My goal is to have the calling between voip client and VoLTE/VoNR client |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Trying to move forward #444