stephb9959
2023-04-03 21:05:12 -07:00
parent 0f85f2453b
commit 737f1146a1
6 changed files with 36 additions and 8 deletions

View File

@@ -603,6 +603,7 @@ namespace OpenWifi::GWObjects {
field_to_json(Obj, "sessionTime", sessionTime);
field_to_json(Obj, "callingStationId", callingStationId);
field_to_json(Obj, "chargeableUserIdentity", chargeableUserIdentity);
field_to_json(Obj, "interface", interface);
}
void RADIUSSessionList::to_json(Poco::JSON::Object &Obj) const {