luci-proto-qmi: register further network error codes
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
5f2aa8d475
commit
401898a437
1 changed files with 4 additions and 0 deletions
|
@ -49,3 +49,7 @@ function proto.contains_interface(self, ifc)
|
|||
end
|
||||
|
||||
netmod:register_pattern_virtual("^qmi%-%w")
|
||||
|
||||
netmod:register_error_code("CALL_FAILED", luci.i18n.translate("Call failed"))
|
||||
netmod:register_error_code("NO_CID", luci.i18n.translate("Unable to obtain client ID"))
|
||||
netmod:register_error_code("PLMN_FAILED", luci.i18n.translate("Setting PLMN failed"))
|
||||
|
|
Loading…
Reference in a new issue