Skip to content

Commit 7c9f5f3

Browse files
Teppo JärvelinAri Parkkila
authored andcommitted
Removed mux.
1 parent bfed2ba commit 7c9f5f3

34 files changed

+2
-2979
lines changed

features/cellular/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ This is the Github repo for Mbed cellular connectivity:
1010
API Application Programming Interface for cellular connectivity
1111
AT AT implementation based on 3GPP TS 27.007 specification
1212
common Common and utility sources
13-
mux MUX implementation based on 3GPP TS 27.010 specification
1413
targets Vendor specific cellular module adaptations
1514

1615
## Known limitations

features/cellular/UNITTESTS/at/at_cellularmultiplexer/Makefile

Lines changed: 0 additions & 22 deletions
This file was deleted.

features/cellular/UNITTESTS/at/at_cellularmultiplexer/at_cellularmultiplexertest.cpp

Lines changed: 0 additions & 49 deletions
This file was deleted.

features/cellular/UNITTESTS/at/at_cellularmultiplexer/main.cpp

Lines changed: 0 additions & 28 deletions
This file was deleted.

features/cellular/UNITTESTS/at/at_cellularmultiplexer/test_at_cellularmultiplexer.cpp

Lines changed: 0 additions & 57 deletions
This file was deleted.

features/cellular/UNITTESTS/at/at_cellularmultiplexer/test_at_cellularmultiplexer.h

Lines changed: 0 additions & 33 deletions
This file was deleted.

features/cellular/UNITTESTS/makefile_defines.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ INCLUDE_DIRS =\
2424
../../../framework/common\
2525
../../../framework/AT\
2626
../../../framework/API\
27-
../../../framework/mux\
2827
/usr/include\
2928
$(CPPUTEST_HOME)/include\
3029

31-
CPPUTESTFLAGS = -D__thumb2__ -w -D__INLINE=__inline -DMBED_CONF_CELLULAR_MUX_ENABLED=1
30+
CPPUTESTFLAGS = -D__thumb2__ -w -D__INLINE=__inline
3231
CPPUTEST_CFLAGS += -std=gnu99
3332

features/cellular/UNITTESTS/mux/cellular_mux/Makefile

Lines changed: 0 additions & 23 deletions
This file was deleted.

features/cellular/UNITTESTS/mux/cellular_mux/cellular_muxtest.cpp

Lines changed: 0 additions & 65 deletions
This file was deleted.

features/cellular/UNITTESTS/mux/cellular_mux/main.cpp

Lines changed: 0 additions & 28 deletions
This file was deleted.

features/cellular/UNITTESTS/mux/cellular_mux/test_cellular_mux.cpp

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)