UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Not getting emergency messages via GSM..?

    Scheduled Pinned Locked Moved Support
    23 Posts 8 Posters 3.8k Views 3 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
      Reply
      • Reply as topic
      Log in to reply
      This topic has been deleted. Only users with topic management privileges can see it.
      • K Online
        kugiigi
        last edited by

        Yes, I'm sure this isn't supported yet on UT.
        I remember earlier this year we had an issue with a volcano and there was a time where everyone's phone in the office randomly rings loudly because of the emergency messages except me LOL

        T 1 Reply Last reply Reply Quote 0
        • T Offline
          Talkless @kugiigi
          last edited by

          @kugiigi said in Not getting emergency messages via GSM..?:

          issue with a volcano

          Damn, now that's quite some issue πŸ™‚ . Rad.

          Volla Phone X

          K 1 Reply Last reply Reply Quote 0
          • K Online
            kugiigi @Talkless
            last edited by

            @Talkless 2020 has been really an eventful year so far and our country's theme has been face masks (ashfall and now virus). I guess emergency messages are important now more than ever πŸ˜… Anyone up for the challenge? I wonder if it's quite trivial or a complicated thing to do. Does ofono already support it?

            flohackF 1 Reply Last reply Reply Quote 0
            • flohackF Offline
              flohack @kugiigi
              last edited by

              @kugiigi See https://github.com/rilmodem/ofono/search?q=cell&type= - there is a lot of code and even tests inside, so I would assume its at least somehow working.

              My languages: πŸ‡¦πŸ‡Ή πŸ‡©πŸ‡ͺ πŸ‡¬πŸ‡§ πŸ‡ΊπŸ‡Έ

              1 Reply Last reply Reply Quote 2
              • flohackF Offline
                flohack
                last edited by

                Okay it seems the cell broadcast is not implemented for the rilmodem driver, so yes, there would be some work to be done for the rild interface.

                My languages: πŸ‡¦πŸ‡Ή πŸ‡©πŸ‡ͺ πŸ‡¬πŸ‡§ πŸ‡ΊπŸ‡Έ

                dobeyD 1 Reply Last reply Reply Quote 0
                • dobeyD Offline
                  dobey @flohack
                  last edited by

                  @Flohack They also need to be handled specially in the rest of the system. There's no UI to present them, etc… and should not appear in messaging-app.

                  flohackF 1 Reply Last reply Reply Quote 0
                  • flohackF Offline
                    flohack @dobey
                    last edited by

                    @dobey Yeah agree. Its basically a feature-implementation through the whole middleware stack. Fun to do if you have nothing else to do lol.

                    My languages: πŸ‡¦πŸ‡Ή πŸ‡©πŸ‡ͺ πŸ‡¬πŸ‡§ πŸ‡ΊπŸ‡Έ

                    T 1 Reply Last reply Reply Quote 0
                    • T Offline
                      Talkless @flohack
                      last edited by

                      @Flohack said in Not getting emergency messages via GSM..?:

                      Fun to do if you have nothing else to do lol.

                      Yeah and how would you actually test it..?

                      Volla Phone X

                      flohackF 1 Reply Last reply Reply Quote 0
                      • flohackF Offline
                        flohack @Talkless
                        last edited by

                        @Talkless if you develop it correctly you would use interfaces in development that allows mocking of all the parts as you travel the stack up. So, except for the reception in ofono which cannot be tested 100% without a real message all the parts can be unit-tested to show that they work correctly.

                        My languages: πŸ‡¦πŸ‡Ή πŸ‡©πŸ‡ͺ πŸ‡¬πŸ‡§ πŸ‡ΊπŸ‡Έ

                        T 1 Reply Last reply Reply Quote 1
                        • T Offline
                          Talkless @flohack
                          last edited by

                          @Flohack said in Not getting emergency messages via GSM..?:

                          cannot be tested 100% without a real message

                          Yeah that's what I had in mind. Mocking is doable, but that one.. πŸ™‚

                          Volla Phone X

                          1 Reply Last reply Reply Quote 0
                          • First post
                            Last post