增加2E服务写入UUID、增大STmin、 修改28服务释放的逻辑、增加BOOT文件
feat:增加BOOT文件、修改变更记录 feat:S3超时时释放28服务强制控制控制报文收发、切10会话时释放28服务强制控制报文收发 feat:增加2E服务对UUID的写入 feat:由于硬件较慢,连续帧发不出来,增加连续帧的延时,增大STmin
feat:增加BOOT文件、修改变更记录 feat:S3超时时释放28服务强制控制控制报文收发、切10会话时释放28服务强制控制报文收发 feat:增加2E服务对UUID的写入 feat:由于硬件较慢,连续帧发不出来,增加连续帧的延时,增大STmin
Step 1. Fetch and check out the branch for this merge request
git fetch origin git checkout -b ZMY origin/ZMY
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git fetch origin git checkout origin/dev git merge --no-ff ZMY
Step 4. Push the result of the merge to GitLab
git push origin dev
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.
This will create a new commit in order to revert the existing changes.