resource: Introduce a type attribute to the resource definition

Change-Id: Ie1fd10ec878311b7347118badb1b9dce5b49e976
This commit is contained in:
Holger Hans Peter Freyther 2019-02-27 06:36:36 +00:00 committed by Holger Freyther
parent 0d714c976d
commit 93a89424d0
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ RESOURCES_SCHEMA = {
'bts[].osmo_trx.multi_arfcn': schema.BOOL_STR,
'arfcn[].arfcn': schema.INT,
'arfcn[].band': schema.BAND,
'modem[].type': schema.STR,
'modem[].label': schema.STR,
'modem[].path': schema.STR,
'modem[].imsi': schema.IMSI,