DebugMux client for [Sony] Ericsson phones and modems
Go to file
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
.gitignore Initial commit 2022-01-18 16:22:54 +06:00
LICENSE.txt Initial commit 2022-01-18 16:22:54 +06:00
peer.py Initial DebugMux client application 2022-01-18 16:22:54 +06:00
proto.py Initial DebugMux protocol definition 2022-01-18 16:22:54 +06:00
sedbgmux.py SEDbgMuxApp: handle ConnEstablished with DPRef=0xffff 2022-01-18 16:22:54 +06:00