Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 651 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 651 Bytes

scms-asn

This repository contains the ASN.1 definitions for data containers and protocols used in SCMS.

Initializing the Git Repository

It's important to note that this repository contains a Git submodule (i.e. a dependency on the 1609.2 public repository). Therefore, doing a simple Git clone is not enough to pull down the entire repo.

Instructions to clone the SCMS-ASN repository are as follows:

  1. git clone http://<username>@stash.campllc.org/scm/scms/scms-asn.git, where '' is your CAMP login.

  2. Go into the scms-asn folder and run git submodule update --init --recursive to checkout the 1609.2 repository.