aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmgcp/mgcp_common.c
AgeCommit message (Collapse)AuthorFilesLines
2017-03-16mgcp: handle responses from the MGCP GWNeels Hofmeyr1-0/+21
Change-Id: I5c0493feaec775461b5a017c36b93cc2ad63c896
2017-03-16libmgcp: add value strings for mgcp_connection_modeNeels Hofmeyr1-0/+32
Add file mgcp_common.c to implement the value strings for the mgcp_connection_mode. Add in a separate file because of the upcoming mgcpgw_client.c implementation, introducing a file that contains implementations commonly used in MGCP GW as well as its clients. Change-Id: I6fe365c4c89207f2172943cc456b508a207b1135