fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/33164 )
Change subject: struct osmo_sub_auth_data: remove OSMO_DEPRECATED_OUTSIDE
......................................................................
struct osmo_sub_auth_data: remove OSMO_DEPRECATED_OUTSIDE
I was the one who suggested adding this attribute during code review,
and now, having realized it was a bad idea, I am removing it. The
problem is that this attribute spams compilation logs of projects
including file <osmocom/crypt/auth.h>, even if the deprecated struct
is not used directly at all.
Change-Id: Ia5d365206207872d5d3fdd4ae40273eab909fb33
Fixes: 08450c9e "libosmogsm: Support authentication with 256-bit K and/or OP/OPc"
---
M include/osmocom/crypt/auth.h
1 file changed, 17 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/64/33164/1
diff --git a/include/osmocom/crypt/auth.h b/include/osmocom/crypt/auth.h
index f73a48b..1499ef8 100644
--- a/include/osmocom/crypt/auth.h
+++ b/include/osmocom/crypt/auth.h
@@ -83,7 +83,7 @@
uint8_t ki[OSMO_A5_MAX_KEY_LEN_BYTES]; /*!< secret key */
} gsm;
} u;
-} OSMO_DEPRECATED_OUTSIDE("Use osmo_sub_auth_data2 instead");
+};
/* data structure describing a computed auth vector, generated by AuC */
struct osmo_auth_vector {
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/33164
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ia5d365206207872d5d3fdd4ae40273eab909fb33
Gerrit-Change-Number: 33164
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange
Attention is currently required from: laforge.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-hlr/+/33098
to look at the new patch set (#4).
Change subject: db: extend database schema to support 256bit K and/or OP[c] values
......................................................................
db: extend database schema to support 256bit K and/or OP[c] values
Other UMTS AKA algorithms than MILENAGE (notably TUAK) support K sizes
of up to 256bit, or mandate a OP/OPc size of 256 bit.
Let's extend our database schema to accommodate such larger sizes.
Change-Id: Ibbde68484c904507a15c35cbfdf88cd47d0c7039
---
M sql/hlr.sql
M src/ctrl.c
M src/db.c
M src/hlr_vty_subscr.c
M tests/db_upgrade/db_upgrade_test.ok
M tests/test_subscriber.vty
6 files changed, 95 insertions(+), 29 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/98/33098/4
--
To view, visit https://gerrit.osmocom.org/c/osmo-hlr/+/33098
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-Change-Id: Ibbde68484c904507a15c35cbfdf88cd47d0c7039
Gerrit-Change-Number: 33098
Gerrit-PatchSet: 4
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newpatchset
Attention is currently required from: laforge.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-hlr/+/33099
to look at the new patch set (#4).
Change subject: Add VTY support for TUAK algorithm
......................................................................
Add VTY support for TUAK algorithm
Change-Id: If2611658f7cb990b484d7429ab2f944f56fd2eb6
Depends: libosmocore.git Ib905b8d8bdf248e8299bf50666ee1bca8298433d
---
M TODO-RELEASE
M src/hlr_vty_subscr.c
M tests/test_subscriber.vty
3 files changed, 29 insertions(+), 9 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/99/33099/4
--
To view, visit https://gerrit.osmocom.org/c/osmo-hlr/+/33099
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-Change-Id: If2611658f7cb990b484d7429ab2f944f56fd2eb6
Gerrit-Change-Number: 33099
Gerrit-PatchSet: 4
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newpatchset
Attention is currently required from: laforge.
Jenkins Builder has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-hlr/+/33099 )
Change subject: Add VTY support for TUAK algorithm
......................................................................
Patch Set 3:
(1 comment)
File src/hlr_vty_subscr.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-7800):
https://gerrit.osmocom.org/c/osmo-hlr/+/33099/comment/d1fa10a0_275f1517
PS3, Line 648: int ind_bitlen = argc > 7? atoi(argv[7]) : 5;
spaces required around that '?' (ctx:VxW)
--
To view, visit https://gerrit.osmocom.org/c/osmo-hlr/+/33099
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-Change-Id: If2611658f7cb990b484d7429ab2f944f56fd2eb6
Gerrit-Change-Number: 33099
Gerrit-PatchSet: 3
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Sat, 03 Jun 2023 17:43:04 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: laforge.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-hlr/+/33098
to look at the new patch set (#3).
Change subject: db: extend database schema to support 256bit K and/or OP[c] values
......................................................................
db: extend database schema to support 256bit K and/or OP[c] values
Other UMTS AKA algorithms than MILENAGE (notably TUAK) support K sizes
of up to 256bit, or mandate a OP/OPc size of 256 bit.
Let's extend our database schema to accommodate such larger sizes.
Change-Id: Ibbde68484c904507a15c35cbfdf88cd47d0c7039
---
M sql/hlr.sql
M src/ctrl.c
M src/db.c
M src/hlr_vty_subscr.c
M tests/db_upgrade/db_upgrade_test.ok
M tests/test_subscriber.vty
6 files changed, 95 insertions(+), 29 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/98/33098/3
--
To view, visit https://gerrit.osmocom.org/c/osmo-hlr/+/33098
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-Change-Id: Ibbde68484c904507a15c35cbfdf88cd47d0c7039
Gerrit-Change-Number: 33098
Gerrit-PatchSet: 3
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newpatchset