Diff between 4bbda01455040dc07239d6b12b3dc809f6618e3d and e2a7659cc807d097fa36d918a602a98b4b4081c9
Changed Files
| File | Additions | Deletions | Status |
| monitor/lmp.c | +3 | -0 | modified |
Full Patch
diff --git a/monitor/lmp.c b/monitor/lmp.c
index e7e6b25..b87b549 100644
--- a/monitor/lmp.c
+++ b/monitor/lmp.c
@@ -821,6 +821,9 @@ static const struct lmp_data lmp_table[] = {
{ LMP_ESC4(32), "LMP_power_control_res", power_control_res, 1, true },
{ LMP_ESC4(33), "LMP_ping_req", ping_req, 0, true },
{ LMP_ESC4(34), "LMP_ping_res", ping_res, 0, true },
+ { LMP_ESC4(35), "LMP_SAM_set_type0" },
+ { LMP_ESC4(36), "LMP_SAM_define_map" },
+ { LMP_ESC4(37), "LMP_SAM_switch" },
{ }
};