Not getting emergency messages via GSM..?
-
@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..?
-
@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.
-
@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..