libosmocore/include/osmocom
Holger Hans Peter Freyther a9e5252128 vty: Change API to have node installation be done by int
We are mixing enums and hope that no short-enums are used. This
is leading to a lot compiler warnings generated by clang. Change
the API to work with integers.

Porting:
The go_parent_cb implementations in the applications need to be
fixed. The API change leads to a compile time warning.

Fixes:
abis_om2000_vty.c:46:2: warning: implicit conversion from enumeration type 'enum bsc_vty_node' to
      different enumeration type 'enum node_type' [-Wenum-conversion]
        OM2K_NODE,
        ^~~~~~~~~
2015-08-05 04:22:56 +00:00
..
codec include: Switch to #pragma once pattern 2014-06-16 10:17:27 +02:00
core linuxlist: Remove casting of ptr from container_of macro 2015-05-02 07:59:00 +02:00
crypt include: Switch to #pragma once pattern 2014-06-16 10:17:27 +02:00
ctrl add port number 4238 for BTS control interface 2014-08-24 16:52:54 +02:00
gprs bssgp: Fix bssgp_tx_fc_bvc parameter type 2015-05-06 17:55:55 +02:00
gsm ipa: Properly parse LV stream of a ID_GET request 2015-06-02 15:52:06 +02:00
sim sim: Use extern for these structs to generate a linkage 2015-04-11 19:31:03 +02:00
vty vty: Change API to have node installation be done by int 2015-08-05 04:22:56 +00:00