diff --git a/unit/test-avrcp.c b/unit/test-avrcp.c
index d26b12a..c41f2e6 100644
--- a/unit/test-avrcp.c
+++ b/unit/test-avrcp.c
0x00, 0x19, 0x58, AVRCP_SET_ABSOLUTE_VOLUME,
0x00, 0x00, 0x01, 0x01));
+ /* Set absolute volume – TG */
+ define_test("/TP/VLH/BI-02-C", test_server,
+ raw_pdu(0x00, 0x11, 0x0e, 0x00, 0x48, 0x00,
+ 0x00, 0x19, 0x58, AVRCP_SET_ABSOLUTE_VOLUME,
+ 0x00, 0x00, 0x01, 0x80),
+ raw_pdu(0x02, 0x11, 0x0e, 0x0c, 0x48, 0x00,
+ 0x00, 0x19, 0x58, AVRCP_SET_ABSOLUTE_VOLUME,
+ 0x00, 0x00, 0x01, 0x00));
+
return g_test_run();
}