Commit Graph

8 Commits

Author SHA1 Message Date
Vadim Yanitskiy ba66506052 DbgMuxFrame: add complete inner message definition 2022-01-18 16:22:54 +06:00
Vadim Yanitskiy 0f7605b189 SEDbgMuxApp: disable DebugMux commands while not connected 2022-01-18 16:22:54 +06:00
Vadim Yanitskiy 1c9a74c1e0 SEDbgMuxApp: group commands into cmd2 categories 2022-01-18 16:22:54 +06:00
Vadim Yanitskiy ee4731aad7 SEDbgMuxApp: add a command to show connection info 2022-01-18 16:22:54 +06:00
Vadim Yanitskiy e09c227661 SEDbgMuxApp: handle ConnEstablished with DPRef=0xffff
This format string found in firmware image of a modem:

  DebugMux[DL,HandleConnectReq] Could not find DPRef 0x%04X;
                                sending Connect Response with ConnRef=0xFFFF

gives us a hint on what happens when ConnEstablish message contains
an unknown DPRef that was not announced or has became inactive.
2022-01-18 16:22:54 +06:00
Vadim Yanitskiy 4d19f594c3 Initial DebugMux client application 2022-01-18 16:22:54 +06:00
Vadim Yanitskiy 97cd6fb4d3 Initial DebugMux protocol definition 2022-01-18 16:22:54 +06:00
Vadim Yanitskiy 3d37f3e261 Initial commit 2022-01-18 16:22:54 +06:00