open5gs/configs/open5gs
Sukchan Lee 79d46be086 Introduced Subscription identifier de-concealing
o Generate the private key as below.
   $ openssl genpkey -algorithm X25519 -out /etc/open5gs/hnet/curve25519-1.key
   $ openssl ecparam -name prime256v1 -genkey -conv_form compressed -out /etc/open5gs/hnet/secp256r1-2.key

 o The private and public keys can be viewed with the command.
   The public key is used when creating the SIM.
   $ openssl pkey -in /etc/open5gs/hnet/curve25519-1.key -text
   $ openssl ec -in /etc/open5gs/hnet/secp256r1-2.key -conv_form compressed -text

In ausf/udm.yaml

 hnet:
    o Home network public key identifier(PKI) value : 1
      Protection scheme identifier : ECIES scheme profile A
    - id: 1
      scheme: 1
      key: /etc/open5gs/hnet/curve25519-1.key

    o Home network public key identifier(PKI) value : 2
      Protection scheme identifier : ECIES scheme profile B
    - id: 2
      scheme: 2
      key: /etc/open5gs/hnet/secp256r1-2.key

    o Home network public key identifier(PKI) value : 3
      Protection scheme identifier : ECIES scheme profile A
    - id: 3
      scheme: 1
      key: /etc/open5gs/hnet/curve25519-1.key

    o Home network public key identifier(PKI) value : 4
      Protection scheme identifier : ECIES scheme profile B
    - id: 4
      scheme: 2
      key: /etc/open5gs/hnet/secp256r1-2.key

Related to #1779
2022-12-24 20:22:45 +09:00
..
hnet Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
tls Follow-up on #1865 2022-11-12 09:37:43 +09:00
amf.yaml.in [AMF/MME] Added Timer Configuration (#1905) 2022-11-29 23:22:16 +09:00
ausf.yaml.in Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
bsf.yaml.in Follow-up on #1865 2022-11-12 09:37:43 +09:00
hss.yaml.in [HSS] Enable Change Streams (#1758) 2022-09-23 21:24:50 +09:00
meson.build Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
mme.yaml.in [AMF/MME] Added missing T3423 in conf (#1905) 2022-11-29 23:32:44 +09:00
nrf.yaml.in Follow-up on #1865 2022-11-12 09:37:43 +09:00
nssf.yaml.in Follow-up on #1865 2022-11-12 09:37:43 +09:00
pcf.yaml.in [PCF] Add metrics support 2022-12-06 22:57:24 +09:00
pcrf.yaml.in Changed configuration name from gnb to peer 2022-08-05 16:56:36 +09:00
scp.yaml.in Follow-up on #1865 2022-11-12 09:37:43 +09:00
sgwc.yaml.in Changed configuration name from gnb to peer 2022-08-05 16:56:36 +09:00
sgwu.yaml.in Changed configuration name from gnb to peer 2022-08-05 16:56:36 +09:00
smf.yaml.in update document 2022-11-22 23:43:35 +09:00
udm.yaml.in Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
udr.yaml.in [SBI] Introduced HTTP2-TLS based on #1865 2022-11-12 10:47:18 +09:00
upf.yaml.in [UPF] Add metrics support 2022-12-06 22:57:24 +09:00