Bug #6087
closedWrong message type for UPLINK SEIZED COMMAND in BSSAP_Types.ttcn
100%
Description
The depositroy "https://gitea.osmocom.org/ttcn3/titan.ProtocolModules.BSSMAP" includes a file "src/branch/master/src/BSSAP_Types.ttcn" that defines the messages between MSC and BSS. The UPLINK SEIZED COMMAND, as defines in "type record PDU_BSSMAP_UplinkSeizedCommand" has wrong message type. It is '4E'O, but it must be '4D'O. I verified it against the TS 48.008. 4E'O is used for CHANGE CIRCUIT message.
Files
Updated by laforge 5 months ago
- Status changed from New to Feedback
- Assignee set to laforge
the proper process for this is to submit the fix upstream. our own respository only exists to bridge the gap until upstream has merged it.
So please create an eclipse.org user account, confirm the CLA, create a fork of https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.BSSMAP_v11.2.0 on their gitlab instance and submit a pull request.
Updated by laforge 5 months ago
laforge wrote in #note-3:
for the osmocom.org repository (as interim fix until upstream fixes it), you can also log into gitea.osmocom.org, create a fork and submit your patch as PR.
actually this is a mirror of a gerrit repo, so feel free to submit the patch against https://gerrit.osmocom.org/q/project:titan.ProtocolModules.BSSMAP
Updated by laforge 5 months ago
- Status changed from New to In Progress
- % Done changed from 0 to 30
for the record: upstream merge request is at https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.BSSMAP_v11.2.0/-/merge_requests/4
Updated by laforge about 2 months ago
upstream patch was merged 2 months ago. Please update the issue status here, thanks.
Updated by laforge about 2 months ago
- Status changed from In Progress to Resolved
- % Done changed from 30 to 100
Updated by jolly about 2 months ago
- Status changed from Resolved to Closed
The fix is already merged at eclipse.org. Our TTCN3 tests depend on that fix already.