Skip to content

Commit

Permalink
Add network type to phone data.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorccu committed Apr 18, 2014
1 parent 4bbd1fb commit 1f607d4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/roles/device/plugins/phone.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = syrup.serial()
'imei'
, 'phoneNumber'
, 'iccid'
, 'network'
])
}

Expand Down
2 changes: 1 addition & 1 deletion lib/roles/device/resources/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = syrup.serial()
var log = logger.createLogger('device:resources:service')

var resource = {
requiredVersion: '0.5.0'
requiredVersion: '0.5.1'
, pkg: 'jp.co.cyberagent.stf'
, main: 'jp.co.cyberagent.stf.Agent'
, apk: pathutil.vendor('STFService/STFService.apk')
Expand Down
1 change: 1 addition & 0 deletions lib/wire/wire.proto
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ message DevicePhoneMessage {
optional string imei = 1;
optional string phoneNumber = 2;
optional string iccid = 3;
optional string network = 4;
}

message DeviceIdentityMessage {
Expand Down
Binary file modified vendor/STFService/STFService.apk
Binary file not shown.

0 comments on commit 1f607d4

Please sign in to comment.