This commit is contained in:
Harald Welte 2015-12-02 00:51:11 +01:00
parent e47c3eee45
commit 79b7947191
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -22,7 +22,7 @@ the actors. This is what happens with the GsmCallFsm()'s, which are
created by the GsmCallConnector() representing both legs of a call and created by the GsmCallConnector() representing both legs of a call and
the MnccActor() that wraps the MNCC socket towards OsmoNITB. the MnccActor() that wraps the MNCC socket towards OsmoNITB.
The actual encoding/decodng of MNCC messages is auto-generated from the The actual encoding/decoding of MNCC messages is auto-generated from the
mncc header file #defines, enums and c-structures by means of ctypes mncc header file #defines, enums and c-structures by means of ctypes
code generation. code generation.