File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828
2929 - name : Fetch latest upstream CoRIM CDDL
3030 run : |
31- curl -L -o corim-base-upstream.cddl https://github.com/ietf-rats-wg/draft-ietf-rats-corim/releases/latest/ download/corim-autogen.cddl
31+ curl -L -o corim-base-upstream.cddl https://github.com/ietf-rats-wg/draft-ietf-rats-corim/releases/download/cddl-draft-ietf-rats-corim-08 /corim-autogen.cddl
3232
3333 - name : Concatenate the CDDLs
3434 run : |
Original file line number Diff line number Diff line change 6363 - name : Prepare CDDL schema
6464 run : |
6565 # Fetch latest upstream CoRIM CDDL
66- curl -L -o corim-base-upstream.cddl https://github.com/ietf-rats-wg/draft-ietf-rats-corim/releases/latest/ download/corim-autogen.cddl
66+ curl -L -o corim-base-upstream.cddl https://github.com/ietf-rats-wg/draft-ietf-rats-corim/releases/download/cddl-draft-ietf-rats-corim-08 /corim-autogen.cddl
6767
6868 # Concatenate the CDDLs
6969 cddlc -t cddl corim-base-upstream.cddl Documentation/corim_profile/ocp-safe-sfr-profile.cddl > combined.cddl
@@ -130,7 +130,7 @@ jobs:
130130
131131 - name : Fetch latest upstream CoRIM CDDL
132132 run : |
133- curl -L -o corim-base-upstream.cddl https://github.com/ietf-rats-wg/draft-ietf-rats-corim/releases/latest/ download/corim-autogen.cddl
133+ curl -L -o corim-base-upstream.cddl https://github.com/ietf-rats-wg/draft-ietf-rats-corim/releases/download/cddl-draft-ietf-rats-corim-08 /corim-autogen.cddl
134134
135135 - name : Concatenate the CDDLs
136136 run : |
@@ -168,7 +168,7 @@ jobs:
168168
169169 - name : Prepare CDDL schema
170170 run : |
171- curl -L -o corim-base-upstream.cddl https://github.com/ietf-rats-wg/draft-ietf-rats-corim/releases/latest/ download/corim-autogen.cddl
171+ curl -L -o corim-base-upstream.cddl https://github.com/ietf-rats-wg/draft-ietf-rats-corim/releases/download/cddl-draft-ietf-rats-corim-08 /corim-autogen.cddl
172172 cddlc -t cddl corim-base-upstream.cddl Documentation/corim_profile/ocp-safe-sfr-profile.cddl > combined.cddl
173173
174174 - name : Test JSON to CoRIM conversion
You can’t perform that action at this time.
0 commit comments