[VOL-4111] Moving Services under the UNI struct
Controlling the UNI state via OMCI Set Messages
Upgraded APIs to reflect the new format

Change-Id: I3a6c166205fad4a381e562ab3b873d03b633303e
diff --git a/internal/common/option_test.go b/internal/common/option_test.go
index 4111ce3..2a57624 100644
--- a/internal/common/option_test.go
+++ b/internal/common/option_test.go
@@ -32,7 +32,7 @@
 	assert.Equal(t, services[0].CTagAllocation, TagAllocationUnique.String())
 	assert.Equal(t, services[0].STagAllocation, TagAllocationShared.String())
 	assert.Equal(t, services[0].NeedsEapol, true)
-	assert.Equal(t, services[0].NeedsDchp, true)
+	assert.Equal(t, services[0].NeedsDhcp, true)
 	assert.Equal(t, services[0].NeedsIgmp, false)
 	assert.Equal(t, services[0].TechnologyProfileID, 64)
 }