Commit 83e0b97f authored by lengyelb's avatar lengyelb
Browse files

Merge branch '28.623_Rel16_CR0132_Correct_data_type_of_notificationId_YANG'...

Merge branch '28.623_Rel16_CR0132_Correct_data_type_of_notificationId_YANG' into 'Integration_Rel16_SA5_138_YANG'

28.623 rel16 cr0132 correct data type of notification id yang

See merge request sa5/MnS!194
parents 3956408c b42cca54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ module _3gpp-common-fm {
      }

      leaf notificationId {
        type string;
        type int32;
        config false ;
        mandatory true;
      }