-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated MSISDN #199
Updated MSISDN #199
Conversation
@eoghanscasey , thanks for these updates! The Asgard example is one of the examples that uses snippets, so these updates should be done in the |
This PR's branch should merge in #202 and address the newly raised SHACL validation errors. |
This will make the content regeneration in the next patch easier to read. Signed-off-by: Alex Nelson <[email protected]>
These were done by applying this `sed` script ... ```sed s/"kb:suspect-device-uuid"/"kb:Device-446421ea-6dde-4fd7-8653-3e631ed872f4"/g s/"kb:phone_account1"/"kb:MobileAccount-74b4e46a-bee3-48f7-a5db-a6178d92aa90"/g s/"kb:sms_message1"/"kb:SMSMessage-21b3e39d-772d-47b0-8501-a6945ddbdfcd"/g ``` ... and then using `make ; git diff` to see what other changes remained to be ported. A follow-on patch will regenerate Make-managed files. References: * #196 Signed-off-by: Alex Nelson <[email protected]>
References: * #196 Signed-off-by: Alex Nelson <[email protected]>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kb:lge-device-eee670c6-01d4-4e42-bb6b-ebeca149b168
in the owl_trafficking
narrative should also have its MSISDN
usage moved from the Device
object to an Account
object.
Made updates in the /examples/asgard/src/ directory and make regenerated the example. |
Conflicts were resolved by editing `/examples/asgard/src/asgard-2.json`, then running `make clean && make && make check`.
Updated MSISDN representation.