PEL: Set platform SAI LED group

There is now an LED group to set when the platform SAI LED needs to be
asserted when handling the service indicators for PEL callouts.

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I2af66c8c1820c131e1d4d7dede802b5f128b79a4
diff --git a/test/openpower-pels/private_header_test.cpp b/test/openpower-pels/private_header_test.cpp
index 0349a94..31a1b61 100644
--- a/test/openpower-pels/private_header_test.cpp
+++ b/test/openpower-pels/private_header_test.cpp
@@ -63,7 +63,7 @@
     EXPECT_EQ(mt.seconds, 0x3A);
     EXPECT_EQ(mt.hundredths, 0x00);
 
-    EXPECT_EQ(ph.creatorID(), 0xAA);
+    EXPECT_EQ(ph.creatorID(), 0x4F);
     EXPECT_EQ(ph.logType(), 0x00);
     EXPECT_EQ(ph.sectionCount(), 0x02);
     EXPECT_EQ(ph.obmcLogID(), 0x90919293);