Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Decoding Help for Internode definitions #85

Open
suchitsatpathy opened this issue May 25, 2020 · 4 comments
Open

Decoding Help for Internode definitions #85

suchitsatpathy opened this issue May 25, 2020 · 4 comments
Assignees

Comments

@suchitsatpathy
Copy link

I am trying to decode the messages for S1AP and X2AP messages , where there are UE capability and other containers included . I can decode them separately using different funtions . However , I am trying to merge all the segments together . Below are the steps I am trying to perform .
1: Check if a specific container is present in the message
2: Decode the message
3: set the value in the S1AP message RAT capability type to the decoded value.

@p1-bmu
Copy link
Contributor

p1-bmu commented May 26, 2020

What is the issue you have with pycrate ??

@suchitsatpathy
Copy link
Author

suchitsatpathy commented May 26, 2020 via email

@p1-bmu
Copy link
Contributor

p1-bmu commented May 27, 2020

Dear Suchit.

As you can understand, I am not your developer. Therefore I will not develop specific features for your need. Moreover, I don't understand clearly what you are expecting.
Pycrate is an open-source software, it is open to external contributions, in multiple forms ; see https://github.com/P1sec/pycrate#contributing. If you have specific need and that you succeed to address them with a specific development, you can provide it back through a pull request, so that all pycrate's users can benefit from it.

Regarding the decoding of UE radio capabilities, you can take this part of pycrate_corenet as an example:

def decode_ue_rad_cap(buf):

Best Regards,
Benoit

@p1-bmu p1-bmu self-assigned this May 27, 2020
@suchitsatpathy
Copy link
Author

suchitsatpathy commented May 27, 2020 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants