Commit 0c31038d authored by lengyelb's avatar lengyelb
Browse files

added xx.yang to test validation scripts

parent b7ae4de9
Loading
Loading
Loading
Loading

yang-models/xx.yang

0 → 100644
+16 −0
Original line number Diff line number Diff line
module xx {
  yang-version 1.1;
  namespace "urn:3gpp:xxx";
  prefix "xxgpp";
  
  import ietf-yang-types { prefix yang; }

  organization "3GPP SA5";
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
  description "Test module to test eforge validation scripts";
  reference "3GPP TS 28.623";

  revision 2022-07-26 { reference CR-xx ; }

  leaf xx { type string }
}
 No newline at end of file