osmo-cbc/src
Pau Espin d462e452e1 vty: Define peer proto during 'peer' node cmd
This way we lock the type (proto) of each peer at creation time.
Otherwise, having the possibility of changing the protocol of the peer
makes all the code too complex and there's no good way to prevent the
protocol from being changed at any time creating unexpected issues.
If the user wants to change the protocol, she can do so by removing the
peer and re-adding it through the VTY with the desired protocol.

Change-Id: I47756dddd8f9b8450ba14c914614fd2391d5486e
2022-07-22 14:16:10 +02:00
..
sbcap sbcap: Update asn1c skeleton files 2022-07-19 20:32:50 +02:00
Makefile.am Rename {cbsp,sbcap}_server(_fsm).h s/server/link/ 2022-07-20 20:10:16 +02:00
cbc_main.c cbc_main: Fix setting default SBc-AP local address 2022-07-22 14:16:10 +02:00
cbc_message.c Split cbc_message related code to its own .c and .h file 2022-07-20 19:23:36 +02:00
cbc_peer.c Rename {cbsp,sbcap}_server(_fsm).h s/server/link/ 2022-07-20 20:10:16 +02:00
cbc_vty.c vty: Define peer proto during 'peer' node cmd 2022-07-22 14:16:10 +02:00
cbsp_link.c Refactor {cbsp,sbcap}_cbc_accept_cb 2022-07-21 20:33:38 +02:00
cbsp_link_fsm.c Refactor {cbsp,sbcap}_cbc_accept_cb 2022-07-21 20:33:38 +02:00
charset.c Move header files to include/osmocom/cbc/ dir 2022-07-04 13:35:47 +02:00
message_handling.c Rename {cbsp,sbcap}_server(_fsm).h s/server/link/ 2022-07-20 20:10:16 +02:00
rest_api.c Get rid of internal.h 2022-07-20 19:23:36 +02:00
rest_it_op.c Get rid of internal.h 2022-07-20 19:23:36 +02:00
sbcap_link.c Refactor {cbsp,sbcap}_cbc_accept_cb 2022-07-21 20:33:38 +02:00
sbcap_link_fsm.c Refactor {cbsp,sbcap}_cbc_accept_cb 2022-07-21 20:33:38 +02:00
sbcap_msg.c Rename {cbsp,sbcap}_server(_fsm).h s/server/link/ 2022-07-20 20:10:16 +02:00
smscb_message_fsm.c Rename {cbsp,sbcap}_server(_fsm).h s/server/link/ 2022-07-20 20:10:16 +02:00
smscb_peer_fsm.c Rename {cbsp,sbcap}_server(_fsm).h s/server/link/ 2022-07-20 20:10:16 +02:00