Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
  • Sign in
S
SOL006
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 11
    • Issues 11
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 11
    • Merge Requests 11
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • NFV - Network Functions Virtualisation
  • SOL006
  • Merge Requests
  • !68

Open
Opened Dec 18, 2019 by villaseca@villaseca1
  • Report abuse
Report abuse

Remove nested choice in SAPD

It's needed in the context of the alignment of NFV SOL006 data model and OSM Information Model.

OSM uses pyangbind, a pyang plugin that generates the Python classes from YANG models. This plugin has an issue with nested choices, so this workaround removes the only occurrence of this event. This change doesn't modify the classes generated.

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch https://forge.etsi.org/rep/villaseca/SOL006.git v2.6.1
git checkout -b villaseca/SOL006-v2.6.1 FETCH_HEAD

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git fetch origin
git checkout origin/v2.6.1
git merge --no-ff villaseca/SOL006-v2.6.1

Step 4. Push the result of the merge to GitLab

git push origin v2.6.1

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

  • Discussion 1
  • Commits 1
  • Changes 1
Assignee
No assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View project labels
Reference: nfv/SOL006!68