Description | The subscribers properties value table
is used to provide subscriber properties
values for subscribers introduced into the SCE.
An entry must be created by setting the entry's
spvRowStatus object with createAndGo (4) before
setting any other of the entry's objects.
To specify the subscriber's property set the
spvSubName and spvPropertyName objects.
The spvPropertyName must be one of the
properties from the subscribersPropertiesTable.
To remove an entry set the spvRowStatus object
with destroy (6).
To poll the subscriber property the manager
need to poll the spvPropertyStringValue,
the spvPropertyUintValue or the
spvPropertyCounter64Value objects.
The table is cleared when the application
is unloaded. |