summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2018-08-29 08:27:03 +0100
committerHolger Freyther <holger@freyther.de>2018-09-16 13:51:29 +0000
commitb4294471684b6b56c4c93479be7e7771f5d8a676 (patch)
treee4da5d4ffd292e1047dc8e2c9e38a235c3028e6a /src/host/layer23/include/osmocom
parent6b8fd006d4f3f0e28f8f8b185ac2b28659faf4c0 (diff)
lua: Expose API to trigger a network reselection
Same as the "network search" VTY command but implemented as primitive and exposed to LUA. Change-Id: I096233a2ca9dd7daa358cebed0523cb8c0dbf593
Diffstat (limited to 'src/host/layer23/include/osmocom')
-rw-r--r--src/host/layer23/include/osmocom/bb/mobile/primitives.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/bb/mobile/primitives.h b/src/host/layer23/include/osmocom/bb/mobile/primitives.h
index 034b2029..f07ae244 100644
--- a/src/host/layer23/include/osmocom/bb/mobile/primitives.h
+++ b/src/host/layer23/include/osmocom/bb/mobile/primitives.h
@@ -20,6 +20,7 @@ enum mobile_prims {
PRIM_MOB_SHUTDOWN,
PRIM_MOB_SMS,
PRIM_MOB_MM,
+ PRIM_MOB_NETWORK_RESELECT,
};
struct mobile_prim_intf {