diff options
Diffstat (limited to 'src/driver.h')
-rw-r--r-- | src/driver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/driver.h b/src/driver.h index f324c1c3..595c980b 100644 --- a/src/driver.h +++ b/src/driver.h @@ -84,6 +84,8 @@ struct ofono_network_operator { char mnc[OFONO_MAX_MNC_LENGTH + 1]; int status; int tech; + + const char *override_name; }; /* 27.007 Section 7.11 Call Forwarding */ |