Skip to content
Success

Changes

Summary

  1. Move include sigtran/m2ua_types.h -> sigtran/protocol/m2ua.h (details)
Commit 9fcea33387d80756cdd36e4299d910b652cd8561 by Pau Espin Pedrol
Move include sigtran/m2ua_types.h -> sigtran/protocol/m2ua.h

That file contains only protocol (over-the-wire) related values, similar
to already existing sigtran/protocol/m3ua.h.
Hence, move it where it should be.
This is fine since there's no user of such a header, it's only used
internally by m2ua_test.

Change-Id: I66d8a335bbd1c55edab8a120d85e6aee1922433c
The file was removedinclude/osmocom/sigtran/m2ua_types.h
The file was addedinclude/osmocom/sigtran/protocol/m2ua.h
The file was modifiedinclude/osmocom/sigtran/Makefile.am
The file was modifiedtests/m2ua/m2ua_test.c