aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/osmux.h
blob: 7af32fc7f82fb30afd7bf3cb3be78ca25ec83d70 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

enum osmux_usage {
	/* MSC won't use Osmux in call legs towards its RAN */
	OSMUX_USAGE_OFF = 0,
	/* MSC will use Osmux in call legs towards RAN as long as RAN announced support for it */
	OSMUX_USAGE_ON = 1,
	/* MSC will always use Osmux in call legs towards its RAN, and will
	   reject calls for RANs which didn't announce support for it */
	OSMUX_USAGE_ONLY = 2,
};