Attention is currently required from: daniel, lynxis lazus.
pespin has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/osmo-sgsn/+/38834?usp=email )
Change subject: gmm: Fix reject small size RAU request
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
> 24.008 9.4.14: Table 9.4.14/3GPP TS 24.008: ROUTING AREA UPDATE REQUEST message content […]
This change is fixing TC_attach_rau. Check the RAU req in https://jenkins.osmocom.org/jenkins/view/TTCN3/job/ttcn3-sgsn-test/2542/art…
Maybe we are sending not enough stuff? or 16 is now with the current 3ggp release, but what about older 3gpp releases?
--
To view, visit https://gerrit.osmocom.org/c/osmo-sgsn/+/38834?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Change-Id: I49210a04b16e6e2fc9d799b99c2fa415f28ddbba
Gerrit-Change-Number: 38834
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Attention: daniel <dwillmann(a)sysmocom.de>
Gerrit-Attention: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Comment-Date: Wed, 20 Nov 2024 12:57:36 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: lynxis lazus <lynxis(a)fe80.eu>
dexter has submitted this change. ( https://gerrit.osmocom.org/c/android-apdu-proxy/+/38838?usp=email )
Change subject: README.md: add section that explains re-signing of the APK file.
......................................................................
README.md: add section that explains re-signing of the APK file.
Some users may already have an existing keystore + ARA-M configuration
on their cards. Let's explain how the APK file can be re-signed with
those keys.
Related: OS#6367
Change-Id: I7ccf7ed2c7e8dfd1217afd46c983d4f79ebef124
---
M README.md
1 file changed, 17 insertions(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
dexter: Looks good to me, approved
diff --git a/README.md b/README.md
index 801e4f3..c5d1ebb 100644
--- a/README.md
+++ b/README.md
@@ -246,3 +246,20 @@
Pre-built (nightly) APK packages are avilable for download under:
* https://jenkins.osmocom.org/jenkins/job/master-android-apdu-proxy/a1=defaul…
+
+Re-signing APK
+--------------
+
+In case the user already has an ARA-M configuration with matching signing keys,
+it is possible to use the `apksigner` utility to re-sign an already existing APK
+file with those keys.
+
+The following commandline will re-sign `app-release.apk` with `myKey` from the
+user specified keystore `/path/to/my/keystore.jks`.
+
+```
+$ apksigner sign --ks-key-alias myKey --ks-pass "pass:myPassword" --ks /path/to/my/keystore.jks ./app/build/outputs/apk/release/app-release.apk
+```
+
+To make sure that the re-signing was successful the apksigner utility can be
+used as already described in section `Signing and ARA-M configuration`
\ No newline at end of file
--
To view, visit https://gerrit.osmocom.org/c/android-apdu-proxy/+/38838?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: android-apdu-proxy
Gerrit-Branch: master
Gerrit-Change-Id: I7ccf7ed2c7e8dfd1217afd46c983d4f79ebef124
Gerrit-Change-Number: 38838
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
dexter has posted comments on this change by dexter. ( https://gerrit.osmocom.org/c/android-apdu-proxy/+/38838?usp=email )
Change subject: README.md: add section that explains re-signing of the APK file.
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://gerrit.osmocom.org/c/android-apdu-proxy/+/38838?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: android-apdu-proxy
Gerrit-Branch: master
Gerrit-Change-Id: I7ccf7ed2c7e8dfd1217afd46c983d4f79ebef124
Gerrit-Change-Number: 38838
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 20 Nov 2024 12:48:24 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/android-apdu-proxy/+/38838?usp=email )
Change subject: README.md: add section that explains re-signing of the APK file.
......................................................................
README.md: add section that explains re-signing of the APK file.
Some users may already have an existing keystore + ARA-M configuration
on their cards. Let's explain how the APK file can be re-signed with
those keys.
Related: OS#6367
Change-Id: I7ccf7ed2c7e8dfd1217afd46c983d4f79ebef124
---
M README.md
1 file changed, 17 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/android-apdu-proxy refs/changes/38/38838/1
diff --git a/README.md b/README.md
index 801e4f3..c5d1ebb 100644
--- a/README.md
+++ b/README.md
@@ -246,3 +246,20 @@
Pre-built (nightly) APK packages are avilable for download under:
* https://jenkins.osmocom.org/jenkins/job/master-android-apdu-proxy/a1=defaul…
+
+Re-signing APK
+--------------
+
+In case the user already has an ARA-M configuration with matching signing keys,
+it is possible to use the `apksigner` utility to re-sign an already existing APK
+file with those keys.
+
+The following commandline will re-sign `app-release.apk` with `myKey` from the
+user specified keystore `/path/to/my/keystore.jks`.
+
+```
+$ apksigner sign --ks-key-alias myKey --ks-pass "pass:myPassword" --ks /path/to/my/keystore.jks ./app/build/outputs/apk/release/app-release.apk
+```
+
+To make sure that the re-signing was successful the apksigner utility can be
+used as already described in section `Signing and ARA-M configuration`
\ No newline at end of file
--
To view, visit https://gerrit.osmocom.org/c/android-apdu-proxy/+/38838?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: android-apdu-proxy
Gerrit-Branch: master
Gerrit-Change-Id: I7ccf7ed2c7e8dfd1217afd46c983d4f79ebef124
Gerrit-Change-Number: 38838
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/android-apdu-proxy/+/38836?usp=email )
Change subject: README.md: add section about pre-built APK packages
......................................................................
README.md: add section about pre-built APK packages
Related: OS#6367
Change-Id: Ie77588cf20e71dcaa310cbb1d7d4449de2d391b6
---
M README.md
1 file changed, 6 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/android-apdu-proxy refs/changes/36/38836/1
diff --git a/README.md b/README.md
index 960b4e5..801e4f3 100644
--- a/README.md
+++ b/README.md
@@ -240,3 +240,9 @@
```
It may make sense to log to a file or filter the output using `grep`
+
+Pre-built APK packages
+----------------------
+
+Pre-built (nightly) APK packages are avilable for download under:
+* https://jenkins.osmocom.org/jenkins/job/master-android-apdu-proxy/a1=defaul…
--
To view, visit https://gerrit.osmocom.org/c/android-apdu-proxy/+/38836?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: android-apdu-proxy
Gerrit-Branch: master
Gerrit-Change-Id: Ie77588cf20e71dcaa310cbb1d7d4449de2d391b6
Gerrit-Change-Number: 38836
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>