Hello
This patch
1. can handle LTE RRC messages and call respective dissectors
2. can handle LTE MAC frames, fill in the struct mac_lte_info and then call the mac-lte dissector. Following the GSMTAP header, there is a 15 byte mac_info which is needed to fill the struct mac_lte_info.
The size mac_info need not necessarily be 15 byte. But these 15 bytes are necessary for the lte-mac dissector to understand the frame. 15 byte header is used by the LTE_FDD_EnodeB application from the openLTE project.
There is also a patch for gsmtap.h.
Please let me know your comments.
Cheers
Altaf
Hello
This patch
1. can handle LTE RRC messages and call respective dissectors
2. can handle LTE MAC frames, fill in the struct mac_lte_info and then call the mac-lte dissector. Following the GSMTAP header, there is a 15 byte mac_info which is needed to fill the struct mac_lte_info.
The size mac_info need not necessarily be 15 byte. But these 15 bytes are necessary for the lte-mac dissector to understand the frame. 15 byte header is used by the LTE_FDD_EnodeB application from the openLTE project.
There is also a patch for gsmtap.h.
Please let me know your comments.
Cheers
Altaf
Hi,
The libosmocore patch looks good and from what I see adding those make sense. If no one has raised an issue with it in the next day, I'll merge it.
There is a couple of formatting issues for the gsmap one (space vs tab in one place, missing blank line), but it looks OK to me. I'm not really familiar with LTE though. But in anycase it will have to go through wireshark's submission process to be merged once the libosmocore changes have been applied.
Cheers,
Sylvain
The libosmocore patch was pushed.
You should know submit the other patch to wireshark (and point them to the upstream libosmocore to approve the gsmtap changes).
On Tue, Jan 13, 2015 at 10:23 AM, Sylvain Munaut 246tnt@gmail.com wrote:
Hi,
The libosmocore patch looks good and from what I see adding those make sense. If no one has raised an issue with it in the next day, I'll merge it.
There is a couple of formatting issues for the gsmap one (space vs tab in one place, missing blank line), but it looks OK to me. I'm not really familiar with LTE though. But in anycase it will have to go through wireshark's submission process to be merged once the libosmocore changes have been applied.
Cheers,
Sylvain
baseband-devel@lists.osmocom.org