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

Emergency Alerts: Customization of alerts #5

Open
dsilhavy opened this issue May 24, 2024 · 2 comments
Open

Emergency Alerts: Customization of alerts #5

dsilhavy opened this issue May 24, 2024 · 2 comments
Assignees

Comments

@dsilhavy
Copy link

dsilhavy commented May 24, 2024

Describtion

Our rt-mbms-tx-for-qrd-and-crd transmitter is able to transmit SIB12 messages to trigger an emergency alert. A detailed documentation on how to set this up is available here: https://5g-mag.github.io/Getting-Started/pages/emergency-alerts/tutorials/end-to-end.html

Feature Request

Right now we are triggering default alerts such as tsunami a or earthquake warnings. It would be nice to enable triggering "custom alerts" with a custom alert message.

The content of the SIB 12 message is currently hardcoded and looks like this:

sib12 =
{
    message_identifier = 0x1102;
    serial_number = 0x3000;
    data_coding_scheme = 01;
    warning_msg_segment_type = "lastSegment";
    warning_msg_segment_num = 0;
    warning_msg_segment_r9 = "01C576597E2EBBC7F950A8D168341A8D46A3D168341A8D46A3D168341A8D46A3D168341A8D46A3D168341A8D46A3D168341A8D46A3D168341A8D46A3D168341A8D46A3D168341A8D46A3D168341A8D46A3D1000A";
};

We need to evaluate what needs to be changed to trigger a custom alert with a custom message.

@dsilhavy dsilhavy changed the title Emergency Alerts: Customizations of alerts Emergency Alerts: Customization of alerts May 24, 2024
@dsilhavy dsilhavy moved this to In Progress in MBMS: Public Warning System May 24, 2024
@dsilhavy
Copy link
Author

Starting point: https://github.com/CAPTools/CAPCreator

@dsilhavy
Copy link
Author

Further investigating this issue, we are currently using the bytecode file (https://github.com/5G-MAG/rt-mbms-tx-for-qrd-and-crd/blob/emergency-alerts/bytecode) for populating the warning_msg_segment_r9. It seems to override what is defined in the config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

2 participants