Bugfix: Use non-string for calling-station-id

Do not toString the mac address used for calling-station-id, use
binary/hex representation.

Change-Id: If3965f42000da34fd018b2cb930f4100add7bd5d
diff --git a/src/main/java/org/opencord/aaa/SamplePacketCustomizer.java b/src/main/java/org/opencord/aaa/SamplePacketCustomizer.java
index 6130073..f710e0d 100755
--- a/src/main/java/org/opencord/aaa/SamplePacketCustomizer.java
+++ b/src/main/java/org/opencord/aaa/SamplePacketCustomizer.java
@@ -104,7 +104,7 @@
         }
 
         inPkt.setAttribute(RADIUSAttribute.RADIUS_ATTR_CALLING_STATION_ID,
-                srcMac.toString().getBytes());
+                srcMac.toBytes());
 
         // Check value - 16 was used in PoC2, as per PoC3 TS value should be 15
         inPkt.setAttribute(RADIUSAttribute.RADIUS_ATTR_NAS_PORT_TYPE,